An exploration of backpropagation as a dynamic application of the chain rule to minimize error in neural networks.
Compute Cost
Define the error between the model output and actual target values.
Find Local Gradients
Apply the chain rule to find how the cost changes with respect to individual weights.
Update Weights
Apply gradient descent to adjust each weight by a small amount scaled by the learning rate.
Original question
explain to me backpropogation
Ask me anything about this lesson — I'll answer using what we just covered.