mdeff/cnn_graph
Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering 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: 3641
- days_rel: n/a
- days_push: 2272
- n_releases_24m: 0
Adoption not part of the score
1366 stars · 386 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Reference implementation of the NIPS 2016 paper 'Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering' (ChebNet), generalizing CNNs to arbitrary graphs via spectral graph theory. It ships TensorFlow code and Jupyter notebooks that reproduce the MNIST and 20NEWS experiments and demonstrate applying the graph ConvNet to custom data.
Use cases
- run graph convolutional neural networks on graph-structured data
- reproduce the NIPS 2016 ChebNet paper experiments on MNIST and 20NEWS
- classify samples with an adjacency matrix encoding graph structure
- learn localized spectral filters on irregular domains like social networks or connectomes
- study implementations of spectral networks and deep convolutional nets on graphs
When to choose
- you want the original Chebyshev graph convolution implementation from the NIPS 2016 paper
- you have data with an explicit graph/adjacency structure and want a simple TensorFlow 1.x model
- you are studying or teaching graph signal processing and graph neural networks
When to avoid
- you need a maintained, production-grade GNN library (the repo targets TensorFlow 1.x and sees little activity)
- you want modern GNN architectures like GCN, GAT, or GraphSAGE with active support
- you work in PyTorch or need GPU-optimized large-scale training
Facets
library · maturity maintenance
deep-learning machine-learning deep-learning machine-learning graph-processing python graph-neural-networks graph-convolutional-networks spectral-filtering tensorflow jupyter-notebooks research-code nips-2016
6 sources
- readme: https://github.com/mdeff/cnn_graph · fetched 2026-08-28 · a46ad5c43563
- homepage: https://arxiv.org/abs/1606.09375 · fetched 2026-08-29 · aaffbb452ea5
- site_page: https://info.arxiv.org/about/donate.html · fetched 2026-08-29 · cca9c3a11c56
- site_page: https://info.arxiv.org/about/ourmembers.html · fetched 2026-08-29 · 47cbc55ff1de
- site_page: https://info.arxiv.org/about · fetched 2026-08-29 · a1f16f915a9a
- site_page: https://info.arxiv.org/labs/index.html · fetched 2026-08-29 · b14a8d05a0ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mdeff/cnn_graph | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem