how to define unknown class in neural network?
Afficher commentaires plus anciens
sir,i am doing project on "Palmprint and Fingerprint recognition using neural network". I have trained the network and i am getting 100% accuracy for trained images. I have define two classes 1st is 'access granted' and 2nd is 'access denied'.But for untrained images it gives 'access granted' but instead of that it should give me 'access denied'.So, how can i define the class for unknown images(untrained images).I have attached my code also please check and give me the solution.
1 commentaire
Walter Roberson
le 15 Avr 2014
Your code did not get attached.
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 15 Avr 2014
1 vote
The simplest rule that a neural network can generate when given a bunch of examples and told that they all succeed, is to guess that everything succeeds.
Catégories
En savoir plus sur Deep Learning Toolbox 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!