dgl.nn (TensorFlow)¶
Conv Layers¶
Graph convolution from Semi-Supervised Classification with Graph Convolutional Networks |
|
Relational graph convolution layer from Modeling Relational Data with Graph Convolutional Networks |
|
Graph Attention Layer from Graph Attention Network |
|
GraphSAGE layer from Inductive Representation Learning on Large Graphs |
|
Chebyshev Spectral Graph Convolution layer from Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering |
|
SGC layer from Simplifying Graph Convolutional Networks |
|
Approximate Personalized Propagation of Neural Predictions layer from Predict then Propagate: Graph Neural Networks meet Personalized PageRank |
|
Graph Isomorphism Network layer from How Powerful are Graph Neural Networks? |
Global Pooling Layers¶
Apply sum pooling over the nodes in the graph. |
|
Apply average pooling over the nodes in the graph. |
|
Apply max pooling over the nodes in the graph. |
|
Sort Pooling from An End-to-End Deep Learning Architecture for Graph Classification |
|
Global Attention Pooling from Gated Graph Sequence Neural Networks |