bknyaz / graph_attention_poolLinks
Attention over nodes in Graph Neural Networks using PyTorch (NeurIPS 2019)
☆286Updated 5 years ago
Alternatives and similar repositories for graph_attention_pool
Users that are interested in graph_attention_pool are comparing it to the libraries listed below
Sorting:
- Graph Classification with Graph Convolutional Networks in PyTorch (NeurIPS 2018 Workshop)☆336Updated 5 years ago
- Hierarchical Graph Pooling with Structure Learning☆344Updated 4 years ago
- Learning Discrete Structures for Graph Neural Networks (TensorFlow implementation)☆199Updated last year
- Position-aware Graph Neural Networks☆401Updated 5 years ago
- Official PyTorch Implementation of SAGPool - ICML 2019☆372Updated 2 years ago
- Dual Graph Convolution Networks☆97Updated 7 years ago
- [IJCAI 2019] Source code and datasets for "Hierarchical Graph Convolutional Networks for Semi-supervised Node Classification"☆123Updated last year
- Official Implementation of ICML 2019 Paper. MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing; an…