how to define unknown class in neural network?
Show older comments
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 Comment
Walter Roberson
on 15 Apr 2014
Your code did not get attached.
Accepted Answer
More Answers (1)
Walter Roberson
on 15 Apr 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.
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!