Train ten numbers and identify new inserted number
Mostrar comentarios más antiguos
Using matlab,neural network first I need to train 0,1,2,3,4,5,6,7,8,9 .Then we think we insert number as 3.The program should have capability to identify this number as 3.This is how need to work my matlab program.Can You give me a sample matlab code for this. Thank you.
Respuesta aceptada
Más respuestas (2)
Shashank Prasanna
el 3 de Jul. de 2014
2 votos
Your question is not clear. However, there are plenty of examples in the Neural Network Toolbox documentation:
4 comentarios
Shashank Prasanna
el 7 de Jul. de 2014
This example learns and predicts handwritten numbers, it uses decision tree instead of neural networks, but it would be easy to replace that part with neural networks:
Madhu
el 12 de Jul. de 2014
Image Analyst
el 12 de Jul. de 2014
1 voto
You say "I hope to do this for identifying printed numbers". Why not just use the tool already built for this: http://www.mathworks.com/help/vision/ref/ocr.html#bt548t1-2_1, which is OCR in the Computer Vision System Toolbox? Why use neural networks when you don't have to?
But then you said you were working on breast cancer images, presumably to find the nodules, not the text in the image. Changing from integers in an array, to images of printed characters, to pictures of breasts is quite a change and I'm not sure why you think that the solution to one of those situations would automatically work for the other two situations. So now I don't really know what you want. Please attach an image.
5 comentarios
Image Analyst
el 12 de Jul. de 2014
I think the Computer Vision toolbox would work fine for that. If you don't have that, there are other ways, such as analyzing all letters and just recording the area of each letter, then compare the area of the "test" letter to the known areas (works as long as the font style and size are the same).
Madhu
el 12 de Jul. de 2014
Image Analyst
el 12 de Jul. de 2014
If you want to find the areas of objects, see my Image Segmentation Tutorial: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
Madhu
el 13 de Jul. de 2014
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!