quqixun / GNN-PytorchLinks
GNN方法和模型的Pytorch实现。Pytorch implementation of GNN.
☆93Updated 6 months ago
Alternatives and similar repositories for GNN-Pytorch
Users that are interested in GNN-Pytorch are comparing it to the libraries listed below
Sorting:
- Some GNNs are implemented using PyG for node classification tasks, including: GCN, GraphSAGE, SGC, GAT, R-GCN and HAN (Heterogeneous Grap…☆136Updated 2 years ago
- PyTorch示例代码;复现GNN模型☆128Updated 3 years ago
- Graph model implementation☆142Updated 3 years ago
- A Collection for HGNN (Heterogenous Graph Neural Network), including datasets, algorithms and so on.☆59Updated last year
- gnn for link prediction,图神经网络用于链接预测。☆47Updated 2 years ago
- Pytorch implementation of DySAT: Deep Neural Representation Learning on Dynamic Graphs via Self-Attention Networks☆93Updated 3 years ago
- Reinforced Neighborhood Selection Guided Multi-Relational Graph Neural Networks☆75Updated 10 months ago
- 异构图神经网络HAN。Heterogeneous Graph Attention Network (HAN) with pytorch☆111Updated 2 years ago
- PyTorch implementation of Deep Attention Embedding Graph Clustering (19IJCAI) https://www.ijcai.org/Proceedings/2019/0509.pdf☆116Updated 4 years ago
- 图神经网络、图卷积网络、图注意力网络、图自编码网络、时空图神经网络等论文合集。☆98Updated 3 months ago
- ☆115Updated last year
- PyG implementation of GCN (Semi-Supervised Classification with Graph Convolutional Networks, ICLR 2017).Datasets: CiteSeer, Cora, PubMed,…☆67Updated 2 years ago
- IJCAI‘23 Survey Track: Papers on Graph Pooling (GNN-Pooling)☆116Updated 4 months ago
- reproduce two famous GNN model, GCN and GAT☆24Updated 3 years ago
- ☆69Updated 3 years ago
- Bag of Tricks for Graph Neural Networks.☆297Updated last year
- cs224w(图机器学习)2021冬季课程的colab☆240Updated 4 years ago
- DHGNN source code for IJCAI19 paper: "Dynamic Hypergraph Neural Networks"☆263Updated 2 years ago
- WGCN: Graph Convolutional Networks with Weighted Structural Features, SIGIR 2021☆24Updated 4 years ago
- A pytorch implemention of GCN-GAN for temporal link prediction.☆105Updated 5 years ago
- Pytorch implementation of paper 'GraphSMOTE: Imbalanced Node Classification on Graphs with Graph Neural Networks' to appear on WSDM2021☆165Updated last year
- [WWW 2021] Source code for "Graph Contrastive Learning with Adaptive Augmentation"☆175Updated last year
- 图神经网络整理☆582Updated 3 years ago
- NAGphormer: A Tokenized Graph Transformer for Node Classification in Large Graphs☆128Updated last year
- Graph Neural Network, Self-Supervised Learning, Contrastive Learning, RecSys, Transformer Papers Reading Notes.☆38Updated last year
- [GRL+ @ ICML 2020] PyTorch implementation for "Deep Graph Contrastive Representation Learning" (https://arxiv.org/abs/2006.04131v2)