Neural networks, honestly
Understand the thing everything else is built on.
- What a neuron actually computes Compute one neuron's output by hand: weights, sum, bias, activation.
- Layers and activation functions Say why a network without activations collapses to a single layer.
- Backpropagation, intuitively Explain how blame for an error is shared backwards through the network.
- Build a neural network from scratch Write a working network and its backward pass in plain Python.
- PyTorch, first steps Rebuild the same network in PyTorch and see what the framework does for you.
Ends with a graded checkpoint: 8 questions, pass mark 70%.