Machine learningMachine learning
半监督投票集成
半监督投票集成通过在少量标记数据集上训练多个分类器,然后通过让分类器标记它们达成一致的样本来迭代地利用未标记数据,从而扩展训练池,直到所有分类器对测试样本进行联合投票。它将半监督学习的标签效率与多数投票集成的方差减少相结合,在标注成本高昂时具有价值。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Zhou, Z.-H., & Li, M. (2005). Tri-training: Exploiting unlabeled data using three classifiers. IEEE Transactions on Knowledge and Data Engineering, 17(11), 1529–1541. DOI: 10.1109/TKDE.2005.186 ↗
- Blum, A., & Mitchell, T. (1998). Combining labeled and unlabeled data with co-training. Proceedings of the 11th Annual Conference on Computational Learning Theory (COLT), 92–100. DOI: 10.1145/279943.279962 ↗
如何引用本页
ScholarGate. (2026, June 3). Semi-supervised Voting Ensemble (Agreement-based Multi-classifier with Unlabeled Data). ScholarGate. https://scholargate.app/zh/machine-learning/semi-supervised-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.
- Boosting机器学习↔ compare
- 自监督学习机器学习↔ compare
- 半监督 Bagging机器学习↔ compare
- 半监督学习机器学习↔ compare
- 投票集成 (Voting Ensemble)机器学习↔ compare