Backpropagation
DeeperA method for tracing a neural network's error backwards so its weights can be improved.
Imagine a team produced the wrong answer. Backpropagation works backwards through the team to estimate how much each hand-off contributed to the mistake, then makes small corrections.
After misreading an image, a network sends the error backwards through its layers before updating its weights.