USPS Dataset with Class uint8

Hi, good day.
I am a total newbie with MATLAB and started to experiment on things. I got the USPS handwritten digits dataset from this site http://www.cs.nyu.edu/~roweis/data.html . After looking at the array's dimensions, it says that it is 256x1100x10 and class of uint8. I do understand that the last dimension represents the 10 digits (0-9) and the second column being the number of samples of each digit.
How do I interpret the first column? I am trying to figure out how to perform convolutional neural networks (image processing) which is why I needed to understand this.
Thanks alot!

 Respuesta aceptada

Walter Roberson
Walter Roberson el 14 de Dic. de 2015

0 votos

256 because each image is 16*16 and the images have been converted into column vectors.

Más respuestas (1)

Greg Heath
Greg Heath el 25 de Mzo. de 2015
Editada: Greg Heath el 25 de Mzo. de 2015

0 votos

You are asking in the wrong place.
Contact
Sam Roweis, Vision, Learning and Graphics Group, NYU, www.cs.nyu.edu/~roweis
Hope this helps
Thank you for formally accepting my answer
Greg

Preguntada:

el 24 de Mzo. de 2015

Respondida:

el 14 de Dic. de 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by