The algorithm used to calculate the gradient of the loss function with respect to each weight by propagating the error backward from output to input.
Hinton et al. popularized this, enabling modern AI.
The fundamental learning mechanism of neural nets.