Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 516 Bytes

File metadata and controls

14 lines (11 loc) · 516 Bytes

Deep_Graph_Library_Tutorials

We go through steps in creating GNNs with DGL. We will cover common graph convolution layers including GCN, SageConv, GAT. In each case, we implement the convolution layer from scratch and compare it with the built-in function from DGL.

  1. GNN with GCN
  2. GNN with GraphSage
  3. Link prediction with GraphSage
  4. Graph Classification
  5. Graph Attention Network (GAT)

Reference

Most of the materials are taken from DGL documentation https://docs.dgl.ai/tutorials/blitz/index.html