Career path
AI from Scratch
Implement the math behind modern ML — backprop in a neural network, then a GPT-style transformer. No PyTorch shortcuts.
Start → ship
You start with
Build a Neural Network
You ship
Build a Transformer (GPT-style)
2 courses in order, every exercise graded on the executor.
Course sequence
Follow it in order. Each course is its own certificate.
- 1
Build a Neural Network
Not startedBuild an MNIST classifier from scratch in NumPy: neurons, dense layers, sigmoid/ReLU/softmax, MSE/cross-entropy loss, manual backpropagation, gradient descent + Adam, training loop, and the path to PyTorch/TensorFlow.
advanced25 lessons~6h - 2
Build a Transformer (GPT-style)
Not startedBuild a tiny GPT in NumPy: token + position embeddings, layer normalization, scaled dot-product self-attention, multi-head attention with causal mask, feed-forward networks, residual connections, sampling (greedy, top-k, top-p), and the architecture behind ChatGPT, Claude, Llama.
advanced14 lessons~4h
Create a free account to track your progress across this path.