Assignment 3: SVM and Ensemble methods
Deadline
Deadline for online submission will be on Thursday 16/3/2020 11:59 PM
Joining to Assignment Repository
This is an individual assignment
- Go to the Assignment Page.
- Accept the assignment.
- Wait till your repository created.
- Open the link and Clone repository.
Required
-
Train an SVM, Bayes Naive, and Decision Tree classifier on the MNIST dataset. Use Binary classifiers only. Thus, you will need to use one-versus-all to classify all 10 digits. You may want to tune the hyperparameters using small validation sets to speed up the process. What accuracy can you reach?
-
Build an Ensemble Voting classifier by comparing between Bagging and Pasting using the three classifiers utilized in item 1.
-
Write a markdown report to compare between the three individual classifiers and the Voting classifier using both bagging and pasting methods.
Submitting
$ git commit -a -m "done"
$ git push origin master
Please also submit tour GitHub link to Google Classroom