Mnist | R Documentation |
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
data("Mnist")
The format is:
Mnist$train$images, Mnist$train$labels
Mnist$test$images, Mnist$test$labels
Deng L (2012). “The mnist database of handwritten digit images for machine learning research.” IEEE Signal Processing Magazine, 29(6), 141–142
data(tensor)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.