An open API service indexing awesome lists of open source software.

https://github.com/ahlusar1989/adaboost_explorations

Implementation of Adaptive Boosting. AdaBoost is adaptive in the sense that subsequent weak learners are tweaked in favor of those instances misclassified by previous classifiers.
https://github.com/ahlusar1989/adaboost_explorations

Last synced: 4 months ago
JSON representation

Implementation of Adaptive Boosting. AdaBoost is adaptive in the sense that subsequent weak learners are tweaked in favor of those instances misclassified by previous classifiers.

Awesome Lists containing this project

README

          

# AdaBoost_Explorations

The output of the other learning algorithms ('weak learners') is combined into a weighted sum that represents the final
output of the boosted classifier. AdaBoost is adaptive in the sense that subsequent weak learners are tweaked in favor of
those instances misclassified by previous classifiers.