Graph Convolutional Network — DGL 0.6.1 documentation
docs.dgl.ai › en › 0This is a gentle introduction of using DGL to implement Graph Convolutional Networks (Kipf & Welling et al., Semi-Supervised Classification with Graph Convolutional Networks). We explain what is under the hood of the GraphConv module. The reader is expected to learn how to define a new GNN layer using DGL’s message passing APIs.