Machine learningMachine learning
贝叶斯提升 (Bayesian Boosting)
贝叶斯提升将概率性贝叶斯推断与提升集成技术相结合,在保持对预测的完整不确定性量化的同时,组合多个弱学习器。与产生单一精确估计值的标准梯度提升不同,贝叶斯提升会产生关于集成输出的后验分布,从而在预测的同时实现校准的置信区间。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Ridgeway, G. (1999). The state of boosting. Computing Science and Statistics, 31, 172–181. link ↗
- Chipman, H. A., George, E. I., & McCulloch, R. E. (2010). BART: Bayesian additive regression trees. Annals of Applied Statistics, 4(1), 266–298. DOI: 10.1214/09-AOAS285 ↗
如何引用本页
ScholarGate. (2026, June 3). Bayesian Boosting (Probabilistic Ensemble Learning). ScholarGate. https://scholargate.app/zh/machine-learning/bayesian-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
- Boosting机器学习↔ compare
- 梯度提升(Gradient Boosting)机器学习↔ compare
- 半监督提升机器学习↔ compare
- XGBoost机器学习↔ compare