|
1 | 1 | # 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. |
3 | 3 |
|
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). |
5 | 8 |
|
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) |
7 | 10 |
|
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) |
9 | 12 |
|
10 | 13 | ### Tutorials: |
11 | 14 |
|
12 | | -* Tutorial1: What is Geometric Deep Learning? |
| 15 | +* Tutorial1: [What is Geometric Deep Learning?](https://youtu.be/JtDgmmQ60x8) - [](https://colab.research.google.com/github/AntonioLonga/PytorchGeometricTutorial/blob/main/Tutorial1/Tutorial1.ipynb) |
13 | 16 |
|
14 | | -* Tutorial2: PyTorch basics. |
| 17 | +* Tutorial2: [PyTorch basics.](https://youtu.be/UHrhp2l_knU) |
15 | 18 |
|
16 | | -* Tutorial3: Graph Attention Network GAT. |
| 19 | +* Tutorial3: [Graph Attention Network GAT.](https://youtu.be/CwsPoa7z2c8) |
17 | 20 |
|
18 | | -* Tutorial4: Convolutional Layers - Spectral methods. |
| 21 | +* Tutorial4: [Convolutional Layers - Spectral methods.](https://youtu.be/Ghw-fp_2HFM) |
19 | 22 |
|
20 | | -* Tutorial5: Aggregation Functions in GNNs. |
| 23 | +* Tutorial5: [Aggregation Functions in GNNs.](https://youtu.be/tGXovxQ7hKU) |
21 | 24 |
|
22 | | -* Tutorial6: Graph Autoencoders and Variational Graph Autoencoders. |
| 25 | +* Tutorial6: [Graph Autoencoders and Variational Graph Autoencoders.](https://youtu.be/qA6U4nIK62E) |
23 | 26 |
|
24 | | -* Tutorial7: Adversarially regularized GAE and VGAE. |
| 27 | +* Tutorial7: [Adversarially regularized GAE and VGAE.](https://youtu.be/hZkLu2OaHD0) |
25 | 28 |
|
26 | | -* Tutorial8: Graph Generation. |
| 29 | +* Tutorial8: [Graph Generation.](https://youtu.be/embpBq1gHAE) |
27 | 30 |
|
28 | | -* Tutorial9: Recurrent Graph Neural Networks. |
| 31 | +* Tutorial9: [Recurrent Graph Neural Networks.](https://youtu.be/v7TQ2DUoaBY) |
29 | 32 |
|
30 | | -* Tutorial10: DeepWalk and Node2Vec (Theory). |
| 33 | +* Tutorial10: [DeepWalk and Node2Vec (Theory).](https://youtu.be/QZQBnl1QbCQ) |
31 | 34 |
|
32 | | -* Tutorial11: DeepWalk and Node2Vec (Practice). |
| 35 | +* Tutorial11: [DeepWalk and Node2Vec (Practice).](https://youtu.be/5YOcpI3dB7I) |
33 | 36 |
|
34 | | -* Tutorial12: Edge analysis. |
| 37 | +* Tutorial12: [Edge analysis.](https://youtu.be/m1G7oS9hmwE) |
35 | 38 |
|
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) |
37 | 46 |
|
0 commit comments