Neural Networks Workshop 2 - Weight For it!
This is all about learning in neural networks
Previously we looked at how to create one and individually enter the weights and biases ourselves
These are the slides for this workshop: https://docs.google.com/presentation/d/1Z5EzIUjgQvysiJxWwhJiOuM2Sq6ZLuiZKoyoNEfcows/edit?usp=sharing
The Agenda:
- A brief review of the (vectorized) neural network
- Motivation for gradient descent
- Intuitive visual explanation of gradient descent
- Gradient descent formulated mathematically
- Motivation for backpropagation
- Backpropagation calculations
- Code implementation
- Live demo of learning
- Questions