Porovnat metody
Prohlédněte si vybrané metody vedle sebe; řádky, které se liší, jsou zvýrazněny.
| Online aktivní učení× | Semisupervisední učení× | |
|---|---|---|
| Obor | Strojové učení | Strojové učení |
| Rodina | Machine learning | Machine learning |
| Rok vzniku≠ | 2000s | 1970s–2006 (formalized) |
| Tvůrce≠ | Cesa-Bianchi, N. and others (multiple contributors) | Vapnik, V. N. and others (community of researchers, 1970s–2000s) |
| Typ≠ | Hybrid learning paradigm (online + active) | Learning paradigm |
| Původní zdroj≠ | Cesa-Bianchi, N., Gentile, C., & Zaniboni, L. (2006). Worst-case analysis of selective sampling for linear classification. Journal of Machine Learning Research, 7, 1205–1230. link ↗ | Chapelle, O., Scholkopf, B., & Zien, A. (Eds.) (2006). Semi-Supervised Learning. MIT Press. ISBN: 978-0-262-03358-9 |
| Další názvy | streaming active learning, online query-by-committee, sequential active learning, incremental active learning | SSL, semi-supervised machine learning, transductive learning, label-efficient learning |
| Příbuzné≠ | 6 | 5 |
| Shrnutí≠ | Online active learning combines two complementary paradigms: it processes data as a stream (online learning) and selectively requests labels only for the most informative instances (active learning). The result is a model that adapts continuously to new data while keeping labeling costs low — useful whenever labeled data is expensive and examples arrive sequentially rather than all at once. | 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 ↗ |
|
|