How to know the output in Neural Network Pattern Recognition?
Show older comments
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 Comments
Sivakumaran Chandrasekaran
on 12 Jan 2016
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
on 13 Jan 2016
Sivakumaran Chandrasekaran
on 13 Jan 2016
what value you got when you use the command sim... use that value as threshold
Aeri
on 13 Jan 2016
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!