How to know the output in Neural Network Pattern Recognition?
Mostrar comentarios más antiguos
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 comentarios
Sivakumaran Chandrasekaran
el 12 de En. de 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
el 13 de En. de 2016
Sivakumaran Chandrasekaran
el 13 de En. de 2016
what value you got when you use the command sim... use that value as threshold
Aeri
el 13 de En. de 2016
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Keypoint Detection en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!