Key points are not available for this paper at this time.
AdaBoost is a successful machine learning algorithm used in a variety of fields nowadays. However, its performance is sensitive to the number of weak learners in the ensemble. Too few weak learners will result in underfitting to the training data-set and too many of them cause overfitting to the training data-set, both of which result in poor generalisation of the classifier on test data. The standard way to compute the number of weak learners that is optimal for a particular data-set is to use cross-validation; however, it is highly computationally expensive. In this paper, we propose an efficient method that does not require cross-validation or a separate validation set to determine the number of weak learners for use in AdaBoost. Our method is evaluated on eight different publicly available data-sets to demonstrate its efficacy.
Kyaw Kyaw Htike (Fri,) studied this question.