How to train a neural network using multiple bmp images as input using the nntool
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Addah Kadziyanike
le 20 Mar 2014
Réponse apportée : Greg Heath
le 20 Mar 2014
Hie,I am new to MATLAB and I am supposed to develop an license plate recognition system with optical character recognition using MATLAB. My challenges are i.) to import all the images, 36 of them, in BMP format to workspace so that I use them as input when training my neural network ii.) what do I use as my target in the neural network as I would already used the images as input because I need to have a target and I don't understand what is needed there?
0 commentaires
Réponse acceptée
Greg Heath
le 20 Mar 2014
Target columns should be columns of the 36-dimensional unit matrix eye(36).
help ind2ved
help vec2ind
Thank you for formally accepting my answer
Greg
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!