Beginner
Build an intuition for neural networks by working through what a single neuron and a small network actually compute.
You can describe what happens inside a neural network during a single training step.
- Follow inputs, weights, bias, and activation through one forward pass
- Understand loss as a measure of how wrong the network currently is
- Train a small network and watch the loss fall as the weights adjust