Machine learningMachine learning
鲁棒投票集成
鲁棒投票集成(Robust Voting Ensemble)通过使用容忍噪声的聚合方法——例如加权投票、修剪投票或基于中位数的组合——来整合多个基分类器的预测,从而在单个分类器因噪声标签、对抗性输入或分布变化而损坏时,仍能生成可靠的最终决策。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Dietterich, T. G. (2000). Ensemble methods in machine learning. In J. Kittler & F. Roli (Eds.), Multiple Classifier Systems, LNCS 1857, 1–15. Springer. DOI: 10.1007/3-540-45014-9_1 ↗
- Rokach, L. (2010). Ensemble-based classifiers. Artificial Intelligence Review, 33(1–2), 1–39. DOI: 10.1007/s10462-009-9124-7 ↗
如何引用本页
ScholarGate. (2026, June 3). Robust Voting Ensemble (Noise-Resistant Majority and Weighted Voting of Classifiers). ScholarGate. https://scholargate.app/zh/machine-learning/robust-voting-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
- Boosting机器学习↔ compare
- 随机森林机器学习↔ compare
- 稳健自举聚合机器学习↔ compare
- 堆叠法机器学习↔ compare
- 投票集成 (Voting Ensemble)机器学习↔ compare