Information AboutAdaboost |
| CATEGORIES ABOUT ADABOOST | |
| classification algorithms | |
| ensemble learning | |
|
GENERALISED FORM OF THE ALGORITHM Given: where Initialise . For :
e h_{j}(x_{i})]
where is a normalisation factor (chosen so that will be a distribution). Output the final classifier: The equation to update the distribution in constructed so that: Thus, after selecting an optimal classifier for the distribution , the examples that the classifier identified correctly are weighted less and those that it identified incorrectly are weighted more. Therefore, when the algorithm is testing the classifiers on the distribution , it will select a classifier that better identifies those examples that the previous classifer missed. EXTERNAL LINKS
|
|
|