Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 306 Bytes

File metadata and controls

8 lines (5 loc) · 306 Bytes

Handwritten-digit-recognition

Digit recognition in MATLAB and python using a CNN on MNIST dataset

  • ANN_MATLAB : MATLAB code for character recognition using MLP

  • CNN_MATLAB : MATLAB code for character recognition using CNN

  • CNN_python : python code for character recognition using CNN (using keras)