Skip to content

Akash100997/Digit_Recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Digit Recognizer

This project is a simple deep neural network that classifies digits from 0 to 9. I had used the tensorflow framework to build, compile and to train the model.

You can go through MNIST Database Wiki if you are willing to and here is an example of MNIST Datas

Steps to be followed are:

  1. Download the MNIST Datas
  2. Separate the Train and Test Datas
  3. Build the Model with Simple Sequential Feed Forward Network.
  4. Compile the model with proper loss and optimizer function.
  5. Train the model.
  6. Make some predictions (Tweak some hyperparameters(learning rate, epochs) if required).

And that's it you have done building your Simple MNIST Classifier.

Releases

No releases published

Packages

No packages published

Languages