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
What does a training set do in supervised learning?
The training set is used only for final evaluation.
Dataset Used for Model Fitting
Match each dataset concept with its correct description.
Order the steps for building an image training set.
Different Purposes of Training and Test Data
Use labeled data to fit the model, not to score it
What role does a training set play in model training?
Which data split should be used to update the model’s weights?
A training set can contain examples from both classes in a binary classification task.