This repository contains labs and practical assignments on Advanced Graph Neural Networks.
Labs:
- Self-supervised learning on graphs
- Subgraph embeddings
- Scalable GNN
- Knowledge distillation
- Deep graph generation
- Explainable GNN
- Recommender systems based on GNN
- Temporal graph embeddings
- Query embeddings for knowledge graphs
- Combinatorial optimization using GNN
All assignments are presented as Jupyter notebooks, that can be done by writing code instead of the line
# YOUR CODE HERE
All notebooks contain test cells with assert statements that help you understand whether your code is correct.
Assignments: