Backpropagation

Applies to: python, general

Backpropagation applies the chain rule backward through a computation graph to compute gradients efficiently.

loss -> output layer -> hidden layers -> weights

See also: gradient, autograd, neural-network