Learn ML
Curriculum path

The course catalog

Visual, textbook-style volumes. Each one builds on the last, taking you from a single perceptron to modern state-of-the-art architectures.

Available
6
Chapters
106
Study time
~31h

Available textbooks (6)

  • 01

    Machine Learning Foundations

    ML Foundations

    The big picture before the equations

    A gentle, big-picture course for absolute beginners — starting with why AI exists at all, and building up a clear, correct mental model of how Artificial Intelligence, Machine Learning, and Deep Learning actually relate to each other.

    18 chapters6 hrs read7 parts
    • Machine Learning Foundations
    • Understanding Data
    • Understanding Models
    • Learning Process
    • Training Challenges
    • +2 more
  • 02

    Multi-Layer Perceptron

    MLP

    From a single neuron to a network that learns

    A story-driven, from-first-principles walk through neural networks — starting with a single artificial neuron and ending with a fully trained multi-layer perceptron, backpropagation, optimizers, and everything in between.

    25 chapters6 hrs read6 parts
    • Foundations & History
    • From Perceptron to MLP
    • Mathematical Foundations
    • Core MLP Theory
    • Practice & Application
    • +1 more
  • 03

    Convolutional Neural Networks

    CNN

    From pixels to predictions — how machines learn to see

    A story-driven, from-first-principles walk through convolutional neural networks — starting with why plain MLPs fail on images and ending with modern architectures, training pipelines, and the interview questions that test it all.

    28 chapters6 hrs read7 parts
    • Foundations
    • Architecture & Math
    • Training a CNN
    • Performance & Evaluation
    • Architectures & Applications
    • +2 more
  • 04

    Long Short-Term Memory

    LSTM

    How machines learn to remember — and forget — on purpose

    A story-driven, from-first-principles walk through Long Short-Term Memory networks — starting with why sequences defeat ordinary neural networks and ending with complete, real-world projects, advanced architectures, and the interview questions that test it all.

    18 chapters6 hrs read8 parts
    • Foundations
    • Sequence Learning
    • Mathematical Toolkit
    • From RNN to LSTM
    • Building LSTM in Code
    • +3 more
  • 05

    Hyperparameter Optimization

    HPO

    The art and science of making models that actually work

    A rigorous, story-driven journey through hyperparameter optimization — from understanding what hyperparameters are and why they matter, through the mathematics of search, all the way to AutoML, experiment tracking, and production best practices.

    16 chapters6 hrs read5 parts
    • Foundations
    • Model Hyperparameters
    • Search & Automation
    • Practice & Projects
    • Reference
  • 06

    Probability Theory

    Probability

    Learning to reason clearly about uncertainty

    A story-driven, from-first-principles walk through probability theory — how to quantify uncertainty, update beliefs with evidence, and reason correctly about chance in data, models, and the real world.

    1 chapters0 hrs read1 parts
    • Bayesian Thinking