kimiyoung / planetoid
Semi-supervised learning with graph embeddings
☆916Updated 5 years ago
Alternatives and similar repositories for planetoid:
Users that are interested in planetoid are comparing it to the libraries listed below
- Simple reference implementation of GraphSAGE.☆1,016Updated 4 years ago
- A PyTorch implementation of GraphSAGE. This package contains a PyTorch implementation of GraphSAGE.☆646Updated last year
- The sample codes for our ICLR18 paper "FastGCN: Fast Learning with Graph Convolutional Networks via Importance Sampling""☆524Updated 4 years ago
- Keras implementation of the graph attention networks (GAT) by Veličković et al. (2017; https://arxiv.org/abs/1710.10903)☆486Updated 4 years ago
- How Powerful are Graph Neural Networks?☆1,216Updated 3 years ago
- Heterogeneous Graph Neural Network☆1,129Updated 4 years ago
- A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).☆799Updated 2 years ago
- Deep Graph Infomax (https://arxiv.org/abs/1809.10341)☆638Updated 2 years ago
- ☆490Updated 4 years ago
- official implementation for the paper "Simplifying Graph Convolutional Networks"☆841Updated 3 years ago
- Implementation and experiments of graph neural netwokrs, like gcn,graphsage,gat,etc.