November 2017
Beginner
286 pages
8h 13m
English
Back to our previous mention of a package named AdaBoost, which is short for adaptive boosting. AdaBoost is a boosting approach referred to as an ensemble learning algorithm. Ensemble learning is when multiple learners are used in conjunction with each other to build a stronger learning algorithm.
AdaBoost works by selecting a base algorithm and then iteratively improving it by accounting for the incorrectly classified examples in the training dataset.
The aforementioned article describes how AdaBoost works:
Read now
Unlock full access