Train ten numbers and identify new inserted number

조회 수: 3 (최근 30일)
Madhu
Madhu 2014년 7월 3일
댓글: Madhu 2014년 7월 13일
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.

채택된 답변

Greg Heath
Greg Heath 2014년 7월 4일
  댓글 수: 1
Madhu
Madhu 2014년 7월 4일
I think this will help me for do my task.I will try. Thank you.

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Shashank Prasanna
Shashank Prasanna 2014년 7월 3일
Your question is not clear. However, there are plenty of examples in the Neural Network Toolbox documentation:
  댓글 수: 4
Madhu
Madhu 2014년 7월 9일
편집: Madhu 2014년 7월 9일
Thank you for your suggestion.In here what is call "usps_all.mat"?
Actually, I hope to do this for identifying printed numbers using neural network techniques (neural network toolbox) and pattern recognitions, not for hand written numbers.So, how can be the matlab code and other differences?
I am very new to matlab. So,It will big help for me.Thank you again.
Madhu
Madhu 2014년 7월 12일
http://www.mathworks.in/help/nnet/gs/classify-patterns-with-a-neural-network.html I go through this, but this is use to identify Breast Cancer.How I change this for identify images of 0,1,2,3,45,6,7,8 and 9? Thank You.

댓글을 달려면 로그인하십시오.


Image Analyst
Image Analyst 2014년 7월 12일
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
Image Analyst
Image Analyst 2014년 7월 12일
If you want to find the areas of objects, see my Image Segmentation Tutorial: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
Madhu
Madhu 2014년 7월 13일
Thank you very much..

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Recognition, Object Detection, and Semantic Segmentation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by