BriefGPT.xyz
Jun, 2024
关于最小二乘回归的早停规则
On Regularization via Early Stopping for Least Squares Regression
HTML
PDF
Rishi Sonthalia, Jackie Lok, Elizaveta Rebrova
TL;DR
线性回归问题中,我们分析了离散全批量梯度下降的参数轨迹和期望过度风险,证明了使用学习率调度和有限时间内的早停解与广义岭正则化问题的最小范数解等价,并表明早停对于具有任意频谱和多种学习率调度的一般数据都是有益的。我们给出了最佳停止时间的估计并通过实验证明了估计的准确性。
Abstract
A fundamental problem in
machine learning
is understanding the effect of
early stopping
on the parameters obtained and the generalization capabilities of the model. Even for linear models, the effect is not fully
→