/AdaBoost_OneVsAll

Perform Boosting feedforward neural networks on MNIST database using AdaBoost. As AdaBoost performs only binary classification, we create 10 classifiers (one for each digit) and apply the OneVsAll to classify the example

Primary LanguagePython

No issues in this repository yet.