πŸ“š Node [[backpropagation]] ⟢ subnode @KGBicheno/backpropagation
Nodes contain individual contributions whose filenames match your search. x

Loading pushes...

πŸ““ 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.

Rendering context...