Skip to content
← Glossary
Glossary

Backpropagation

The algorithm that computes how much each weight in a neural network contributed to the error, working backward from the output layer, so gradient descent knows which direction to adjust each one.