Repository navigation

#

gat

gordicaleksa/pytorch-GAT

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 histograms. I've supported both Cora (transductive) and PPI (inductive) examples!

Jupyter Notebook
2581
3 年前

Implementation and experiments of graph neural netwokrs, like gcn,graphsage,gat,etc.

Python
826
3 年前

[ICLR 2020; IPDPS 2019] Fast and accurate minibatch training for deep GNNs and large graphs (GraphSAINT: Graph Sampling Based Inductive Learning Method).

Python
493
3 年前

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

Python
345
3 年前

This is a PyTorch implementation of the GeniePath model in (https://arxiv.org/abs/1802.00910)

Python
105
1 年前

中华人民共和国国家标准文档

104
2 年前

Code and Content for Manning Publication on Graph Neural Networks

Jupyter Notebook
94
6 个月前

GNN方法和模型的Pytorch实现。Pytorch implementation of GNN.

Python
93
7 个月前

PyTorch code for ICPR 2020 paper "DAG-Net: Double Attentive Graph Neural Network for Trajectory Forecasting"

Python
90
2 个月前

Browedit is an editor for rsw, gnd and gat files

C++
70
6 天前

Graph Neural Networks

Python
68
5 年前

PyTorch implementation of the Graph Attention Networks (GAT) based on the paper "Graph Attention Network" by Velickovic et al - https://arxiv.org/abs/1710.10903v3

Python
45
2 年前

Graph Convolutional Networks, Graph Attention Networks, Gated Graph Neural Net, Mixhop

Jupyter Notebook
31
5 年前

[NLPCC 2020] Sentence Constituent-Aware Aspect-Category Sentiment Analysis with Graph Attention Networks

Python
30
3 年前

玩转图神经网络和知识图谱的相关算法:GCN,GAT,GAFM,GAAFM,GraphSage,W2V,TRANSe

Jupyter Notebook
30
1 年前

My solutions for Stanford University course CS224W: Machine Learning with Graphs Fall 2021 colabs (GNN, GAT, GraphSAGE, GCN)

Jupyter Notebook
29
3 年前