graph-attention topic
APPNP
A PyTorch implementation of "Predict then Propagate: Graph Neural Networks meet Personalized PageRank" (ICLR 2019).
AttentionWalk
A PyTorch Implementation of "Watch Your Step: Learning Node Embeddings via Graph Attention" (NeurIPS 2018).
GAM
A PyTorch implementation of "Graph Classification Using Structural Attention" (KDD 2018).
awesome-gcn
resources for graph convolutional networks (图卷积神经网络相关资源)
SimGNN
A PyTorch implementation of "SimGNN: A Neural Network Approach to Fast Graph Similarity Computation" (WSDM 2019).
SGCN
A PyTorch implementation of "Signed Graph Convolutional Network" (ICDM 2018).
MixHop-and-N-GCN
An implementation of "MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing" (ICML 2019).
Awesome-Graph-Neural-Networks
Paper Lists for Graph Neural Networks
GraphNeuralNetwork
Implementation and experiments of graph neural netwokrs, like gcn,graphsage,gat,etc.
SimGNN
Keras implementation of "SimGNN: A Neural Network Approach to Fast Graph Similarity Computation". Includes synthetic GED data.