Backpropagation
Category
•
Deep Learning
Definition
The algorithm used to train neural networks by calculating gradients of the loss function with respect to each parameter and propagating errors backward through the network layers.
tl;dr
The algorithm used to train neural networks by propagating errors backward through layers.