guillaumejaume / edGNNLinks
Code for the paper: "edGNN: A simple and powerful GNN for labeled graphs"
☆43Updated 2 years ago
Alternatives and similar repositories for edGNN
Users that are interested in edGNN are comparing it to the libraries listed below
Sorting:
- Code for reproducing results in GraphMix paper☆72Updated 2 years ago
- Codes for NIPS 2019 Paper: Rethinking Kernel Methods for Node Representation Learning on Graphs☆34Updated 5 years ago
- ☆35Updated 6 years ago
- Graph Auto-Encoder in PyTorch☆81Updated 2 years ago
- Equivalence Between Structural Representations and Positional Node Embeddings☆22Updated 5 years ago
- PyTorch Implementation of GraphTSNE, ICLR’19☆134Updated 6 years ago
- PPRGo model in PyTorch, as proposed in "Scaling Graph Neural Networks with Approximate PageRank" (KDD 2020)☆126Updated 3 years ago
- Code for "Are Powerful Graph Neural Nets Necessary? A Dissection on Graph Classification"☆52Updated 5 years ago
- Official Implementation of ICML 2019 Paper. MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing; an…☆124Updated 5 years ago
- An implementation of "Graph Structural-topic Neural Network"☆72Updated 4 years ago
- TensorFlow implementation of Deep Graph Infomax☆62Updated 6 years ago
- Compute graph embeddings via Anonymous Walk Embeddings☆83Updated 6 years ago
- From Random Walks to Transformer for Learning Node Embeddings (ECML-PKDD 2020) (In Pytorch and Tensorflow)☆42Updated 4 years ago
- AISTATS 2019: Confidence-based Graph Convolutional Networks for Semi-Supervised Learning☆59Updated 6 years ago
- Source code from the NeurIPS 2019 workshop article "Keep It Simple: Graph Autoencoders Without Graph Convolutional Networks" (G. Salha, R…☆132Updated 4 years ago
- Paper Code Learning Powerful Graph Neural Network Embeddings With Aid Of Transfer Learning☆40Updated 5 years ago
- The code for our ICLR paper: StructPool: Structured Graph Pooling via Conditional Random Fields☆58Updated 5 years ago
- Tensorflow Implementation of Large-Scale Learnable Graph Convolutional Networks (LGCN) KDD18☆47Updated 6 years ago
- Code for NeurIPS'19 "Layer-Dependent Importance Sampling for Training Deep and Large Graph Convolutional Networks"☆76Updated 2 years ago
- SIGN: Scalable Inception Graph Network