Learn Before
Fashion-MNIST Dataset
The Fashion-MNIST dataset is a popular benchmark dataset containing grayscale images from different categories of clothing and accessories. It is structurally similar to the original MNIST dataset but offers a more complex alternative to handwritten digits. The dataset is divided into a training set of 60,000 images (6,000 per category) and a test dataset of 10,000 images (1,000 per category). In practice, these images are often upscaled to a resolution of pixels for use in deep learning frameworks.
0
1
Tags
D2L
Dive into Deep Learning @ D2L
Related
Fashion-MNIST Dataset
Nonparametric Models
Fashion-MNIST Dataset
Definition of Realizable Dataset
Which statement best describes the role of a training dataset?
Is the training dataset held out strictly for evaluation?
The learning algorithm runs on the _____ dataset.
Match each dataset concept with its correct description.
Order the steps for creating and using the cat training set.
Explain why training and test datasets have different roles.
Diagnose the mistake in a team's use of cat-image data.
How is a training dataset used during learning?
Which partition should contain examples used to optimize a Fashion-MNIST model?
Can one training set contain both positive and negative examples?