Skip to content

Backpropagation

The core algorithm used to train neural networks. It calculates how much each weight contributed to the overall error, then adjusts weights to reduce that error by propagating gradients backward through the network layers.

Related terms

Neural NetworkGradient DescentLoss Function
← Back to glossary