Machine learningMachine learning
Extra Trees
Extra Trees(Extremely Randomized Trees)は、2006年にGeurts、Ernst、Wehenkelによって導入された、Random Forestよりもさらにランダム化を進めた決定木のアンサンブルです。候補となる特徴量と分割閾値の両方が各ノードで完全にランダムに選択され、閾値に対する貪欲な探索が排除されます。この追加のランダム性により分散が減少し、Random Forestの精度に匹敵するかそれを超えることが多く、学習時間も大幅に短縮されます。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
+1 more
出典
- Geurts, P., Ernst, D. & Wehenkel, L. (2006). Extremely randomized trees. Machine Learning, 63(1), 3–42. DOI: 10.1007/s10994-006-6226-1 ↗
- Extra-Trees. Wikipedia. link ↗
このページの引用方法
ScholarGate. (2026, June 3). Extremely Randomized Trees (Extra-Trees). ScholarGate. https://scholargate.app/ja/machine-learning/extra-trees
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
- XGBoost機械学習↔ compare