Learn R Programming

TensorTools (version 1.0.0)

Mnist: Subset of MNIST training and testing data.

Description

10000 MNIST training images (1000 of every digit), reformatted into a tensor: 28 x 10000 x 28. 1000 MNIST test images (100 of every digit), reformatted into a tensor: 28 x 1000 x 28

Usage

data("Mnist")

Arguments

Format

The format is:

Mnist$train$images, Mnist$train$labels

Mnist$test$images, Mnist$test$labels

References

Deng L (2012). “The mnist database of handwritten digit images for machine learning research.” IEEE Signal Processing Magazine, 29(6), 141–142

Examples

Run this code
data("Mnist")

Run the code above in your browser using DataLab