Skip to content

An implementation of <Improved boosting algorithms using confidence-rated predictions>, Schapire, 1999

License

Notifications You must be signed in to change notification settings

YuxianMeng/Adaboost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Adaboost

An implementation of <Improved boosting algorithms using confidence-rated predictions>, Schapire, 1999

##class Adaboost Basic Adaboost to solve two-class problem

##class AdaboostMH Adaboost that could solve multi-class and multi-label problem.

##class AdaboostMO A multi-class version of Adaboost based on output codes to solve single-label problem

About

An implementation of <Improved boosting algorithms using confidence-rated predictions>, Schapire, 1999

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages