Skip to content

sauravsocial/digit_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

digit_Detection

Detection of Handwritten digits.

Train sets and test sets are downloaded from kaggle. Link - "https://www.kaggle.com/c/digit-recognizer/data"

Step 1 - Open the file digit.py with IDLE

Step 2 - Enter the required digit to be detected in the array index "d=xtrain[#]" {# = required digit to be identified}

Step 3 - Save the code and run it on the required python console.

Dependencies -

  1. Python 3.5

  2. numpy-1.14.2

  3. pandas-0.17.1

  4. scikit-learn-0.19b2

About

Detection of Handwritten digits.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages