PetarV-/GAT
Graph Attention Networks (https://arxiv.org/abs/1710.10903) observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3136
- days_rel: n/a
- days_push: 1607
- n_releases_24m: 0
Adoption not part of the score
3548 stars · 671 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Reference implementation of Graph Attention Networks (GAT), the ICLR 2018 model by Veličković et al., written in TensorFlow 1.x with a minimal Cora training example and an experimental sparse variant. It is primarily a research reference rather than a production library.
Use cases
- implement graph attention networks
- train a GAT model on the Cora citation dataset
- understand how masked self-attention works on graphs
- reproduce results from the GAT paper
- get a reference GAT layer implementation in TensorFlow
- learn graph representation learning from a canonical example
When to choose
- you need the original reference implementation of GAT for research or citation
- you want a minimal, readable TensorFlow example of attention on graphs
- you are reproducing the ICLR 2018 paper's Cora results
When to avoid
- you need a maintained, optimized GNN library for production (use PyTorch Geometric, DGL, or Spektral)
- you require modern TensorFlow 2.x or PyTorch support
- you need large-scale or inductive training beyond the toy Cora example
Facets
library · maturity maintenance
machine-learning deep-learning machine-learning deep-learning python graph-attention-networks graph-neural-networks tensorflow attention-mechanism self-attention cora node-classification research-code algorithms gpu
2 sources
- readme: https://github.com/PetarV-/GAT · fetched 2026-08-28 · ff3d2e9189c2
- homepage: https://petar-v.com/GAT/ · fetched 2026-08-29 · 1554eadd6b1a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| PetarV-/GAT | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem