Translations:Backpropagation/1/en
Backpropagation (short for backward propagation of errors) is an algorithm for efficiently computing the gradient of a loss function with respect to every weight in a neural network. Combined with an optimisation method such as gradient descent, it forms the standard training procedure for modern deep learning models.