Skip to content

Commit 403ea23

Browse files
committed
Add Fashion MNIST dataset.
1 parent d27eff5 commit 403ea23

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

data/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ Each row in the dataset consists of 785 values: the first value is the label (a
1919
_Source: [Kaggle](https://www.kaggle.com/zalando-research/fashionmnist)_
2020

2121
Fashion-MNIST is a dataset of Zalando's article images—consisting of a training set. Each example is a 28x28 grayscale image, associated with a label from 10 classes. Zalando intends Fashion-MNIST to serve as a direct drop-in replacement for the original MNIST dataset for benchmarking machine learning algorithms. It shares the same image size and structure of training and testing splits.
22-
23-
The original MNIST dataset contains a lot of handwritten digits. Members of the AI/ML/Data Science community love this dataset and use it as a benchmark to validate their algorithms.
2422

2523
Instead of using full dataset with 60000 training examples we will use cut dataset of just 5000 examples that we will also split into training and testing sets.
2624

0 commit comments

Comments
 (0)