Ross ROSS = Recommend OSS · open-source software intelligence for agents

Graph Convolutional Networks (GCN)

Implementation of Graph Convolutional Networks in TensorFlow observed · 2026-08-28

github.com/tkipf/gcn · Python · MIT (permissive) 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: 3582
  • days_rel: n/a
  • days_push: 1237
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

7400 stars · 2002 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A TensorFlow implementation of Graph Convolutional Networks (GCN) for semi-supervised node classification on graphs, accompanying the ICLR 2017 paper by Kipf and Welling. It includes demo training scripts, citation network datasets (Cora, Citeseer, Pubmed), and support for graph-level classification with pooling.

Use cases

  • classify nodes in a graph with a graph convolutional network
  • reproduce the GCN paper results on Cora, Citeseer, or Pubmed
  • run semi-supervised learning on citation networks
  • experiment with Chebyshev polynomial graph convolutions
  • perform batch-wise classification of multiple graph instances
  • learn how GCNs work with a reference implementation

When to choose

  • you need the canonical reference implementation of the original GCN paper
  • you work with TensorFlow and want node classification on graphs
  • you want a simple, well-cited baseline for graph neural network research

When to avoid

  • you need PyTorch support (use the companion pygcn repo or PyTorch Geometric instead)
  • you need large-scale or production graph learning with active maintenance
  • you need modern GNN architectures beyond GCN and Chebyshev variants

Facets

library · maturity maintenance

machine-learning deep-learning machine-learning deep-learning python graph-convolutional-networks graph-neural-networks tensorflow semi-supervised-learning node-classification citation-networks algorithms

1 source

Member repositories

RepositoryRoleHealth v2
tkipf/gcnmain32
tkipf/pygcnmirror32

For agents

markdown · JSON · MCP: product_card(name="tkipf/gcn")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem