Analysis of Newton’s Method
Posted on:
In optimization, Newton’s method is used to find roots of the derivative of a twice-differentiable function given oracle access to its gradient and Hessian. By using super-linear memory in the dimension of the ambient space, Newton’s method can take advantage of second-order curvature and optimize the objective function at a quadratically convergent rate. Here I consider the case in which the objective function is smooth and strongly convex.
The complete PDF post can be viewed here.

Leave a Comment