eight {Barycenter} | R Documentation |
A list of five images of the digit eight. Each image is a 28 x 28
matrix, representing the weights of the corresponding pixels scaled s.t. they sum up to one. The images are included in a list. This dataset is based on the MNIST dataset.
eight
List
#Take a look into the dataset, e.g. the first image of the digit eight. eight[[1]] image(eight[[1]])