ppnp
Graph model implementation
This project provides implementations of graph neural network models for personalized page rank task
PPNP & APPNP models from "Predict then Propagate: Graph Neural Networks meet Personalized PageRank" (ICLR 2019)
319 stars
10 watching
54 forks
Language: Jupyter Notebook
last commit: over 1 year ago
Linked from 1 awesome list
deep-learninggcngnngraph-algorithmsgraph-classificationgraph-neural-networksmachine-learningpagerankpytorchtensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
benedekrozemberczki/appnp | A PyTorch implementation of a graph neural network model that learns personalized node representations | 363 |
benedekrozemberczki/gam | An implementation of a graph classification model using structural attention and PyTorch | 268 |
benedekrozemberczki/seal-ci | A PyTorch implementation of a semi-supervised graph classification model that learns hierarchical representations from labeled and unlabeled graph data. | 208 |
benedekrozemberczki/sgcn | An implementation of a deep learning algorithm for graph data | 268 |
muhanzhang/dgcnn | A 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/pdn | An implementation of a neural network architecture designed to process graph-structured data | 57 |
dawnranger/pytorch-agnn | An implementation of an attention-based graph neural network in PyTorch for semi-supervised learning | 145 |
benedekrozemberczki/capsgnn | A PyTorch implementation of a graph neural network architecture | 1,246 |
chingyaoc/ggnn.pytorch | An implementation of a neural network architecture for processing graph-structured data and making predictions on nodes. | 465 |
benedekrozemberczki/simgnn | An implementation of SimGNN, a neural network approach to computing graph similarity | 759 |
deepgraphlearning/gmnn | A software framework that integrates statistical relational learning and graph neural networks for semi-supervised object classification and unsupervised node representation learning. | 401 |
tensorflow/gnn | Builds Graph Neural Networks on the TensorFlow platform using heterogeneous graphs and various machine learning techniques. | 1,362 |
bupt-gamma/openhgnn | An open-source toolkit for training and applying heterogeneous graph neural networks using PyTorch and the Deep Graph Library. | 867 |
benedekrozemberczki/mixhop-and-n-gcn | A deep learning framework implementation of higher-order graph convolutional architectures and their applications | 402 |
hongyanggao/lgcn | An implementation of learnable graph convolutional networks for efficient graph processing | 46 |