๐ง
Module 5 of 6
Your First Neural Network
Tie everything together โ build a working neural network from scratch.
Progress0/3 drills ยท 0%
FREE~35 minยทBeginner-Intermediate
What you'll learn
- โLinear layer forward pass
- โTwo-layer network with ReLU
- โBackpropagation and a training loop
Prerequisites
Drills
1
Linear Layer (Forward)
Implement a linear layer forward pass โ the fundamental building block of every neural network.
Easy๐ 8mโก 10 pts
2
Two-Layer Network (Forward)
Chain two linear layers with ReLU to build a complete classifier โ input โ hidden โ output โ softmax.
Medium๐ 10mโก 15 pts
3
Backpropagation & Training Loop
Compute gradients with the chain rule and train a network on XOR until convergence โ the capstone drill.
Hard๐ 15mโก 25 pts