Machine learningMachine learning
在线梯度提升
在线梯度提升将梯度提升框架适配于流式设置,其中数据是逐个样本而非固定批次到达的。在每一步,模型都会为传入的观测计算伪残差,并原地更新一个弱学习器,从而构建一个加性集成模型,而无需存储或重新访问历史数据。这使其适用于实时预测和大规模流式管道,在这些场景下从头开始重新训练是不可行的。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Grubb, A. & Bagnell, J. A. (2011). Generalized Boosting Algorithms for Convex Optimization. Proceedings of the 28th International Conference on Machine Learning (ICML 2011), 1209–1216. link ↗
- Beygelzimer, A., Hazan, E., Langford, J. & Zheng, T. (2015). Online-to-Batch Conversions and Applications. Advances in Neural Information Processing Systems (NeurIPS), 28. link ↗
如何引用本页
ScholarGate. (2026, June 3). Online Gradient Boosting (Streaming Gradient Boosted Ensembles). ScholarGate. https://scholargate.app/zh/machine-learning/online-gradient-boosting
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Boosting机器学习↔ compare
- 梯度提升(Gradient Boosting)机器学习↔ compare
- 在线学习机器学习↔ compare
- 在线随机森林机器学习↔ compare
- 半监督梯度提升机器学习↔ compare
- XGBoost机器学习↔ compare