Classifying Clothing Images

Here, I have used faishon MNIST datastet to classify the images of various clothing items using tensorflow library. It is a sequential model which has an input layer, a hidden layer(with an output array of shape 128) and an output layer(with output array of shape 10 since, there are 10 distinct item of clothing).

Results

epochs = 10
Achieved the accuracy of 88.88%.