AdvancedVocabulary#data-science-ml#backend#developer-tools

Backpropagation Vocabulary

Learn the vocabulary of computing every parameter's gradient in one backward pass through a neural network.

0 / 5 completed
1 / 5
At standup, a dev mentions computing the gradient of a neural network's loss with respect to every parameter by applying the chain rule backward from the output layer to the input layer, reusing intermediate derivatives along the way. What is this algorithm called?