The Learning Path
A guided route through the visualizations, ordered the way a thoughtful course would teach them. Completely optional — think of it as a suggested reading order, not a locked curriculum.
- Stage 1 of 5
Stage 1 — Foundations
Start by fitting a line and meeting the ideas of error and gradient descent.
What Is a Model?
A model is a function fit to data to make predictions.
FoundationsBeginner⚡Loss Functions
Loss measures how wrong a prediction is.
FoundationsBeginner⚡Gradient Descent
Iteratively step downhill on the loss surface.
FoundationsIntermediate⚡Linear Regression
Fit the best straight line through data.
RegressionBeginner⚡
- Stage 2 of 5
Stage 2 — Classification
Move from predicting numbers to predicting categories.
- Stage 3 of 5
Stage 3 — Making models generalize
Find structure without labels, and learn why models fail and how to evaluate them honestly.
- Stage 4 of 5
Stage 4 — Neural networks
Assemble simple units into networks that learn features.
- Stage 5 of 5
Stage 5 — Deep learning
The architectures behind modern AI — on the roadmap, beyond this site’s current classical-ML focus.
Deep learning explainers (CNNs, RNNs, Transformers) are planned for a future release. This site currently focuses on classical machine learning.