Skip to content

The Adaboost method for creating a strong binary classifier from a series of weak classifiers is implemented. Classification results are shown for some synthetic datasets and the MNIST dataset containing images of digits.

Notifications You must be signed in to change notification settings

niranjantdesai/adaboost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adaboost

The Adaboost method for creating a strong binary classifier from a series of weak classifiers is implemented in this project. We use decision stumps as our weak classifiers. Classification results are shown for some synthetic datasets and the MNIST dataset containing images of digits.

Usage

Refer question 1 from the file hw4.pdf. All subparts have been implemented. Run /code/myMainScript.m to generate the results for the subparts sequentially. The function descriptions are provided in the respective files.

About

The Adaboost method for creating a strong binary classifier from a series of weak classifiers is implemented. Classification results are shown for some synthetic datasets and the MNIST dataset containing images of digits.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages