gordicaleksa / pytorch-GATLinks
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!
☆2,564Updated 2 years ago
Alternatives and similar repositories for pytorch-GAT
Users that are interested in pytorch-GAT are comparing it to the libraries listed below
Sorting:
- Repository for benchmarking graph neural networks (JMLR 2023)☆2,601Updated 2 years ago
- Pytorch implementation of the Graph Attention Network model by Veličković et. al (2017, https://arxiv.org/abs/1710.10903)☆3,047Updated 2 years ago
- Graph Attention Networks (https://arxiv.org/abs/1710.10903)☆3,386Updated 3 years ago
- Graph Transformer Architecture. Source code for "A Generalization of Transformer Networks to Graphs", DLG-AAAI'21.☆978Updated 3 years ago
- Platform for designing and evaluating Graph Neural Networks (GNN)☆1,812Updated last year
- PyTorch Implementation and Explanation of Graph Representation Learning papers: DeepWalk, GCN, GraphSAGE, ChebNet & GAT.☆1,203Updated 3 months ago
- Benchmark datasets, data loaders, and evaluators for graph machine learning☆2,012Updated 2 months ago
- TGN: Temporal Graph Networks☆1,073Updated last year
- CogDL: A Comprehensive Library for Graph Deep Learning (WWW 2023)☆1,784Updated last year
- Graph Transformer Networks (Authors' PyTorch implementation for the NeurIPS 19 paper)☆1,032Updated 2 years ago
- Graphormer is a general-purpose deep learning backbone for molecular modeling.☆2,306Updated last year
- Papers about pretraining and self-supervised learning on Graph Neural Networks (GNN).☆1,681Updated last year
- PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)☆2,832Updated 3 weeks ago
- Paper Lists for Graph Neural Networks☆2,264Updated last year
- Representation learning on large graphs using stochastic graph convolutions.☆3,543Updated 11 months ago
- How Powerful are Graph Neural Networks?☆1,224Updated 4 years ago
- Strategies for Pre-training Graph Neural Networks☆1,020Updated last year
- links to conference publications in graph-based deep learning☆4,935Updated last month
- Pytorch Geometric Tutorials☆1,117Updated 2 years ago
- Graph Convolutional Networks in PyTorch☆5,315Updated 4 years ago
- Python library assists deep learning on graphs☆558Updated last year
- A library for graph deep learning research☆1,967Updated 11 months ago
- Simple reference implementation of GraphSAGE.☆1,024Updated 5 years ago
- gnn explainer☆977Updated 10 months ago
- A PyTorch implementation of GraphSAGE. This package contains a PyTorch implementation of GraphSAGE.☆653Updated last year
- Universal Graph Transformer Self-Attention Networks (TheWebConf WWW 2022) (Pytorch and Tensorflow)☆673Updated 2 years ago
- Code for "Heterogeneous Graph Transformer" (WWW'20), which is based on pytorch_geometric☆846Updated last year
- A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).☆799Updated 2 years ago
- Papers about graph transformers.