Machine learningMachine learning
贝叶斯堆叠集成
贝叶斯堆叠通过寻找非负权重来组合多个基础模型的预测分布,这些权重最大化了混合模型的留一法(leave-one-out)对数预测得分。该方法由 Yao, Vehtari, Simpson, 和 Gelman (2018) 正式化,它产生一个单一的、校准良好的预测分布,在交叉验证下,其性能被证明至少与任何单一组成模型一样好。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Yao, Y., Vehtari, A., Simpson, D., & Gelman, A. (2018). Using stacking to average Bayesian predictive distributions. Bayesian Analysis, 13(3), 917–1007. DOI: 10.1214/17-BA1091 ↗
- Wolpert, D. H. (1992). Stacked generalization. Neural Networks, 5(2), 241–259. DOI: 10.1016/S0893-6080(05)80023-1 ↗
如何引用本页
ScholarGate. (2026, June 3). Bayesian Stacking Ensemble (Bayesian Stacking of Predictive Distributions). ScholarGate. https://scholargate.app/zh/machine-learning/bayesian-stacking-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.
- Bagging(Bootstrap Aggregating)机器学习↔ compare
- 贝叶斯模型平均 (Bayesian Model Averaging, BMA)贝叶斯↔ compare
- Boosting机器学习↔ compare
- 高斯过程机器学习↔ compare
- 堆叠法机器学习↔ compare
- 投票集成 (Voting Ensemble)机器学习↔ compare