Machine learningMachine learning
ロバストブースティング
ロバストブースティングは、AdaBoostや勾配ブースティングなどの標準的なブースティングアルゴリズムを、デフォルトの指数関数的または二乗損失をロバスト損失関数(例:Huber損失、ロジスティック損失、または截頭損失)に置き換えるか、ノイズ耐性メカニズムを組み込むことによって変更するものであり、これにより、アンサンブルは訓練データに外れ値、ラベルノイズ、または重裾誤差が含まれている場合でも精度を維持します。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
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/ja/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.
- ブースティング機械学習↔ compare
- 勾配ブースティング機械学習↔ compare
- 正則化ブースティング機械学習↔ compare
- ロバスト勾配ブースティング機械学習↔ compare
- ロバスト・ランダム・フォレスト機械学習↔ compare
- XGBoost機械学習↔ compare