Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 426 Bytes

File metadata and controls

13 lines (7 loc) · 426 Bytes

Handwritten-Digit-Identifier

A Python Project Implementing a single layer neural network to identify Handwritten Numbers by using Tensorflow logistic regression. Implemented on MNIST data-set. Accuracy greater than 90%.

Data Set Used: MNIST_DATASET

Accuracy: 90.5%

Library: Tensorflow