Machine learningMachine learning
半监督梯度提升
半监督梯度提升将梯度提升树与自训练或伪标签相结合,以利用大量无标签数据和少量有标签数据。在有标签数据上初始拟合GBM后,将置信度高的预测分配给无标签样本;这些伪标签点被重新纳入训练,模型被重新提升,迭代直至收敛。这使得实践者能够在标签稀缺或昂贵时利用廉价的无标签数据。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Yarowsky, D. (1995). Unsupervised word sense disambiguation rivaling supervised methods. Proceedings of ACL 1995, 189–196. (Foundational self-training framework underlying pseudo-label approaches.) link ↗
- Chapelle, O., Scholkopf, B., & Zien, A. (Eds.) (2006). Semi-Supervised Learning. MIT Press. ISBN: 978-0-262-03358-9
如何引用本页
ScholarGate. (2026, June 3). Semi-supervised Gradient Boosting (Self-training / Pseudo-labeling with Gradient Boosted Trees). ScholarGate. https://scholargate.app/zh/machine-learning/semi-supervised-gradient-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.
- Boosting机器学习↔ compare
- 梯度提升(Gradient Boosting)机器学习↔ compare
- 自监督学习机器学习↔ compare
- 半监督学习机器学习↔ compare
- 半监督随机森林机器学习↔ compare
- XGBoost机器学习↔ compare