Skip to content

rohankumawat/FashionMNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Fashion-MNIST is a dataset of Zalando's article images consisting of a training set of 60,000 examples and a test set of 10,000 examples. Each example is a 28x28 grayscale image, associated with a label from 10 classes.

Fashion MNIST dataset image

Labels

Each training and test example is assigned to one of the following labels:

Labels Description
0 T-shirt/Top
1 Trouser
2 Pullover
3 Dress
4 Coat
5 Sandal
6 Shirt
7 Sneaker
8 Bag
9 Ankle Boot
  • FashionMNIST.py is the file that I've used to create my model.
  • Achieved accuracy with more than 95%.
  • Click here to have a look on how I got more than 95% accuracy.