tqchen/tinyflow resource
Tutorial code on how to build your own Deep Learning System in 2k Lines observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
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: 3646
- days_rel: n/a
- days_push: 2890
- n_releases_24m: 0
Adoption not part of the score
2017 stars · 364 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TinyFlow is a minimal (~2k lines) educational deep learning system built on NNVM that demonstrates how to construct a computational graph-based framework with a TensorFlow-like API. It uses Torch7 for operator execution and serves as course material for teaching deep learning system internals.
Use cases
- learn how to build a deep learning framework from scratch
- teach a course on deep learning system design
- study automatic differentiation and computational graphs
- experiment with operator fusion and memory allocation in a DL system
- use as a research testbed for DL system components
- understand intermediate representations like NNVM
When to choose
- you want a small, readable codebase to learn DL system internals
- you are teaching or taking a course on building deep learning systems
- you need a minimal experimental bed for DL system research
When to avoid
- you need a production-ready deep learning framework
- you want extensive operator coverage or ecosystem support
- you need active maintenance and community support
Facets
learning-resource · maturity maintenance
deep-learning machine-learning compiler interpreter deep-learning machine-learning education tutorials cpp lua deep-learning-system computational-graph nnvm educational minimal-implementation autodiff gpu-computing computational-graphs linux macos
1 source
- readme: https://github.com/tqchen/tinyflow · fetched 2026-08-28 · 7c87f4b23e77
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tqchen/tinyflow | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem