how to define unknown class in neural network?
Mostrar comentarios más antiguos
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 comentario
Walter Roberson
el 15 de Abr. de 2014
Your code did not get attached.
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 15 de Abr. de 2014
1 voto
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.
Categorías
Más información sobre Deep Learning Toolbox 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!