Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 326 Bytes

File metadata and controls

13 lines (10 loc) · 326 Bytes

Digit-Classification

Classification of digits is performed from the given grey-scaled images taken from the famous MNIST dataset.

Libraries Used: pandas, numpy, matplot.lib, seaborn, kearas, tensorflow

On builing the model using One Convolution & Max Pooling Layer, we have achieved an accuracy of 98.457% on test data.