danielegrattarola / keras-gatLinks
Keras implementation of the graph attention networks (GAT) by Veličković et al. (2017; https://arxiv.org/abs/1710.10903)
☆489Updated 4 years ago
Alternatives and similar repositories for keras-gat
Users that are interested in keras-gat are comparing it to the libraries listed below
Sorting:
- Semi-supervised learning with graph embeddings☆922Updated 5 years ago
- A PyTorch implementation of GraphSAGE. This package contains a PyTorch implementation of GraphSAGE.☆659Updated last year
- The sample codes for our ICLR18 paper "FastGCN: Fast Learning with Graph Convolutional Networks via Importance Sampling""☆527Updated 4 years ago
- A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).☆801Updated 2 years ago
- Implementation of R-GCNs for Relational Link Prediction☆457Updated 2 years ago
- Simple reference implementation of GraphSAGE.☆1,029Updated 5 years ago
- Keras-based implementation of Relational Graph Convolutional Networks☆817Updated 6 years ago
- Representation-Learning-on-Heterogeneous-Graph☆443Updated 5 years ago
- code of HetGNN☆411Updated 5 years ago
- Heterogeneous Graph Neural Network☆1,155Updated 5 years ago
- A tensorflow implementation of GraphGAN (Graph Representation Learning with Generative Adversarial Nets)☆535Updated 5 years ago
- official implementation for the paper "Simplifying Graph Convolutional Networks"☆845Updated 3 years ago
- ☆495Updated 4 years ago
- Deep Graph Infomax (https://arxiv.org/abs/1809.10341)☆646Updated 2 years ago
- ☆352Updated 5 years ago
- This is a tutorial for PyTorch Geometric on the YooChoose dataset☆316Updated 6 years ago
- Implementation and experiments of graph neural netwokrs, like gcn,graphsage,gat,etc.☆829Updated 2 years ago
- Graph Markov Neural Networks