Machine learningMachine learning
贝叶斯装袋法
贝叶斯装袋法用贝叶斯装袋法替代了经典装袋法——它为训练样本绘制狄利克雷分布的权重,而不是有放回地抽样——并在这些权重下训练一组基学习器。其结果是一个原则性的集成模型,它近似了贝叶斯后验预测分布,从而在提供高预测精度的同时,也给出了校准过的置信度估计。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Clyde, M. & Lee, H. (2001). Bagging and the Bayesian bootstrap. In T. Richardson & T. Jaakkola (Eds.), Proceedings of the Eighth International Workshop on Artificial Intelligence and Statistics (AISTATS 2001). link ↗
- Rubin, D. B. (1981). The Bayesian bootstrap. The Annals of Statistics, 9(1), 130–134. DOI: 10.1214/aos/1176345338 ↗
如何引用本页
ScholarGate. (2026, June 3). Bayesian Bagging (Bootstrap Aggregation with Bayesian Bootstrap). ScholarGate. https://scholargate.app/zh/machine-learning/bayesian-bagging
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.
- 贝叶斯提升 (Bayesian Boosting)机器学习↔ compare
- 贝叶斯随机森林机器学习↔ compare
- Boosting机器学习↔ compare
- 随机森林机器学习↔ compare
- 半监督 Bagging机器学习↔ compare
- 投票集成 (Voting Ensemble)机器学习↔ compare