方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 半监督逻辑回归× | 半监督朴素贝叶斯× | |
|---|---|---|
| 领域 | 机器学习 | 机器学习 |
| 方法族 | Machine learning | Machine learning |
| 起源年份≠ | 1995–2000 | 2000 |
| 提出者≠ | Nigam, K.; McCallum, A. et al. (EM variant); Yarowsky, D. (self-training) | Nigam, K.; McCallum, A. K.; Thrun, S.; Mitchell, T. |
| 类型≠ | Semi-supervised classifier | Semi-supervised generative classifier |
| 开创性文献≠ | Nigam, K., McCallum, A., Thrun, S., & Mitchell, T. (2000). Text classification from labeled and unlabeled documents using EM. Machine Learning, 39, 103–134. DOI ↗ | 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 ↗ |
| 别名 | SSL logistic regression, semi-supervised LR, EM logistic regression, self-training logistic classifier | SSL Naive Bayes, EM-Naive Bayes, semi-supervised generative classifier, Nigam et al. text classifier |
| 相关≠ | 5 | 4 |
| 摘要≠ | Semi-supervised logistic regression extends the standard logistic classifier by incorporating unlabeled data during training. Using self-training, expectation-maximization, or label-propagation wrappers, it iteratively assigns soft labels to unlabeled examples and refines model parameters, improving generalization when labeled data are scarce relative to the full dataset. | Semi-supervised Naive Bayes extends the classic Naive Bayes generative model to exploit large pools of unlabeled data alongside a small labeled set. Using Expectation-Maximization, it iteratively infers soft class assignments for unlabeled examples and re-estimates class and feature parameters, yielding substantially better classifiers when labeled examples are scarce. |
| ScholarGate数据集 ↗ |
|
|