📚 node [[backpropagation]]
📓
garden/KGBicheno/Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Backpropagation.md by @KGBicheno
backpropagation
Go back to the [[AI Glossary]]
The primary algorithm for performing gradient descent on neural networks. First, the output values of each node are calculated (and cached) in a forward pass. Then, the partial derivative of the error with respect to each parameter is calculated in a backward pass through the graph.
📖 stoas
- public document at doc.anagora.org/backpropagation
- video call at meet.jit.si/backpropagation
🔎 full text search for 'backpropagation'