zhao-tong / GNNs-easy-to-useView external linksLinks
An PyTorch implementation of graph neural networks (GCN, GraphSAGE and GAT) that can be simply imported and used.
☆65May 17, 2020Updated 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:
- ☆12Jan 29, 2022Updated 4 years ago
- CCS 2023 | Explainable malware and vulnerability detection with XAI in paper "FINER: Enhancing State-of-the-art Classifiers with Feature …☆11Aug 20, 2024Updated last year
- The model for edge classification by transforming edges to nodes.☆15Dec 22, 2020Updated 5 years ago
- 使用graphsage 进行连边预测的实验☆13Mar 29, 2019Updated 6 years ago
- LazyGNN: Large-Scale Graph Neural Networks via Lazy Propagation ICML_2023☆13Oct 27, 2023Updated 2 years ago
- GraphSAGE and GAT for link prediction.☆94Sep 11, 2019Updated 6 years ago
- Official repository for NeurIPS'23 paper: GraphPatcher: Mitigating Degree Bias for Graph Neural Networks via Test-time Augmentation☆18Oct 1, 2023Updated 2 years ago
- Source Code for ICML 2022 paper "Boosting Graph Structure Learning with Dummy Nodes"☆19Apr 24, 2023Updated 2 years ago
- Source code and dataset for TKDE 2019 paper “Trust Relationship Prediction in Alibaba E-Commerce Platform”☆16Jun 4, 2019Updated 6 years ago
- Official PyTorch implementation of "Towards Deeper Graph Neural Networks" [KDD2020]☆68Oct 11, 2022Updated 3 years ago
- AAAI'21: Data Augmentation for Graph Neural Networks☆196Apr 24, 2024Updated last year
- Implementations of Graph Neural Network models in pytorch geometric☆18Jul 22, 2020Updated 5 years ago
- Code for EMNLP 2022 paper "A Unified Encoder-Decoder Framework with Entity Memory"☆15Apr 24, 2023Updated 2 years ago
- Source code for CIKM 2019 paper "Temporal Network Embedding with Micro- and Macro-dynamics"☆37Dec 27, 2021Updated 4 years ago
- Continuous-Time Relationship Prediction in Dynamic Heterogeneous Information Networks (TKDD 2019)☆19Mar 28, 2022Updated 3 years ago
- Embedder with binary sparse distributed representation.☆19May 15, 2025Updated 9 months ago
- [KDD'23] Source codes of "Semi-Supervised Graph Imbalanced Regression"☆23Jun 21, 2025Updated 7 months ago
- the Implementation of "Structural Deep Embedding for Hyper-Networks"(AAA20I8)☆48Feb 25, 2019Updated 6 years ago
- [ICLR 2023] Link Prediction with Non-Contrastive Learning☆26Jan 13, 2023Updated 3 years ago
- Gradient gating (ICLR 2023)☆55May 11, 2023Updated 2 years ago
- A PyTorch implementation of GraphSAGE. This package contains a PyTorch implementation of GraphSAGE.