How to know the output in Neural Network Pattern Recognition?
Afficher commentaires plus anciens
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 commentaires
Sivakumaran Chandrasekaran
le 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
le 13 Jan 2016
Sivakumaran Chandrasekaran
le 13 Jan 2016
what value you got when you use the command sim... use that value as threshold
Aeri
le 13 Jan 2016
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Keypoint Detection dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!