graph-representation-learning topic
MixHop-and-N-GCN
An implementation of "MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing" (ICML 2019).
CompGCN
ICLR 2020: Composition-Based Multi-Relational Graph Convolutional Networks
gnn-lspe
Source code for GNN-LSPE (Graph Neural Networks with Learnable Structural and Positional Representations), ICLR 2022
learning-tsp
Code for the paper 'Learning TSP Requires Rethinking Generalization' (CP 2021)
Graph-Transformer
Universal Graph Transformer Self-Attention Networks (TheWebConf WWW 2022) (Pytorch and Tensorflow)
graph-based-deep-learning-literature
links to conference publications in graph-based deep learning
graph_nets
PyTorch Implementation and Explanation of Graph Representation Learning papers: DeepWalk, GCN, GraphSAGE, ChebNet & GAT.
efficient-gnns
Code and resources on scalable and efficient Graph Neural Networks
pyHGT
Code for "Heterogeneous Graph Transformer" (WWW'20), which is based on pytorch_geometric
GPT-GNN
Code for KDD'20 "Generative Pre-Training of Graph Neural Networks"