November 2017
Intermediate to advanced
274 pages
6h 16m
English
First, we look at the high-level categories of optimization algorithms and then dive deep into the individual optimizers.
First order optimization algorithms minimize or maximize a loss function using its gradient values concerning the parameters. The popularly used First order optimization algorithm is gradient descent. Here, the first order derivative tells us whether the function is decreasing or increasing at a particular point. The first order derivative gives us a line which is tangential to a point on its error surface.
Second order optimization algorithms use the second order derivative, which ...
Read now
Unlock full access