Learn R Programming

Barycenter (version 1.3.1)

eight: MNIST dataset of the digit eight (small)

Description

A list of five images of the digit eight. Each image is a 28 x 28 matrix, representing the weights of the corresponding pixels scaled s.t. they sum up to one. The images are included in a list. This dataset is based on the MNIST dataset.

Usage

eight

Arguments

Format

List

Examples

Run this code
# NOT RUN {
#Take a look into the dataset, e.g. the first image of the digit eight.
eight[[1]]
image(eight[[1]])
# }

Run the code above in your browser using DataLab