mnist {tdarec} | R Documentation |
MNIST handwritten digits
Description
This is a 1% stratified random sample from the MNIST handwritten digit data set.
Usage
mnist_train; mnist_test
Format
Two data frames of 600 and 100 rows, respectively, and 2 variables:
digit
list column of 28 × 28 numeric matrices
label
integer digit
Source
http://yann.lecun.com/exdb/mnist/
[Package tdarec version 0.2.0 Index]