Learn R Programming

Barycenter (version 1.3.1)

three: MNIST dataset of the digit three

Description

A list of 4351 images of the digit three. 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 large list. This dataset is based on the MNIST dataset.

Usage

three

Arguments

Format

List

Examples

Run this code
# NOT RUN {
#Take a look into the dataset, for example the 25th image of the digit three.
three[[25]]
image(three[[25]])
# }

Run the code above in your browser using DataLab