Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 234 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 234 Bytes

MNIST-Image-Classification

MNIST Image classification using TensorFlow. The input images are reduced to 7x7 pixels to make it challenging by adding a MaxPool layer as the first layer. Achieved 90% accuracy using Image Augmnetation.