DeepLearnToolbox
DeepLearnToolbox copied to clipboard
Probability of output in nntest
For the classification in nntest after training, this toolbox can not return the probability of the classification results, right??
Look into nnpredict(), basically after nnff() the nn.a{end} is the probabilities (softmax layer activations). nnpredict() just picks the class with highest probability.
That's correct