DeepLearnToolbox icon indicating copy to clipboard operation
DeepLearnToolbox copied to clipboard

Probability of output in nntest

Open haoqi opened this issue 10 years ago • 2 comments

For the classification in nntest after training, this toolbox can not return the probability of the classification results, right??

haoqi avatar Aug 06 '15 21:08 haoqi

Look into nnpredict(), basically after nnff() the nn.a{end} is the probabilities (softmax layer activations). nnpredict() just picks the class with highest probability.

tambetm avatar Aug 06 '15 21:08 tambetm

That's correct

haoqi avatar Aug 06 '15 21:08 haoqi