Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
How to create an additional output for ANN where the inputs are considered Not Recognizable?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I know how to implement ANN for pattern recognition in Matlab. I provide input A,B,&C, and train the ANN to recognize A,B,&C.
If I provide input for a totally different class, eg. D the ANN will still try to map it to one of A,B or C, whichever it thinks has the closest similarity to D.
But I don't want it to behave that way, is it possible to create an extra output where the decision is "non of the inputs used during training"?
0 Kommentare
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!