How to know the output in Neural Network Pattern Recognition?
古いコメントを表示
hello guys! i'm a beginner in using matlab neural network pattern recognition and I can't understand the output part. How could I show the intended output after training? For example in the load example data about the type of glass, how can I say if the sample is a window glass or not? I want to show something like this after the data has been recognize if it is indeed a window glass, "The sample is a window glass". What should I do?
I hope someone can answer me or atleast give some idea. Thanks.
4 件のコメント
Sivakumaran Chandrasekaran
2016 年 1 月 12 日
after simulating the neural network, you might be getting values like 2 or 5.. consider those values as a threshold values and write the code like if the value for the input image is greater than the threshold, the image is window glass.. else..different
Aeri
2016 年 1 月 13 日
Sivakumaran Chandrasekaran
2016 年 1 月 13 日
what value you got when you use the command sim... use that value as threshold
Aeri
2016 年 1 月 13 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Keypoint Detection についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!