Recognizing digits from neural networks
조회 수: 3 (최근 30일)
이전 댓글 표시
I am doing a project to read digits from a calculator screen. To recognize the digits, I intend to use neural networks. I have to train the network first with about 10 or more sample images of all digits(0 to 9) and then go on to identify them. Can anybody suggest how to input the training images into the neural network and in what format? I know the basic concept of neural networks but cannot implement it in a situation like this.
댓글 수: 0
채택된 답변
Greg Heath
2013년 4월 3일
input =image(:); % columnize
Thanks for formally accepting my answer
댓글 수: 7
Sudipto Chaki
2018년 10월 3일
I have a similar kind of problem for recognition purpose. Would please share your neural network code? @Soumyadip
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!