Neural nets, how to access wrongly classified instances?
Show older comments
Common scenario --> Use the same data set to train a feedforward 3-layer neural network with backprop for classification purposes - keep all things equal (apart from initial randomised weights) only altering number of neurons in the single hidden layer. The trial-and-error search for optimal number of neurons in the hidden layer.
Hypothetical Network A with 6 neurons in hidden layer achieves 95.6% correctness on the test data Hypothetical Network B with 17 neurons in hidden layer achieves 97.3% correct.
I would like to know which specific instances Network A misclassified and which were misclassified by Network B.
I am a newcomer to Matlab, but expect it is possible to access this data.
My question is how might I go about finding out which instances were wrongly classified?
Thanks, Amanda
Accepted Answer
More Answers (0)
Categories
Find more on Classification in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!