Porovnat metody
Prohlédněte si vybrané metody vedle sebe; řádky, které se liší, jsou zvýrazněny.
| Logistická regrese s částečným dohledem× | Semisupervisední učení× | |
|---|---|---|
| Obor | Strojové učení | Strojové učení |
| Rodina | Machine learning | Machine learning |
| Rok vzniku≠ | 1995–2000 | 1970s–2006 (formalized) |
| Tvůrce≠ | Nigam, K.; McCallum, A. et al. (EM variant); Yarowsky, D. (self-training) | Vapnik, V. N. and others (community of researchers, 1970s–2000s) |
| Typ≠ | Semi-supervised classifier | Learning paradigm |
| Původní zdroj≠ | Nigam, K., McCallum, A., Thrun, S., & Mitchell, T. (2000). Text classification from labeled and unlabeled documents using EM. Machine Learning, 39, 103–134. DOI ↗ | Chapelle, O., Scholkopf, B., & Zien, A. (Eds.) (2006). Semi-Supervised Learning. MIT Press. ISBN: 978-0-262-03358-9 |
| Další názvy | SSL logistic regression, semi-supervised LR, EM logistic regression, self-training logistic classifier | SSL, semi-supervised machine learning, transductive learning, label-efficient learning |
| Příbuzné | 5 | 5 |
| Shrnutí≠ | 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 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. |
| ScholarGateDatová sada ↗ |
|
|