This repository is not active
rahmacha/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
Python