mnist | R Documentation |
Pixel intensities and class labels of 5000 training images from the MNIST database
mnist
A list with 2 elements
A matrix of 784 pixel intensites of 5000 images, normalized to range [0,1]
The digit of each image, from 0 to 9
The data was downloaded from the source below and the links "train-labels-idx1-ubyte" and "train-images-idx3-ubyte". A script from https://github.com/rstudio/tfestimators/blob/master/vignettes/examples/mnist.R was used to decode the original file format to pixel intensities. Only a subset of 5000 training images are included in this file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.