Порівняння методів
Переглядайте обрані методи поруч; рядки з відмінностями підсвічено.
| Самокерований Наївний Баєс× | Напівкероване навчання× | |
|---|---|---|
| Галузь | Машинне навчання | Машинне навчання |
| Родина | Machine learning | Machine learning |
| Рік появи≠ | 2000 | 1970s–2006 (formalized) |
| Автор методу≠ | Nigam, K.; McCallum, A. K.; Thrun, S.; Mitchell, T. | Vapnik, V. N. and others (community of researchers, 1970s–2000s) |
| Тип≠ | Self-supervised generative classifier | Learning paradigm |
| Основоположне джерело≠ | 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 ↗ | Chapelle, O., Scholkopf, B., & Zien, A. (Eds.) (2006). Semi-Supervised Learning. MIT Press. ISBN: 978-0-262-03358-9 |
| Інші назви | Self-training Naive Bayes, EM Naive Bayes, Expectation-Maximization Naive Bayes, Pseudo-label Naive Bayes | SSL, semi-supervised machine learning, transductive learning, label-efficient learning |
| Пов'язані | 5 | 5 |
| Підсумок≠ | Self-supervised Naive Bayes extends the classic Naive Bayes classifier to exploit large pools of unlabeled data by iteratively assigning soft pseudo-labels through an Expectation-Maximization loop. Originally demonstrated for text classification by Nigam et al. (2000), the approach can substantially improve accuracy when labeled examples are scarce but unlabeled data are plentiful. | Semi-supervised learning (SSL) is a machine learning paradigm that trains models using a small set of labeled examples together with a much larger pool of unlabeled data. By leveraging the structure inherent in unlabeled data, SSL achieves accuracy closer to fully supervised models while requiring far fewer costly manual labels — making it practical when labeling is expensive, slow, or resource-constrained. |
| ScholarGateНабір даних ↗ |
|
|