facebookresearch / hgnn
Hyperbolic Graph Neural Networks
☆227Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for hgnn
- Hyperbolic Graph Convolutional Networks in PyTorch.☆602Updated 3 months ago
- ☆291Updated 2 years ago
- Learning Discrete Structures for Graph Neural Networks (TensorFlow implementation)☆192Updated 8 months ago
- Graph Diffusion Convolution, as proposed in "Diffusion Improves Graph Learning" (NeurIPS 2019)☆267Updated last year
- [ICLR 2021] Combining Label Propagation and Simple Models Out-performs Graph Neural Networks (https://arxiv.org/abs/2010.13993)☆285Updated 3 years ago
- Multi-relational Poincaré Graph Embeddings☆158Updated 5 years ago
- Code & data accompanying the NeurIPS 2020 paper "Iterative Deep Graph Learning for Graph Neural Networks: Better and Robust Node Embeddin…☆223Updated last year
- Source code for the paper "Hyperbolic Neural Networks", https://arxiv.org/abs/1805.09112☆172Updated 4 years ago
- PPNP & APPNP models from "Predict then Propagate: Graph Neural Networks meet Personalized PageRank" (ICLR 2019)☆320Updated last year
- ☆415Updated 5 years ago
- Position-aware Graph Neural Networks☆395Updated 4 years ago
- Distance Encoding for GNN Design☆183Updated 3 years ago
- Source code for our AAAI paper "Weisfeiler and Leman Go Neural: Higher-order Graph Neural Networks".☆183Updated 2 years ago
- Source code from the NeurIPS 2019 workshop article "Keep It Simple: Graph Autoencoders Without Graph Convolutional Networks" (G. Salha, R…☆131Updated 4 years ago
- Source code and dataset of the NeurIPS 2020 paper "Graph Random Neural Network for Semi-Supervised Learning on Graphs"☆208Updated last year
- PPRGo model in PyTorch, as proposed in "Scaling Graph Neural Networks with Approximate PageRank" (KDD 2020)☆127Updated 2 years ago
- Representation learning on large graphs using stochastic graph convolutions.☆138Updated 6 years ago
- Implementation of Principal Neighbourhood Aggregation for Graph Neural Networks in PyTorch, DGL and PyTorch Geometric☆341Updated 2 years ago
- Attention over nodes in Graph Neural Networks using PyTorch (NeurIPS 2019)☆283Updated 4 years ago
- Source code for the ICML'18 paper "Hyperbolic Entailment Cones for Learning Hierarchical Embeddings", https://arxiv.org/abs/1804.01882☆129Updated 6 years ago
- Framework for evaluating Graph Neural Network models on semi-supervised node classification task☆448Updated 5 years ago
- Implementation of the paper "NetGAN: Generating Graphs via Random Walks".☆191Updated 3 years ago
- Official PyTorch implementation of "Towards Deeper Graph Neural Networks" [KDD2020]☆154Updated 2 years ago
- Official code for "InfoGraph: Unsupervised and Semi-supervised Graph-Level Representation Learning via Mutual Information Maximization" …☆313Updated 10 months ago
- Hierarchical Graph Pooling with Structure Learning☆329Updated 3 years ago
- Official Implementation of ICML 2019 Paper. MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing; an…