Machine Learning with Coffee

15 Adaboost: Adaptive Boosting


Listen Later

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
View all episodesView all episodes
Download on the App Store

Machine Learning with CoffeeBy Gustavo Lujan