Fashion MNIST Computer Vision Project
Popular Benchmarks
Updated 2 years ago
Description
Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning Algorithms
Authors:
- Han Xiao, Kashif Rasul and Roland Vollgraf
- https://arxiv.org/abs/1708.07747
Dataset Obtained From: https://github.com/zalandoresearch/fashion-mnist
All images were sized 28x28 in the original dataset
Fashion-MNIST
is a dataset 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. We intend 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.
Here's an example of how the data looks (each class takes three-rows):
Version 1 (original-images_Original-FashionMNIST-Splits):
- Original images, with the original splits for MNIST:
train
(86% of images - 60,000 images) set andtest
(14% of images - 10,000 images) set only. - This version was not trained
Version 3 (original-images_trainSetSplitBy80_20):
- Original, raw images, with the
train
set split to provide 80% of its images to the training set and 20% of its images to the validation set - https://blog.roboflow.com/train-test-split/
Citation:
@online{xiao2017/online,
author = {Han Xiao and Kashif Rasul and Roland Vollgraf},
title = {Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning Algorithms},
date = {2017-08-28},
year = {2017},
eprintclass = {cs.LG},
eprinttype = {arXiv},
eprint = {cs.LG/1708.07747},
}
Build Computer Vision Applications Faster with Supervision
Visualize and process your model results with our reusable computer vision tools.
Cite This Project
LICENSE
CC BY 4.0 If you use this dataset in a research paper, please cite it using the following BibTeX:
@misc{
fashion-mnist-ztryt_dataset,
title = { Fashion MNIST Dataset },
type = { Open Source Dataset },
author = { Popular Benchmarks },
howpublished = { \url{ https://universe.roboflow.com/popular-benchmarks/fashion-mnist-ztryt } },
url = { https://universe.roboflow.com/popular-benchmarks/fashion-mnist-ztryt },
journal = { Roboflow Universe },
publisher = { Roboflow },
year = { 2022 },
month = { aug },
note = { visited on 2024-11-21 },
}