Machine learningMachine learning
鲁棒提升
鲁棒提升通过替换默认的指数损失或平方损失为鲁棒损失函数(例如,Huber损失、逻辑损失或截断损失),或通过引入容错机制来修改标准的提升算法(如AdaBoost或梯度提升),从而确保即使训练数据包含异常值、标签噪声或重尾误差,集成模型也能保持准确性。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Freund, Y. (2001). An adaptive version of the boost by majority algorithm. Machine Learning, 43(3), 293–318. DOI: 10.1023/A:1010852229904 ↗
- Mason, L., Baxter, J., Bartlett, P., & Frean, M. (2000). Boosting Algorithms as Gradient Descent. Advances in Neural Information Processing Systems (NIPS), 12, 512–518. link ↗
如何引用本页
ScholarGate. (2026, June 3). Robust Boosting (Boosting with Robust Loss Functions). ScholarGate. https://scholargate.app/zh/machine-learning/robust-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