To save content items to your account,
please confirm that you agree to abide by our usage policies.
If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account.
Find out more about saving content to .
To save content items to your Kindle, first ensure no-reply@cambridge.org
is added to your Approved Personal Document E-mail List under your Personal Document Settings
on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part
of your Kindle email address below.
Find out more about saving to your Kindle.
Note you can select to save to either the @free.kindle.com or @kindle.com variations.
‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi.
‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.
This chapter introduces gradient descent and Newton's method, two of the most popular techniques in optimization. They are simple, effective, and versatile in a wide range of scenarios. For example, stochastic gradient descent is the backbone of machine learning training. Gradient-based approaches use the first derivative of the objective function to iteratively search for local minima where the gradient is zero. Newton's method, and its related quasi-Newton methods, use the second derivative of the objective to converge in fewer, more expensive iterations. We will develop several first-order and second-order algorithms and analyze their convergence rate, stability, computational complexity, and scaling to higher-dimensional problems. In all iterative methods, the resulting solution is only locally optimal, unless the problem is convex. We stress the importance of the initial guess for nonconvex problems, as this determines which local minima the algorithm converges to and how fast it converges. Here we mostly consider unconstrained problems, although gradient-based approaches are also useful for constrained problems.
Recommend this
Email your librarian or administrator to recommend adding this to your organisation's collection.