Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 470 Bytes

File metadata and controls

3 lines (2 loc) · 470 Bytes

Supervised-and-unsupervised-learning-on-Fashion-MNIST-dataset

Fashion-MNIST is a dataset of Zalando's article images, with examples shown above. It consists 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: 0=T-shirt/top; 1=Trouser; 2=Pullover; 3=Dress; 4=Coat; 5=Sandal; 6=Shirt; 7=Sneaker; 8=Bag; 9=Ankle boot. In this assignment, we will work on this dataset.