Fashion: Fashion MNIST dataset from Zalando

Description Usage Format Details Source Examples

Description

This is the fashion MNIST dataset collected by Zalando. The datset consists of pictures of fashion items with labels. It is in the same format as the MNIST digit recognizer dataset and can be used for all the functions in the RBM package.

Usage

1

Format

An object of class list of length 4.

Details

The labels are as follows:
0: T-shirt/tops
1: Trouser
2: Pullover
3: Dress
4: Coat
5: Sandal
6: Shirt
7: Sneaker
8: Bag
9: Ankle Boot

Source

Kaggle

Zalando

Examples

1
2
3
4
# Load the data
data(Fashion)
# Use MNIST train set (x) for fitting RBM model
modelRBM <- RBM(Fashion$trainX)

TimoMatzen/RBM documentation built on June 1, 2019, 8:35 a.m.