May 2023
Intermediate to advanced
352 pages
11h 19m
English
This chapter covers
The previous chapter introduced boosting, where we train weak learners sequentially and “boost” them into a strong ensemble model. An important sequential ensemble method introduced in chapter 4 is adaptive boosting (AdaBoost).
AdaBoost is a foundational boosting model that trains a new weak learner to fix the misclassifications of the previous weak learner. It does this by maintaining and adaptively updating ...
Read now
Unlock full access