HanGuangXin / Result-Visualization-of-Graph-Convolutional-Networks-in-PyTorch
Based on Graph Convolutional Networks in PyTorch, visualization of test set results was added with t-SNE algorithm.
☆41Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for Result-Visualization-of-Graph-Convolutional-Networks-in-PyTorch
- Dual Attention Graph Convolutional Network☆87Updated 3 years ago
- Graph Learning Convolution Network☆37Updated last year
- Implemented a GNN for classification tasks in PyTorch, combining Graph Convolutions and Graph Pooling layers☆31Updated 5 years ago
- Graph Convolutional Networks for Text Classification.☆45Updated 5 years ago
- Collect papers about graph☆75Updated 4 years ago
- Graph Neural Network with Hierarchical Pooling for PyTorch: "Hierarchical Graph Representation Learning with Differentiable Pooling".☆76Updated 5 years ago
- Source code of GResNet☆16Updated 4 years ago
- [IJCAI 2019] Source code and datasets for "Hierarchical Graph Convolutional Networks for Semi-supervised Node Classification"☆118Updated 6 months ago
- Modify pyGAT (https://github.com/Diego999/pyGAT) to use PyTorch sparse operators for implementation of SpGraphAttentionLayer☆20Updated 5 years ago
- [ICML 2020] "When Does Self-Supervision Help Graph Convolutional Networks?" by Yuning You, Tianlong Chen, Zhangyang Wang, Yang Shen☆110Updated 3 years ago
- Collection of resources related with Graph Contrastive Learning.☆34Updated 3 years ago
- Implementation for IGCN and GLP model in our paper "Label Efficient Semi-Supervised Learning via Graph Filtering."☆74Updated 5 years ago
- This is the PyTorch-0.4.0 implementation of few-shot learning on CIFAR-100 with graph neural networks (GNN)☆86Updated 6 years ago
- LowFER: Low-rank Bilinear Pooling for Link Prediction (ICML 2020)☆12Updated 2 years ago
- ☆57Updated last year
- Code for "SUGAR: Subgraph Neural Network with Reinforcement Pooling and Self-Supervised Mutual Information Mechanism"☆54Updated 3 years ago
- a unified convolution on both Euclidean and non-Euclidean domains☆25Updated 5 years ago
- Official code for the CVPR 2020 paper "Shoestring: Graph-Based Semi-Supervised Classification with Severely Limited Labeled Data."☆10Updated 4 years ago
- The code for our ICLR paper: StructPool: Structured Graph Pooling via Conditional Random Fields☆57Updated 4 years ago
- PyG (a geometric extension library for PyTorch) implementation of several Graph Neural Networks (GNNs): GCN, GAT, GraphSAGE, etc.☆50Updated 5 years ago
- Deeper insights into graph convolutional networks for semi-supervised learning☆19Updated 5 years ago
- Implementation of Meta-GNN in TensorFlow☆47Updated 3 years ago
- An implementation of KDD paper "Graph Convolutional Networks with EigenPooling"☆47Updated 4 years ago
- Python implementation of "Unsupervised Domain Adaptive Graph Convolutional Networks", WWW-20.☆55Updated 3 years ago
- Official implementation of "Non-Local Graph Neural Networks" [TPAMI]