pyGAT

Graph Network Model

An implementation of the Graph Attention Network model using PyTorch.

Pytorch implementation of the Graph Attention Network model by Veličković et. al (2017, https://arxiv.org/abs/1710.10903)

GitHub

3k stars
17 watching
691 forks
Language: Python
last commit: about 3 years ago
Linked from 1 awesome list

attention-mechanismgraph-attention-networksneural-networkspythonpytorchself-attention

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
petarv-/gatAn implementation of Graph Attention Networks in TensorFlow for graph representation learning.3,261
pyg-team/pytorch_geometricA PyTorch-based library for training and applying Graph Neural Networks to structured data21,597
tkipf/pygcnA PyTorch implementation of a graph neural network architecture for semi-supervised classification5,214
lukemelas/efficientnet-pytorchA PyTorch implementation of EfficientNet convolutional neural networks7,971
jwyang/faster-rcnn.pytorchAn object detection implementation built on top of PyTorch, supporting multi-image batch training and multiple GPUs.7,721
taki0112/ugatitAn unsupervised image-to-image translation model with adaptive normalization and attention mechanisms.6,170
benedekrozemberczki/appnpA PyTorch implementation of a graph neural network model that learns personalized node representations367
yunjey/pytorch-tutorialA comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage.30,401
timesler/facenet-pytorchThis project provides pre-trained PyTorch models for face detection and recognition tasks.4,611
szagoruyko/pytorchvizA tool to visualize PyTorch execution graphs and traces3,251
benedekrozemberczki/pytorch_geometric_temporalA PyTorch extension for building temporal graph neural networks with support for recurrent and attention-based models2,694
lucidrains/imagen-pytorchImplements Google's Text-to-Image Neural Network in PyTorch using a cascading DDPM architecture with dynamic clipping and noise level conditioning.8,127
dawnranger/pytorch-agnnAn implementation of an attention-based graph neural network in PyTorch for semi-supervised learning146
pytorch/pytorchA Python library providing tensors and dynamic neural networks with strong GPU acceleration84,978
benedekrozemberczki/gamAn implementation of a graph classification model using structural attention and PyTorch270