zhao-tong / GNNs-easy-to-useLinks
An PyTorch implementation of graph neural networks (GCN, GraphSAGE and GAT) that can be simply imported and used.
☆65Updated 5 years ago
Alternatives and similar repositories for GNNs-easy-to-use
Users that are interested in GNNs-easy-to-use are comparing it to the libraries listed below
Sorting:
- Code & data accompanying the NeurIPS 2020 paper "Iterative Deep Graph Learning for Graph Neural Networks: Better and Robust Node Embeddin…☆237Updated 2 years ago
- CTGCN: k-core based Temporal Graph Convolutional Network for Dynamic Graphs (accepted by IEEE TKDE in 2020) https://ieeexplore.ieee.org/…☆94Updated last week
- Source code and dataset of the NeurIPS 2020 paper "Graph Random Neural Network for Semi-Supervised Learning on Graphs"☆211Updated 2 years ago
- AAAI'21: Data Augmentation for Graph Neural Networks☆196Updated last year
- Official code for "InfoGraph: Unsupervised and Semi-supervised Graph-Level Representation Learning via Mutual Information Maximization" …☆324Updated 2 years ago
- [ICLR 2021] How to Find Your Friendly Neighborhood: Graph Attention Design with Self-Supervision☆159Updated 2 years ago
- An open-source implementation of SEAL for link prediction in open graph benchmark (OGB) datasets.☆241Updated 2 years ago
- A tensorflow implementation of GCN-LPA☆99Updated 5 years ago
- Distance Encoding for GNN Design☆188Updated 4 years ago
- Graph Representation Learning via Graphical Mutual Information Maximization☆118Updated 5 years ago
- ☆302Updated 3 years ago
- Supervised community detection with line graph neural networks☆90Updated 5 years ago
- Parameterized Explainer for Graph Neural Network☆142Updated last year
- A PyTorch implementation of the Relational Graph Convolutional Network (RGCN).☆132Updated 4 years ago
- Representation Learning on Graphs with Jumping Knowledge Networks☆39Updated 6 years ago
- Code for "Heterogeneous Graph Transformer" (WWW'20), which is based on Deep Graph Library (DGL)☆75Updated 3 years ago
- Unsupervised Attributed Multiplex Network Embedding (AAAI 2020)☆152Updated 2 years ago
- [GRL+ @ ICML 2020] PyTorch implementation for "Deep Graph Contrastive Representation Learning" (https://arxiv.org/abs/2006.04131v2)☆343Updated last year
- ☆276Updated 3 years ago
- AAAI 2020 - ASAP: Adaptive Structure Aware Pooling for Learning Hierarchical Graph Representations☆102Updated 5 years ago
- Implementation of paper "Self-supervised Learning on Graphs:Deep Insights and New Directions"☆97Updated 2 years ago
- Scalable Graph Neural Networks for Heterogeneous Graphs☆72Updated 5 years ago
- A collection of graph classification methods☆42Updated 5 years ago
- Representation learning on dynamic graphs using self-attention networks☆307Updated 2 years ago
- Implementation of the WSDM 2021 paper "Node Similarity Preserving Graph Convolutional Networks"☆59Updated 4 years ago
- ☆77Updated 4 years ago
- Codes and datasets for AAAI-2021 paper "Learning to Pre-train Graph Neural Networks"☆89Updated 4 years ago
- Implementation for Simple Spectral Graph Convolution in ICLR 2021