How do I give Images to neural network toolbox?

I am working with character recognition and would like to kow how to give images to neural network toolbox.

 Respuesta aceptada

Greg Heath
Greg Heath el 16 de En. de 2013

0 votos

input = [image1(:),image2(:), ... image(N)];
class = [ 6, 8, ... 4 ];
target = ind2vec(class);
Hope this helps.
Thank you for formally accepting my answer.
Greg

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by