ppnp

Graph classifier

Implementations of a graph neural network model for personalized graph classification

PPNP & APPNP models from "Predict then Propagate: Graph Neural Networks meet Personalized PageRank" (ICLR 2019)

GitHub

321 stars
10 watching
55 forks
Language: Jupyter Notebook
last commit: almost 2 years ago
Linked from 1 awesome list

deep-learninggcngnngraph-algorithmsgraph-classificationgraph-neural-networksmachine-learningpagerankpytorchtensorflow

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
benedekrozemberczki/appnpA PyTorch implementation of a graph neural network model that learns personalized node representations367
benedekrozemberczki/gamAn implementation of a graph classification model using structural attention and PyTorch270
benedekrozemberczki/seal-ciA PyTorch implementation of a semi-supervised graph classification model that learns hierarchical representations from labeled and unlabeled graph data.209
benedekrozemberczki/sgcnAn implementation of a deep learning algorithm for graph data270
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
benedekrozemberczki/pdnAn implementation of a neural network architecture designed to process graph-structured data58
dawnranger/pytorch-agnnAn implementation of an attention-based graph neural network in PyTorch for semi-supervised learning146
benedekrozemberczki/capsgnnA PyTorch implementation of a graph neural network architecture1,246
chingyaoc/ggnn.pytorchAn implementation of a neural network architecture for processing graph-structured data and making predictions on nodes.466
benedekrozemberczki/simgnnAn implementation of SimGNN, a neural network approach to computing graph similarity768
deepgraphlearning/gmnnA software framework that integrates statistical relational learning and graph neural networks for semi-supervised object classification and unsupervised node representation learning.403
tensorflow/gnnBuilds Graph Neural Networks on the TensorFlow platform using heterogeneous graphs and various machine learning techniques.1,372
bupt-gamma/openhgnnAn open-source toolkit for training and applying heterogeneous graph neural networks using PyTorch and the Deep Graph Library.879
benedekrozemberczki/mixhop-and-n-gcnA deep learning framework implementation of higher-order graph convolutional architectures and their applications403
hongyanggao/lgcnAn implementation of learnable graph convolutional networks for efficient graph processing46