เปรียบเทียบวิธี
ดูวิธีที่เลือกเทียบกันแบบเคียงข้าง แถวที่ต่างกันจะถูกเน้นไว้
| Active Learning Boosting× | Boosting แบบออนไลน์× | |
|---|---|---|
| สาขาวิชา | การเรียนรู้ของเครื่อง | การเรียนรู้ของเครื่อง |
| ตระกูล | Machine learning | Machine learning |
| ปีกำเนิด≠ | 1998 | 2001 |
| ผู้ริเริ่ม≠ | Abe, N. & Mamitsuka, H. | Oza, N. C. & Russell, S. |
| ประเภท≠ | Hybrid active-learning ensemble | Online ensemble (incremental boosting) |
| แหล่งต้นตำรับ≠ | 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 ↗ | Oza, N. C., & Russell, S. (2001). Online Bagging and Boosting. In Artificial Intelligence and Statistics 2001 (pp. 105–112). Morgan Kaufmann. link ↗ |
| ชื่อเรียกอื่น | boosting-based active learning, query learning with boosting, active boosting, ensemble active learning | streaming boosting, incremental boosting, online AdaBoost, online ensemble boosting |
| ที่เกี่ยวข้อง≠ | 4 | 6 |
| สรุป≠ | 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. | Online Boosting adapts the classical boosting framework to data streams, updating an ensemble of weak learners one example at a time without storing the full dataset. The Oza-Russell formulation approximates AdaBoost's reweighting using Poisson-sampled instance counts, enabling accurate, adaptive classification in real-time or resource-constrained environments. |
| ScholarGateชุดข้อมูล ↗ |
|
|