Machine learningMachine learning
半监督朴素贝叶斯
半监督朴素贝叶斯将经典的朴素贝叶斯生成模型进行了扩展,以利用大量未标记数据和少量标记数据。它使用期望最大化(Expectation-Maximization, EM)算法,迭代地推断未标记样本的软类别分配,并重新估计类别和特征参数,从而在标记样本稀缺时获得显著更好的分类器。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Nigam, K., McCallum, A. K., Thrun, S., & Mitchell, T. (2000). Text Classification from Labeled and Unlabeled Documents using EM. Machine Learning, 39(2–3), 103–134. DOI: 10.1023/A:1007692713085 ↗
- 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 Naive Bayes (EM-augmented Generative Classifier). ScholarGate. https://scholargate.app/zh/machine-learning/semi-supervised-naive-bayes
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.
- 逻辑回归研究统计学↔ compare
- 朴素贝叶斯 (Naive Bayes) 是一种快速的概率分类器,它应用贝叶斯定理,同时假设特征在给定类别时是条件独立的机器学习↔ compare
- 半监督学习机器学习↔ compare
- 半监督支持向量机机器学习↔ compare