three {Barycenter} | R Documentation |
A list of 4351 images of the digit three. 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 large list. This dataset is based on the MNIST dataset.
three
List
#Take a look into the dataset, for example the 25th image of the digit three. three[[25]] image(three[[25]])