AI Curriculum

AI, taught step by step

A clear, no-hype path to understanding modern AI. Designed for curious minds who want to build intuition, not just memorize jargon. We start with the basics of rules and chance, then climb all the way to the neural networks and language models changing our world today.

No PhD required. Just bring your curiosity. We’ll build up the math and concepts step-by-step, so you always know why things work, not just that they work.

Module 1

Foundations

Welcome to the bedrock of AI. Think of this module as the class warm-up where we learn how computers follow rules, deal with uncertainty, and search for answers—exactly the skills we’ll lean on all year.

Question we are chasing: How can something as ordinary as metal and silicon learn to follow rules, handle uncertainty, and still find its way through a messy world?

Trace a computation step by step and explain the “why” out loudReason about chance with simple, friendly distributionsDescribe how search algorithms pick a smart path forward
Module 2

Machine Learning

Here’s where the magic shows up: we stop hand-writing every rule and let data teach the model. Think of it as coaching instead of scripting.

Question we are chasing: How can a machine spot patterns from examples the way a student learns from practice problems?

Tell the difference between predicting numbers and discovering patternsInterpret simple models and talk through their outputs in plain EnglishCompare the strengths and tradeoffs of common ML methods
Module 3

Neural Networks

Inspired by the brain, powered by math. Here we’ll treat neural nets like a story of information flowing through layers, changing just enough each time to become something meaningful.

Question we are chasing: How do stacks of numbers and weights turn raw input into a confident prediction?

Trace information through a neural network in clear, simple languageExplain why activations and gradients matter for learningConnect specialized architectures to images and perception tasks
Module 4

Sequence Models

Time matters. Language, music, weather—they all happen in a sequence. These models learn to remember the past to predict the future.

Question we are chasing: How can a model use the past to make sense of what comes next in a sequence?

Explain why sequence order changes meaningCompare probabilistic and neural approaches to sequencesTrack memory and hidden state across time
Module 5

Language & Transformers

These lessons power the language revolution. We turn words into math and teach models to track context and meaning as they read.

Question we are chasing: How can a model capture word meaning, hold onto context, and generate fluent language one token at a time?

Explain how text becomes vectors in plain languageInterpret attention as a smart way of choosing contextDescribe the basic workflow of large language models
Module 6

Advanced Topics

Here we peek over the horizon: agents that learn by doing, and systems that train together without spilling secrets.

Question we are chasing: How can AI learn from its own experience and still respect privacy and real-world limits?

Interpret reward-driven learning and long-term payoffExplain the exploration vs. exploitation balanceDescribe privacy-aware training across many devices