AI Glossary/Backpropagation
Neural Networks

Backpropagation

The algorithm for calculating gradients of the loss function with respect to network weights.

In-depth explanation

Backpropagation efficiently computes how each weight contributes to the overall error by propagating error signals backward through the network using the chain rule of calculus. Combined with gradient descent, it enables training of deep neural networks. The algorithm made modern deep learning possible and remains fundamental to neural network training.

Examples

Training any neural network

Master Backpropagation.

Learn how to apply this concept with hands-on projects in our comprehensive AI programs.