Skip to content

irakov/kaggle-digit-recognizer-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

kaggle-digit-recognizer

Source code for the Kaggle task of recognizing hand written digits.

https://www.kaggle.com/c/digit-recognizer

Sampling

Classifiers can take a lot of time to train, especially if the training dataset is large. Therefore, you might want to use a smaller training dataset, especially in the initial design and implementation phases.

You can use the sample.py file to randomly undersample without replacement).