Backpropagation

The primary algorithm used to train artificial neural networks. It works by calculating the gradient of the loss function with respect to the network’s weights, propagating errors backward from the output layer to adjust the weights.


Part of the Data & AI Terms glossary.

This page is mirrored from the GitHub Wiki. View original on GitHub