Machine learningMachine learning
オンライン勾配ブースティング
オンライン勾配ブースティングは、固定されたバッチではなくデータが1サンプルずつ到着するストリーミング設定に合わせて勾配ブースティングフレームワークを適応させたものです。各ステップで、モデルは到着した観測値に対して疑似残差を計算し、弱学習器をインプレースで更新し、過去のデータを保存したり再訪したりすることなく加法アンサンブルを成長させます。これにより、リアルタイム予測や、スクラッチからの再学習が不可能であるような大規模ストリーミングパイプラインに適しています。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
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/ja/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.
- ブースティング機械学習↔ compare
- 勾配ブースティング機械学習↔ compare
- オンライン学習機械学習↔ compare
- オンラインランダムフォレスト機械学習↔ compare
- 半教師あり勾配ブースティング機械学習↔ compare
- XGBoost機械学習↔ compare