Machine learningMachine learning
集成半监督学习
集成半监督学习将多个基学习器与半监督范式相结合,同时利用少量标记数据和大量未标记数据。通过让不同的分类器通过伪标记或协同训练相互学习,集成模型能够 far beyond 仅凭其中一种方法在标记数据有限的情况下所能达到的泛化能力。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
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 1998), pp. 92–100. ACM. DOI: 10.1145/279943.279962 ↗
如何引用本页
ScholarGate. (2026, June 3). Ensemble Semi-supervised Learning (Combining Ensemble Methods with Semi-supervised Paradigms). ScholarGate. https://scholargate.app/zh/machine-learning/ensemble-semi-supervised-learning
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