Data Mining - The data set comes from the Kaggle Digit
Question # 00715089
Posted By:
Updated on: 01/30/2019 08:30 AM Due on: 01/30/2019

Data Mining
The data set comes from the Kaggle Digit Recognizer competition. The goal is to recognize digits 0 to 9 in handwriting images. Because the original data set is large, I have systematically sampled 10% of the data by selecting the 10th, 20th examples and so on. You are going to use the sampled data to construct prediction models using multiple machine learning algorithms that we have learned recently: naïve Bayes, kNN and SVM algorithms. Tune their parameters to get the best model (measured by cross validation) and compare which algorithms provide better model for this task.

-
Rating:
5/
Solution: Data Mining - The data set comes from the Kaggle Digit