Machine learningMachine learning
ロバスト・ランダム・フォレスト
ロバスト・ランダム・フォレストは、標準的なランダム・フォレスト・アンサンブルに、外れ値、ラベルノイズ、破損した観測値の影響を低減するメカニズムを組み込むことで拡張したものである。全ての訓練インスタンスを等しく扱うのではなく、ノイズが多い、あるいは異常なサンプルが個々のツリー分割に寄与する度合いを小さくする重み付けまたはフィルタリング戦略を適用し、データ品質が不完全であっても信頼性の高い予測を生成する。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
+3 more
出典
- Chen, S., & Guestrin, C. (2019). Robust Random Forest. In Proceedings of the 36th International Conference on Machine Learning (ICML). Also see: Gao, W., & Zhou, Z.-H. (2013). On the Doubt about Margin Explanation of Boosting. Artificial Intelligence, 203, 1–18. link ↗
- Random Forest. Wikipedia. link ↗
このページの引用方法
ScholarGate. (2026, June 3). Robust Random Forest (Noise-Tolerant Ensemble of Decision Trees). ScholarGate. https://scholargate.app/ja/machine-learning/robust-random-forest
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