Porovnať metódy
Prezrite si vybrané metódy vedľa seba; riadky, ktoré sa líšia, sú zvýraznené.
| Zosilnenie aktívneho učenia× | Boosting× | |
|---|---|---|
| Odbor | Strojové učenie | Strojové učenie |
| Rodina | Machine learning | Machine learning |
| Rok vzniku≠ | 1998 | 1990–1997 |
| Tvorca≠ | Abe, N. & Mamitsuka, H. | Schapire, R. E.; Freund, Y. |
| Typ≠ | Hybrid active-learning ensemble | Sequential ensemble (iterative reweighting) |
| Pôvodný zdroj≠ | Abe, N. & Mamitsuka, H. (1998). Query Learning Strategies Using Boosting and Bagging. Proceedings of the 15th International Conference on Machine Learning (ICML 1998), pp. 1–9. Morgan Kaufmann. link ↗ | Freund, Y. & Schapire, R. E. (1997). A decision-theoretic generalization of on-line learning and an application to boosting. Journal of Computer and System Sciences, 55(1), 119–139. DOI ↗ |
| Ďalšie názvy | boosting-based active learning, query learning with boosting, active boosting, ensemble active learning | AdaBoost, gradient boosting, iterative reweighting ensemble, sequential ensemble |
| Príbuzné≠ | 4 | 6 |
| Zhrnutie≠ | Active Learning Boosting combines the query-driven label acquisition of active learning with the weighted-ensemble logic of boosting algorithms such as AdaBoost. The model iteratively selects the most informative unlabeled examples to annotate — guided by the disagreement or uncertainty within the boosting ensemble — and retrains after each new label, achieving high accuracy with far fewer labeled examples than passive learning. | Boosting is a sequential ensemble technique that converts many simple, barely-better-than-chance learners into a single highly accurate model by repeatedly focusing training on the examples that previous learners got wrong, then combining all learners with weights proportional to their individual accuracy. |
| ScholarGateDátová sada ↗ |
|
|