How to train a neural network using multiple bmp images as input using the nntool
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Addah Kadziyanike
il 20 Mar 2014
Risposto: Greg Heath
il 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 Commenti
Risposta accettata
Greg Heath
il 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!