GLOSSARY · AI SECURITY

Backpropagation

Backpropagation is the core algorithm that trains a neural network by working backwards from its errors to adjust each internal weight so the next prediction is a little more accurate.

You will rarely touch it directly, but it is worth knowing this training step is where a model absorbs its data, and therefore where poisoned or biased training data does its damage.