Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 468 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 468 Bytes

Handwritten Digit Recognizer


Handwritten Digit Recognition using Softmax Regression

Author: Priyanka Kasture | pkasture2010@gmail.com
Domain: Computer Vision
Language: Python 3.6
Dataset: MNIST Database (http://yann.lecun.com/exdb/mnist/)
Environment: Spyder (Python 3.6)
Important Dependancies: Tensorflow, OpenCV (cv2), Numpy, Matplotlib

Inspired by: Akshay Bahadur (https://github.com/akshaybahadur21)