graph-attention-networks topic

List graph-attention-networks repositories

awesome-graph-classification

4.7k
Stars
744
Forks
Watchers

A collection of important graph embedding, classification and representation learning papers with implementations.

CapsGNN

1.2k
Stars
199
Forks
Watchers

A PyTorch implementation of "Capsule Graph Neural Network" (ICLR 2019).

pytorch-GAT

2.3k
Stars
313
Forks
Watchers

My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entropy...

awesome-gcn

852
Stars
131
Forks
Watchers

resources for graph convolutional networks (图卷积神经网络相关资源)

GAT

3.1k
Stars
639
Forks
Watchers

Graph Attention Networks (https://arxiv.org/abs/1710.10903)

pyGAT

2.8k
Stars
686
Forks
Watchers

Pytorch implementation of the Graph Attention Network model by Veličković et. al (2017, https://arxiv.org/abs/1710.10903)

MixHop-and-N-GCN

398
Stars
56
Forks
Watchers

An implementation of "MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing" (ICML 2019).

graph_nets

1.1k
Stars
223
Forks
Watchers

PyTorch Implementation and Explanation of Graph Representation Learning papers: DeepWalk, GCN, GraphSAGE, ChebNet & GAT.

how_attentive_are_gats

288
Stars
34
Forks
Watchers

Code for the paper "How Attentive are Graph Attention Networks?" (ICLR'2022)