15 Adaboost: Adaptive Boosting

15 Adaboost: Adaptive Boosting

Released Monday, 28th September 2020
Good episode? Give it some love!
15 Adaboost: Adaptive Boosting

15 Adaboost: Adaptive Boosting

15 Adaboost: Adaptive Boosting

15 Adaboost: Adaptive Boosting

Monday, 28th September 2020
Good episode? Give it some love!
Rate Episode
List

Adaboost is one of the classic machine learning algorithms. Just like Random Forest and XGBoost, Adaboost belongs to the ensemble models, in other words, it aggregates the results of simpler classifiers to make robust predictions. The main different of Adaboost is that it is an adaptive algorithm, which means that it learns from the misclassified instances of previous models, assigning more weights to those errors and focusing its attention on those instances in the next round.

Show More