Skip to content

Commit

Permalink
Add Fashion MNIST dataset.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Dec 24, 2018
1 parent d27eff5 commit 403ea23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ Each row in the dataset consists of 785 values: the first value is the label (a
_Source: [Kaggle](https://www.kaggle.com/zalando-research/fashionmnist)_

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.

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.

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.

Expand Down

0 comments on commit 403ea23

Please sign in to comment.