Recognizing digits from neural networks

2 ビュー (過去 30 日間)
Soumyadip
Soumyadip 2013 年 4 月 3 日
コメント済み: Sudipto Chaki 2018 年 10 月 3 日
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.

採用された回答

Greg Heath
Greg Heath 2013 年 4 月 3 日
input =image(:); % columnize
Thanks for formally accepting my answer
  7 件のコメント
Soumyadip
Soumyadip 2013 年 4 月 4 日
and what to specify as the target matrix? The pattern recognition tool asks for a target matrix.
Sudipto Chaki
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!

Translated by