smnist: A subsampled MNIST data

Description Usage Format Source References Examples

Description

Given MNIST training data, 1000 images are randomly sampled with their labels.

Usage

1
data("smnist")

Format

A list with following two object.

strain

a data frame with 1000 observations on 784 features (pixels).

slab

a numeric label vector of length of 1000.

Source

http://yann.lecun.com/exdb/mnist/

References

Y. LeCun, L. Bottou, Y. Bengio, and P. Haffner. "Gradient-based learning applied to document recognition." Proceedings of the IEEE, 86(11):2278-2324, November 1998.

Examples

1
2
data(smnist)
## maybe str(smnist) ; ...

youngser/gmmase documentation built on May 30, 2019, 7:19 p.m.