Skip to content

yasu-k2/adaboost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

adaboost

An implementation of adaboost.

Adaboost is one of the emsenble learning algorithms. The weak learner is a decision stump and the dataset used is "digits" imported from scikit-learn. In order to assess its performance, the error rate of the weak learner and the strong learner (that you constructed using adaboost) on each learning step can be calculated.

About

An implementation of adaboost.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages