MNIST Images of All Digits
digits.Rd
digits
contains 5000 images from the famous MNIST dataset of all digits,
consisting of 500 images per digit class from 0 to 9.
Each digit image is represented as an \((28\times 28)\)
matrix that sums to 1. This normalization is conventional and it does not
hurt its visualization via a basic image()
function.
Usage
data(digits)