BrizziB / Graph-Classification-with-GCNLinks
A simple implementation of a portion of GCN (Kipf & Welling) that can handle graph classification.
☆40Updated 6 years ago
Alternatives and similar repositories for Graph-Classification-with-GCN
Users that are interested in Graph-Classification-with-GCN are comparing it to the libraries listed below
Sorting:
- Code for "M. Zhang, Z. Cui, M. Neumann, and Y. Chen, An End-to-End Deep Learning Architecture for Graph Classification, AAAI-18".☆178Updated 7 years ago
- Graph Classification with Graph Convolutional Networks in PyTorch (NeurIPS 2018 Workshop)☆336Updated 5 years ago
- Implemented a GNN for classification tasks in PyTorch, combining Graph Convolutions and Graph Pooling layers☆33Updated 6 years ago
- ☆152Updated 6 years ago
- PyTorch implementation of DGCNN☆395Updated 2 years ago
- This is a TensorFlow implementation of the Adversarially Regularized Graph Autoencoder(ARGA) model as described in our paper: Pan, S., …☆187Updated 3 years ago
- Official PyTorch Implementation of SAGPool - ICML 2019☆372Updated 2 years ago
- ☆505Updated 4 years ago
- Representation learning on dynamic graphs using self-attention networks☆306Updated 2 years ago
- [IJCAI 2019] Source code and datasets for "Hierarchical Graph Convolutional Networks for Semi-supervised Node Classification"☆124Updated last year
- AM-GCN: Adaptive Multi-channel Graph Convolutional Networks