Today we will study simple neural networks. We will derive the expressions for the forward and backward pass for the neural networks and setup these equations in numpy and train neural networks to solve calssification problems.
Chapter 7
The Reading for today's lab is chapter 7 Neural Networks.
Examples and exercise 7.1.