项目作者: niranjantdesai

项目描述 :
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.
高级语言: Matlab
项目地址: git://github.com/niranjantdesai/adaboost.git
创建时间: 2016-05-17T16:43:46Z
项目社区:https://github.com/niranjantdesai/adaboost

开源协议:

下载


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.