Skip to content

Commit 0fce4e7

Browse files
2 parents c1a1f1a + 4b33581 commit 0fce4e7

11 files changed

Lines changed: 1007 additions & 2481 deletions

File tree

README.md

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,46 @@
11
# PytorchGeometricTutorial
2-
Hi guys, we are Antonio Longa a PhD student, and Gabriele Santin a researcher, we are both working at Fondazione Bruno Kessler Trento (ITALY).
2+
Hi! We are Antonio Longa and Giovanni Pellegrini, PhD students, and PhD Gabriele Santin, researcher, working between Fondazione Bruno Kessler and the University of Trento, Italy.
33

4-
This project aims to learn the new amazing framework of Pytorch geometric.
4+
This project aims to present through a series of tutorials various techniques in the field of Geometric Deep
5+
Learning, focusing on how they work and how to implement them using the [Pytorch geometric](https://github.com/rusty1s/pytorch_geometric)
6+
library, an extension to Pytorch to deal with graphs and structured data,
7+
developed by [@rusty1s](https://github.com/rusty1s).
58

6-
You can find video tutorials and the official website [here.](https://antoniolonga.github.io/Pytorch_geometric_tutorials/index.html)
9+
You can find our video tutorials on [Youtube](https://www.youtube.com/user/94longa2112/featured) and at our official website [here.](https://antoniolonga.github.io/Pytorch_geometric_tutorials/index.html)
710

8-
Feel free to join our weekly online tutorial, for more details, have a look at the [official website.](https://antoniolonga.github.io/Pytorch_geometric_tutorials/index.html)
11+
Feel free to join our weekly online tutorial! For more details, have a look at the [official website.](https://antoniolonga.github.io/Pytorch_geometric_tutorials/index.html)
912

1013
### Tutorials:
1114

12-
* Tutorial1: What is Geometric Deep Learning?
15+
* Tutorial1: [What is Geometric Deep Learning?](https://youtu.be/JtDgmmQ60x8) - [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/AntonioLonga/PytorchGeometricTutorial/blob/main/Tutorial1/Tutorial1.ipynb)
1316

14-
* Tutorial2: PyTorch basics.
17+
* Tutorial2: [PyTorch basics.](https://youtu.be/UHrhp2l_knU)
1518

16-
* Tutorial3: Graph Attention Network GAT.
19+
* Tutorial3: [Graph Attention Network GAT.](https://youtu.be/CwsPoa7z2c8)
1720

18-
* Tutorial4: Convolutional Layers - Spectral methods.
21+
* Tutorial4: [Convolutional Layers - Spectral methods.](https://youtu.be/Ghw-fp_2HFM)
1922

20-
* Tutorial5: Aggregation Functions in GNNs.
23+
* Tutorial5: [Aggregation Functions in GNNs.](https://youtu.be/tGXovxQ7hKU)
2124

22-
* Tutorial6: Graph Autoencoders and Variational Graph Autoencoders.
25+
* Tutorial6: [Graph Autoencoders and Variational Graph Autoencoders.](https://youtu.be/qA6U4nIK62E)
2326

24-
* Tutorial7: Adversarially regularized GAE and VGAE.
27+
* Tutorial7: [Adversarially regularized GAE and VGAE.](https://youtu.be/hZkLu2OaHD0)
2528

26-
* Tutorial8: Graph Generation.
29+
* Tutorial8: [Graph Generation.](https://youtu.be/embpBq1gHAE)
2730

28-
* Tutorial9: Recurrent Graph Neural Networks.
31+
* Tutorial9: [Recurrent Graph Neural Networks.](https://youtu.be/v7TQ2DUoaBY)
2932

30-
* Tutorial10: DeepWalk and Node2Vec (Theory).
33+
* Tutorial10: [DeepWalk and Node2Vec (Theory).](https://youtu.be/QZQBnl1QbCQ)
3134

32-
* Tutorial11: DeepWalk and Node2Vec (Practice).
35+
* Tutorial11: [DeepWalk and Node2Vec (Practice).](https://youtu.be/5YOcpI3dB7I)
3336

34-
* Tutorial12: Edge analysis.
37+
* Tutorial12: [Edge analysis.](https://youtu.be/m1G7oS9hmwE)
3538

36-
* Tutorial12: Metapath2vec.
39+
* Tutorial13: [Metapath2vec.](https://youtu.be/GtPoGehuKYY)
40+
41+
* Tutorial14: [Data handling in Pyg (part 1)](https://youtu.be/Vz5bT8Xw6Dc)
42+
43+
* Tutorial15: [Data handling in Pyg (part 2)](https://youtu.be/Q5T-JdyVCfs)
44+
45+
* Tutorial16: [Special guest talk - Matthias Fey](https://youtu.be/MA6VH7Vwtb4)
3746

Tutorial14/Datasets Tutorial.ipynb

Lines changed: 0 additions & 2464 deletions
This file was deleted.

Tutorial14/Tutorial14.pdf

960 KB
Binary file not shown.

0 commit comments

Comments
 (0)