raunakkmr / GraphSAGELinks
PyTorch implementation of GraphSAGE.
☆30Updated 6 years ago
Alternatives and similar repositories for GraphSAGE
Users that are interested in GraphSAGE are comparing it to the libraries listed below
Sorting:
- AM-GCN: Adaptive Multi-channel Graph Convolutional Networks☆252Updated 5 years ago
- An PyTorch implementation of graph neural networks (GCN, GraphSAGE and GAT) that can be simply imported and used.☆65Updated 5 years ago
- A tensorflow implementation of CommunityGAN (Community Detection with Generative Adversarial Nets)☆79Updated 7 years ago
- PyTorch implementation of "Simple and Deep Graph Convolutional Networks"☆358Updated 5 years ago
- [ICLR 2021] How to Find Your Friendly Neighborhood: Graph Attention Design with Self-Supervision☆159Updated 2 years ago
- Source code and dataset of the NeurIPS 2020 paper "Graph Random Neural Network for Semi-Supervised Learning on Graphs"☆211Updated 2 years ago
- GraphSAGE and GAT for link prediction.☆94Updated 6 years ago
- AAAI'21: Data Augmentation for Graph Neural Networks☆196Updated last year
- Code & data accompanying the NeurIPS 2020 paper "Iterative Deep Graph Learning for Graph Neural Networks: Better and Robust Node Embeddin…☆237Updated 2 years ago
- Representation learning on dynamic graphs using self-attention networks☆308Updated 2 years ago
- Re-Implement "Graph Convolutional Matrix Completion" (PyTorch and PyTorch Geometric)☆160Updated last year
- Unsupervised Attributed Multiplex Network Embedding (AAAI 2020)☆152Updated 2 years ago
- CTGCN: k-core based Temporal Graph Convolutional Network for Dynamic Graphs (accepted by IEEE TKDE in 2020) https://ieeexplore.ieee.org/…