pygcn

GCN model

A PyTorch implementation of a graph neural network architecture for semi-supervised classification

Graph Convolutional Networks in PyTorch

GitHub

5k stars
55 watching
1k forks
Language: Python
last commit: about 4 years ago

Related projects:

Repository Description Stars
benedekrozemberczki/clustergcn A PyTorch implementation of a clustering algorithm for graph neural networks 787
diego999/pygat An implementation of the Graph Attention Network model using PyTorch. 2,914
pyg-team/pytorch_geometric A PyTorch-based library for training and applying Graph Neural Networks to structured data 21,382
benedekrozemberczki/capsgnn A PyTorch implementation of a graph neural network architecture 1,246
benedekrozemberczki/sgcn An implementation of a deep learning algorithm for graph data 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/mixhop-and-n-gcn A deep learning framework implementation of higher-order graph convolutional architectures and their applications 402
danielegrattarola/spektral A Python library for building graph neural networks with Keras and TensorFlow 2. 2,371
chingyaoc/ggnn.pytorch An implementation of a neural network architecture for processing graph-structured data and making predictions on nodes. 465
benedekrozemberczki/pytorch_geometric_temporal A PyTorch extension for building temporal graph neural networks with support for recurrent and attention-based models 2,669
locuslab/tcn An empirical evaluation of generic convolutional and recurrent networks for sequence modeling 4,171
yunjey/pytorch-tutorial A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. 30,251
benedekrozemberczki/appnp A PyTorch implementation of a graph neural network model that learns personalized node representations 363
znxlwm/pytorch-generative-model-collections Replication of various Generative Adversarial Networks (GANs) and their variants in PyTorch 2,601
benedekrozemberczki/graphwaveletneuralnetwork An implementation of a neural network for graph data, specifically designed to process wavelet transforms on graphs. 574