Skip to content

Creating AI system which recognizes hand-written digits from the MNIST dataset.

Notifications You must be signed in to change notification settings

rohannakra/AI-Predicts-Hand-Written-Digits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Predicts Hand Written Digits

Steps Taken:

  • data analysis
    • create consistent value for each data point
    • scale data
  • create deep learning model
    • create convultional neural network
      • train model on dataset
  • test the model
    • user input to select number to test on