ggnn.pytorch
Graph neural network
An implementation of a neural network architecture for processing graph-structured data and making predictions on nodes.
A PyTorch Implementation of Gated Graph Sequence Neural Networks (GGNN)
465 stars
11 watching
92 forks
Language: Python
last commit: over 5 years ago ggnngnnsgraphpytorch
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
mengcz13/kdd2021_cnfgnn | An implementation of a federated graph neural network for spatio-temporal modeling | 65 |
wohlert/generative-query-network-pytorch | A PyTorch implementation of a Generative Query Network model for generating 3D scenes and rendering them in various styles. | 322 |
bupt-gamma/openhgnn | An open-source toolkit for training and applying heterogeneous graph neural networks using PyTorch and the Deep Graph Library. | 867 |
benedekrozemberczki/sgcn | An implementation of a deep learning algorithm for graph data | 268 |
benedekrozemberczki/appnp | A PyTorch implementation of a graph neural network model that learns personalized node representations | 363 |
benedekrozemberczki/pytorch_geometric_temporal | A PyTorch extension for building temporal graph neural networks with support for recurrent and attention-based models | 2,669 |
bamos/densenet.pytorch | An implementation of a deep neural network architecture in PyTorch | 832 |
benedekrozemberczki/clustergcn | A PyTorch implementation of a clustering algorithm for graph neural networks | 787 |
sherylhyx/pytorch_geometric_signed_directed | A PyTorch Geometric extension library for working with signed and directed graphs | 128 |
awentzonline/pytorch-cns | Search algorithm for neural network optimization | 26 |
kimhc6028/relational-networks | A PyTorch implementation of a neural network module for relational reasoning in computer vision tasks | 812 |
d-li14/regnet.pytorch | An implementation of a PyTorch-based neural network architecture for image classification tasks. | 68 |