Backpropagation
The algorithm that works out how much each weight contributed to the error, so gradient descent can fix it.
Backpropagation runs the error backwards through the network, layer by layer, assigning blame to every weight using the chain rule. It is what makes training deep networks computationally feasible, and it is the reason deep learning works at all.
In practice: The output was wrong by 0.3 — backprop decides which of the billions of weights are responsible.
Where this comes up
- AI Learning Roadmap for Beginners: Your Comprehensive Guide
- Do You Need a Degree to Work in AI? Your Options
- How Much Math Do You Need to Learn AI?
- How to Learn Artificial Intelligence for Free in 2026: A Step-by-Step Roadmap
- How to Make a Study Plan to Learn AI
- How to Train Your Own AI Model: Step-by-Step Guide for 2026