Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 419 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 419 Bytes

handwritten-digit-recoginition

  • Created in python notebook on google-colab
  • To run download the file and open it in jupyter notebook, google-colab, or any other application capable of running .ipynb file
  • Before running make sure the following libraries are installed:
    • Numpy
    • Tensorflow (or use any other method to load the mnist dataset)
    • Keras (for converting the labels from discrete to categorical)