You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.