BriefGPT.xyz
Oct, 2019
随机梯度提升中的最小方差抽样
Minimal Variance Sampling in Stochastic Gradient Boosting
HTML
PDF
Bulat Ibragimov, Gleb Gusev
TL;DR
本文通过优化随机梯度增强(SGB)各节点采样的概率,提出了一种新的迭代加速技术 Minimal Variance Sampling (MVS)。该方法不仅能够减少每次迭代所需样本数,而且还能够显著提高模型的质量,因此提出 MVS 为新的默认选项,用于 CatBoost 这一基于梯度增强的机器学习库中。
Abstract
stochastic gradient boosting
(SGB) is a widely used approach to regularization of boosting models based on
decision trees
. It was shown that, in many cases,
→