Information AboutBoosting |
| CATEGORIES ABOUT BOOSTING | |
| classification algorithms | |
| ensemble learning | |
|
There are several different boosting algorithms, depending on the exact mathematical form of the strength and weight. One of the most common boosting algorithms is AdaBoost . Most boosting algorithms fit into the AnyBoost framework, which shows that boosting performs Gradient Descent in Function Space . Boosting is based on Probably Approximately Correct Learning (PAC learning), which is a branch of Computational Learning Theory . Robert Schapire was the first to show that if a concept is Weakly PAC Learnable then it is also Strongly PAC Learnable using boosting. Algorithmically, boosting is related to REFERENCES
SEE ALSO EXTERNAL LINKS
|
|
|