Backpropagation
B
Backpropagation
Definition
A fundamental algorithm in neural network training that calculates the gradient of the loss function with respect to each weight by propagating the error backward through the network layers, enabling iterative weight updates via gradient descent.