tensorflow/gnn
TensorFlow GNN is a library to build Graph Neural Networks on the TensorFlow platform. observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 95
- Release rhythm 8
- Longevity 100
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: 1849
- days_rel: n/a
- days_push: 33
- n_releases_24m: 0
Adoption not part of the score
1541 stars · 203 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TensorFlow GNN is a Python library for building Graph Neural Networks on TensorFlow, including a GraphTensor type for heterogeneous graphs, graph sampling tools, and ready-to-use GNN models. It is an open-source port of a Google-internal library used for scalable graph learning.
Use cases
- train graph neural networks on heterogeneous graphs
- classify molecular graphs with GNNs
- sample subgraphs from a large graph database for training
- run node classification on citation networks like OGBN-MAG
- predict shortest paths with graph networks
- build custom GNN models with Keras layers
When to choose
- you want to build GNNs within the TensorFlow/Keras 2 ecosystem
- you need to model heterogeneous graphs with multiple node and edge types
- you need scalable graph sampling from large graph databases
- you want ready-made GNN architectures plus a training runner API
When to avoid
- your project uses Keras 3 or multi-backend Keras
- you prefer PyTorch-based graph learning (consider PyG or DGL instead)
- your data is not naturally graph-structured
- you need a framework-agnostic GNN solution
Facets
library · maturity active
machine-learning deep-learning etl machine-learning deep-learning data-science python graph-neural-networks tensorflow keras heterogeneous-graphs graph-sampling gpu
1 source
- readme: https://github.com/tensorflow/gnn · fetched 2026-08-28 · c878a724cb4e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tensorflow/gnn | main | 66 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem