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
2530
2 年前

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

Python
814
2 年前

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

Python
483
3 年前

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

Python
329
3 年前

This is a PyTorch implementation of the GeniePath model in <GeniePath: Graph Neural Networks with Adaptive Receptive Paths> (https://arxiv.org/abs/1802.00910)

Python
104
9 个月前

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

102
1 年前

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

Python
90
3 个月前

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

Python
88
2 年前

Code and Content for Manning Publication on Graph Neural Networks

Jupyter Notebook
77
2 个月前

Browedit is an editor for rsw, gnd and gat files

C++
67
12 天前

Graph Neural Networks

Python
67
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
43
2 年前

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

Python
31
2 年前

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

Jupyter Notebook
31
5 年前

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

Jupyter Notebook
29
3 年前

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

Jupyter Notebook
28
1 年前

Transformer implemented with graph attention network (GAT) layers from PyTorch Geometric

Jupyter Notebook
17
3 年前