Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.28 KB

File metadata and controls

27 lines (23 loc) · 1.28 KB

Advanced Graph Neural Networks

This repository contains labs and practical assignments on Advanced Graph Neural Networks.

Labs:

  1. Self-supervised learning on graphs
  2. Subgraph embeddings
  3. Scalable GNN
  4. Knowledge distillation
  5. Deep graph generation
  6. Explainable GNN
  7. Recommender systems based on GNN
  8. Temporal graph embeddings
  9. Query embeddings for knowledge graphs
  10. 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:

  1. Graph contrastive learning
  2. Recurrent graph generation
  3. Recommender systems
  4. Multihop query answering