Machine Learning with Coffee

15 Adaboost: Adaptive Boosting

09.28.2020 - By Gustavo LujanPlay

Download our free app to listen on your phone

Download on the App StoreGet it on Google Play

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.

More episodes from Machine Learning with Coffee