How to train a neural network using multiple bmp images as input using the nntool
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Greg Heath
2014-3-20
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!