• Stars
    star
    257
  • Rank 153,265 (Top 4 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created 3 months ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Graph Machine Learning course, Xavier Bresson, 2023

Graph Machine Learning course, 2023

Xavier Bresson



Course slides

https://storage.googleapis.com/xavierbresson/index.html



Cloud Machine : Google Colab (Free GPU)



Local Installation for OSX & Linux

  • Open a Terminal and type
   # Conda installation
   curl https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -o miniconda.sh -J -L -k # Linux
   curl https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -o miniconda.sh -J -L -k # OSX
   chmod +x miniconda.sh
   ./miniconda.sh
   source ~/.bashrc

   # Clone GitHub repo
   git clone https://github.com/xbresson/GML2023.git
   cd GML2023

   # Install python libraries
   conda env create -f environment.yml
   source activate gnn_course

   # Run the notebooks in Chrome
   jupyter notebook

Local Installation for Windows

   # Install Anaconda 
   https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe

   # Open an Anaconda Terminal 
   Go to Application => Anaconda3 => Anaconda Prompt 

   # Install git : Type in terminal
   conda install git 

   # Clone GitHub repo
   git clone https://github.com/xbresson/GML2023.git
   cd GML2023

   # Install python libraries
   conda env create -f environment.yml
   conda activate gnn_course

   # Run the notebooks in Chrome
   jupyter notebook

More Repositories

1

CS6208_2023

Advanced Topics in Artificial Intelligence, NUS CS6208, 2023
Jupyter Notebook
297
star
2

spectral_graph_convnets

PyTorch implementation of spectral graph ConvNets, NeurIPS’16
HTML
291
star
3

CE7454_2019

Deep learning course CE7454, 2019
Jupyter Notebook
190
star
4

CS5242_2021

Neural Networks and Deep Learning, NUS CS5242, 2021
Jupyter Notebook
175
star
5

CS4243_2022

Computer Vision and Pattern Recognition, NUS CS4243, 2022
Jupyter Notebook
156
star
6

TSP_Transformer

Code for TSP Transformer
Jupyter Notebook
150
star
7

spatial_graph_convnets

PyTorch implementation of residual gated graph ConvNets, ICLR’18
Jupyter Notebook
121
star
8

CE7454_2018

Deep learning course CE7454, 2018
Jupyter Notebook
77
star
9

CE9010_2018

Python notebooks and slides for CE9010: Introduction to Data Science, Semester 2 2017/18
Jupyter Notebook
52
star
10

CE7454_2020

Deep learning course CE7454, 2020
Jupyter Notebook
28
star
11

IPAM_Tutorial_2019

Notebooks for IPAM Tutorial, March 15 2019
Jupyter Notebook
24
star
12

AI6103_2020

Master of AI, Deep learning course AI6103, 2020
Jupyter Notebook
22
star
13

old_codes

HTML
15
star
14

Long_Tailed_Learning_Requires_Feature_Learning

Repository for ICLR'23 Long-tailed Learning Requires Feature Learning
Python
11
star
15

CE9010_2019

CE9010 Introduction to Data Analysis, 2019
Jupyter Notebook
11
star
16

CE9010_2020

CE9010 Introduction to Data Analysis, 2020
Jupyter Notebook
8
star
17

feature_collapse

Code for "Feature Collapse"
Jupyter Notebook
6
star
18

pcut

Code for Product Cut clustering technique, NIPS'16
Jupyter Notebook
4
star
19

CE9010_2021

CE9010 Introduction to Data Analysis, 2021
Jupyter Notebook
4
star
20

Teaching_Resources

Xavier Bresson's Teaching Resources
HTML
2
star
21

demo_pytorch_dqn__with_4_observations

Jupyter Notebook
2
star