Porovnat metody
Prohlédněte si vybrané metody vedle sebe; řádky, které se liší, jsou zvýrazněny.
| Poloučený hlasovací ansámbl× | Semisupervisední učení× | |
|---|---|---|
| Obor | Strojové učení | Strojové učení |
| Rodina | Machine learning | Machine learning |
| Rok vzniku≠ | 1998–2005 | 1970s–2006 (formalized) |
| Tvůrce≠ | Zhou, Z.-H. & Li, M. (tri-training); Blum & Mitchell (co-training) | Vapnik, V. N. and others (community of researchers, 1970s–2000s) |
| Typ≠ | Semi-supervised ensemble (voting) | Learning paradigm |
| Původní zdroj≠ | Zhou, Z.-H., & Li, M. (2005). Tri-training: Exploiting unlabeled data using three classifiers. IEEE Transactions on Knowledge and Data Engineering, 17(11), 1529–1541. DOI ↗ | Chapelle, O., Scholkopf, B., & Zien, A. (Eds.) (2006). Semi-Supervised Learning. MIT Press. ISBN: 978-0-262-03358-9 |
| Další názvy | semi-supervised majority vote, SSL voting ensemble, co-training voting classifier, semi-supervised multi-classifier voting | SSL, semi-supervised machine learning, transductive learning, label-efficient learning |
| Příbuzné | 5 | 5 |
| Shrnutí≠ | A semi-supervised voting ensemble trains multiple classifiers on a small labeled set, then iteratively exploits unlabeled data by having the classifiers label examples they agree on, expanding the training pool until all classifiers vote jointly on test examples. It combines the label-efficiency of semi-supervised learning with the variance-reduction of majority-vote ensembles, making it valuable when annotation is costly. | 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 ↗ |
|
|