Repository navigation

#

graph-attention-networks

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

Python
3340
3 年前

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

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

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

Jupyter Notebook
1187
23 天前

KGAT: Knowledge Graph Attention Network for Recommendation, KDD2019

Python
1106
5 年前

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

892
6 年前

Keras implementation of the graph attention networks (GAT) by Veličković et al. (2017; https://arxiv.org/abs/1710.10903)

Python
486
4 年前

PyTorch implementation of MTAD-GAT (Multivariate Time-Series Anomaly Detection via Graph Attention Networks) by Zhao et. al (2020, https://arxiv.org/abs/2009.02040).

Python
355
1 年前

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

Python
329
3 年前

DeepInf: Social Influence Prediction with Deep Learning

Python
293
5 年前
Python
90
9 个月前

[ICDE'2023] When Spatio-Temporal Meet Wavelets: Disentangled Traffic Forecasting via Efficient Spectral Graph Attention Networks

Python
88
1 个月前

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

Python
88
2 年前

[ICDE2023] A PyTorch implementation of Self-supervised Trajectory Representation Learning with Temporal Regularities and Travel Semantics Framework (START).

Python
79
1 年前