Performance estimate of pattern recognition tool
Show older comments
HI. I am creating a neural network using nprtool. I have generated the code and got the results in confusion matrix. In the end I get a perfoemace variable. I am unable to understand that what should be the value of this variable, I mean the range. Can any one please tell me that? I am appending my lines of code and my result.
% Test the Network outputs = net(inputs); errors = gsubtract(targets,outputs); performance = perform(net,targets,outputs)
My output is
- performance =
0.4772*
My 2nd question is that how can i present the network generated by nprtool to new values? I don't understand the concept.
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox 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!