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

https://github.com/deshanadesai/margin-based-adaboost

Vanilla Adaboost implementation and Adaboost with Margin
https://github.com/deshanadesai/margin-based-adaboost

Last synced: about 2 months ago
JSON representation

Vanilla Adaboost implementation and Adaboost with Margin

Awesome Lists containing this project

README

        

# Margin-based-Adaboost
Vanilla Adaboost implementation and Adaboost with Margin

Reference Papers:
1) [Efficient Margin Maximizing with Boosting](http://www.jmlr.org/papers/volume6/ratsch05a/ratsch05a.pdf)
2) [How Boosting the Margin Can Also Boost Classifier Complexity](http://rob.schapire.net/papers/boost_complexity.pdf)

The Adaboost(rho) algorithm is the exact same algorithm when rho = 0.

Pseudocode:
![Algorithm](https://github.com/deshanadesai/Margin-based-Adaboost/raw/master/images/algo.png)