Machine learningEnsemble
バギングアンサンブル
バギング(bootstrap aggregatingの略)は、単一の学習アルゴリズムの複数のコピーを、トレーニングデータの異なるランダムなサブセットでトレーニングすることにより、バリアンスを低減するアンサンブル手法です。各サブセットは、ブートストラップサンプリング(復元抽出によるランダムなサンプリング)によって作成されます。予測は、多数決(分類)または平均(回帰)によって結合されます。1996年にLeo Breimanによって導入されたバギングは、ランダムフォレストの基礎を形成し、高バリアンスモデルにおける過学習の削減に特に効果的です。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
出典
- Breiman, L. (1996). Bagging predictors. Machine Learning, 24(2), 123-140. DOI: 10.1007/BF00058655 ↗
- Efron, B. (1979). Bootstrap methods: another look at the jackknife. The Annals of Statistics, 7(1), 1-26. DOI: 10.1214/aos/1176344552 ↗
このページの引用方法
ScholarGate. (2026, June 3). Bootstrap Aggregating Ensemble. ScholarGate. https://scholargate.app/ja/ensemble-learning/bagging-ensemble
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.
- AdaBoost機械学習↔ compare
- ブースティングアンサンブルアンサンブル学習↔ compare
- 多数決 (Majority Voting)アンサンブル学習↔ compare
- ランダムフォレスト機械学習↔ compare