diff --git a/docs/en/datasets/classify/fashion-mnist.md b/docs/en/datasets/classify/fashion-mnist.md index 7774358e..ef9585e1 100644 --- a/docs/en/datasets/classify/fashion-mnist.md +++ b/docs/en/datasets/classify/fashion-mnist.md @@ -8,6 +8,17 @@ keywords: Fashion-MNIST, image classification, Zalando dataset, machine learning The [Fashion-MNIST](https://github.com/zalandoresearch/fashion-mnist) dataset is a database of Zalando's article images—consisting of a training set of 60,000 examples and a test set of 10,000 examples. Each example is a 28x28 grayscale image, associated with a label from 10 classes. Fashion-MNIST is intended to serve as a direct drop-in replacement for the original MNIST dataset for benchmarking machine learning algorithms. +

+
+ +
+ Watch: How to do Image Classification on Fashion MNIST Dataset using Ultralytics YOLOv8 +

+ ## Key Features - Fashion-MNIST contains 60,000 training images and 10,000 testing images of Zalando's article images.