AdaGCN

AdaGCN model

An implementation of an AdaGCN model that adapts Graph Convolutional Networks to deep models for graph neural networks tasks.

Official Implementation of AdaGCN (ICLR 2021)

GitHub

60 stars
4 watching
12 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
benedekrozemberczki/appnpA PyTorch implementation of a graph neural network model that learns personalized node representations367
liqimai/gcnAn implementation of graph convolutional networks for semi-supervised learning in Python using TensorFlow and other libraries.45
benedekrozemberczki/sgcnAn implementation of a deep learning algorithm for graph data270
tensorflow/gnnBuilds Graph Neural Networks on the TensorFlow platform using heterogeneous graphs and various machine learning techniques.1,372
snap-stanford/graphgymA platform for designing and evaluating Graph Neural Networks (GNN) models1,738
benedekrozemberczki/mixhop-and-n-gcnA deep learning framework implementation of higher-order graph convolutional architectures and their applications403
deepgraphlearning/gmnnA software framework that integrates statistical relational learning and graph neural networks for semi-supervised object classification and unsupervised node representation learning.403
benedekrozemberczki/capsgnnA PyTorch implementation of a graph neural network architecture1,246
hongyanggao/lgcnAn implementation of learnable graph convolutional networks for efficient graph processing46
dawnranger/pytorch-agnnAn implementation of an attention-based graph neural network in PyTorch for semi-supervised learning146
delta2323/gb-gnnAnalyzes and optimizes the performance of graph neural networks using gradient boosting and various aggregation models.13
google-deepmind/jraphA lightweight library for working with graph neural networks in jax.1,380
bupt-gamma/openhgnnAn open-source toolkit for training and applying heterogeneous graph neural networks using PyTorch and the Deep Graph Library.879
benedekrozemberczki/simgnnAn implementation of SimGNN, a neural network approach to computing graph similarity768
muhanzhang/dgcnnA deep learning architecture for graph classification that extracts vertex features through propagation-based graph convolution and retains more node information than traditional sum pooling methods.174