Learn R Programming

greed (version 0.6.1)

fashion: Fashion mnist dataset

Description

Zalando fashionmnist dataset, sample of 1 000 Zalando's article images from the test set.

Usage

data(fashion)

Arguments

Format

An object of class matrix with a random sample of 1000 images (one per rows) extracted from the fashionmnist dataset.

References

Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning Algorithms. Han Xiao, Kashif Rasul, Roland Vollgraf (2017) (arXiv:1708.07747).

Examples

Run this code
data(fashion)

Run the code above in your browser using DataLab