001Notes
Neural Network Tutor: From Replay Lab to Production Debugger
On this page02
A story-driven visual course that lets every neural-network idea earn its place by solving a visible problem, from one weighted vote through hidden representations, transformers, modern learning phenomena, and production debugging.
Article details
- Status
- Published
- Subcategory
- Neural Network Tutor
- Last reviewed
- 6 Sept 2026
- Prerequisites
- None—the course begins with one weighted vote
2 sections
perceptron
↓ one boundary is not enough
hidden representation
↓ shape controls information flow
width / depth / expansion / compression / skips
↓ data has structure
CNN / RNN / LSTM / encoder-decoder / attention / transformer
↓ a prediction is still not an explanation
activation / gradient / representation / ablation inspection
↓ laboratory behavior must survive real execution
replay trace / run comparison / bounded production debugger
what we already understand
↓
the exact thing that breaks
↓
a child-sized analogy—and where it stops being true
↓
a tiny example with real numbers
↓
predict what the animation should do
↓
run the narrated visual
↓
calculate it by hand
↓
use it, diagnose it, and compare it
How to use the tutor
What comes from the desktop project
Primary references
- Neural Network Desktop Tutor source
- Neural Network Desktop Tutor production debugger guide
- PyTorch autograd mechanics
- Rosenblatt: The Perceptron
- Rumelhart, Hinton, and Williams: Learning representations by back-propagating errors
- LeCun et al.: Gradient-Based Learning Applied to Document Recognition
- Hochreiter and Schmidhuber: Long Short-Term Memory
- Bahdanau, Cho, and Bengio: Neural Machine Translation by Jointly Learning to Align and Translate
- Vaswani et al.: Attention Is All You Need
- He et al.: Deep Residual Learning for Image Recognition
- Belkin et al.: Reconciling modern machine-learning practice and the bias–variance trade-off
- Frankle and Carbin: The Lottery Ticket Hypothesis
- Papyan, Han, and Donoho: Prevalence of neural collapse during terminal phase of deep learning training
- Power et al.: Grokking—Generalization Beyond Overfitting on Small Algorithmic Datasets
- Nanda et al.: Progress measures for grokking via mechanistic interpretability
- Prakash and Martin: Late-Stage Generalization Collapse in Grokking
- Cohen et al.: Gradient Descent on Neural Networks Typically Occurs at the Edge of Stability
- Elhage et al.: Toy Models of Superposition