Backpropagation Glossary Definition

Term Backpropagation
Definition

Backpropagation is a training method for neural networks that calculates how much each model weight contributed to an error and uses that information to adjust the weights.

Context & Usage

It is a foundation of modern deep learning because it enables layered models to improve through repeated examples and optimization steps.

Categories Software Development and Programming, Artificial Intelligence