Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 337 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 337 Bytes

Fashion-MNIST can be used as drop-in replacement for the original MNIST dataset (10 categories of handwritten digits). It shares the same image size (28x28) and structure of training (60,000) and testing (10,000) splits. It’s great for writing “hello world” tutorials for deep learning. This was done using the DeepLearning Studio