tkipf/gae
Implementation of Graph Auto-Encoders in TensorFlow 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3360
- days_rel: n/a
- days_push: 2434
- n_releases_24m: 0
Adoption not part of the score
1742 stars · 353 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A TensorFlow implementation of (Variational) Graph Auto-Encoders from Kipf & Welling's 2016 paper, supporting unsupervised learning, clustering, and link prediction on graphs. It provides GCN-based encoder models (gcn_ae and gcn_vae) with example training on citation network datasets like Cora, Citeseer, and Pubmed.
Use cases
- predict missing links in a graph network
- run unsupervised learning on graph-structured data
- cluster nodes in a citation or relational network
- reproduce the variational graph auto-encoder paper results
- experiment with graph convolutional network encoders
- do matrix completion or recommendation with graph side information
When to choose
- you need a reference implementation of GAE/VGAE for research or reproduction
- you want to do link prediction on graphs with TensorFlow 1.x
- you're working with citation network datasets like Cora or Citeseer
When to avoid
- you need PyTorch or modern TensorFlow 2.x support
- you want a production-ready, actively maintained library
- you need scalable training on very large graphs out of the box
Facets
library · maturity maintenance
machine-learning deep-learning machine-learning deep-learning python graph-autoencoder graph-convolutional-networks link-prediction tensorflow unsupervised-learning research-code algorithms
1 source
- readme: https://github.com/tkipf/gae · fetched 2026-08-28 · cdf34065ce21
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tkipf/gae | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem