Backpropagation Flashcards
Hadamard product
Finite differences
And limitations of
Can be a poor approximation if F is highly non linear
Symbolic differentiation
Limitations?
A symbolic expression for F’(x) is derived using computer algebra, instantaneously applicable to any argument x
Problematic if F is a complicated function (eg composite of large number of functions)
Automatic differentiation
/algorithmic differentiation
Provides way to efficiently compute F’(x) The exactly, but for a chosen x only
BACKPROP is a special case of (backward mode) algorithmic differentiation
One line description of backprop
Computes gradient of empirical risk for a FNN
Per sample gradient
Introduce notation (required) to define back prop
Chain rule
Back prop procedure
Prove back prop
Forward pass
(3.13 is back prop procedure)
Formula for adjoint