Neural Network Training (Part 4): Backpropagation
In the previous video we saw how to calculate the gradients from training. In this video, we will see how to actually update the weights, using the gradients. Backpropagation is a very simple training algorithm. Other more complex algorithms can be used to update the weights as well.