Tutorial notebooks

Watch and track your favorite playlist.

Curated by: UvA Deep Learning course (34 videos)


Currently Playing: Tutorial 7: Graph Neural Networks (Part 2)

In this tutorial, we will discuss the application of neural networks on graphs. Graph Neural Networks (GNNs) have recently gained increasing popularity in both applications and research, including domains such as social networks, knowledge graphs, recommender systems, and bioinformatics. While the theory and math behind GNNs might first seem complicated, the implementation of those models is quite simple and helps in understanding the methodology. Therefore, we will discuss the implementation of basic network layers of a GNN, namely graph convolutions, and attention layers. Finally, we will apply a GNN on semi-supervised node classification and molecule categorization. This notebook is part of a lecture series on Deep Learning at the University of Amsterdam. The full list of tutorials can be found at https://uvadlc-notebooks.rtfd.io. Link to the notebook: https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/tutorial7/GNN_overview.html 00:00 PyTorch Geometric 02:54 Node-level tasks 08:51 Edge-level tasks 09:50 Graph-level tasks 16:03 Conclusion


Tracks in this Playlist