BriefGPT.xyz
Apr, 2017
加速随机梯度下降算法用于最小二乘回归
Accelerating Stochastic Gradient Descent
HTML
PDF
Prateek Jain, Sham M. Kakade, Rahul Kidambi, Praneeth Netrapalli, Aaron Sidford
TL;DR
本文研究加速随机梯度方法在最小二乘回归问题中的应用,通过对加速随机梯度下降作为随机过程的深入分析,证明了引入加速能够使其对统计误差具有鲁棒性,并提出了一种优于随机梯度下降的加速随机梯度方法。
Abstract
There is widespread sentiment that it is not possible to effectively utilize
fast gradient methods
(e.g. Nesterov's acceleration, conjugate gradient, heavy ball) for the purposes of
stochastic optimization
due to
→