how to calculate the classification accuracy in neural network toolbox?

T
teenasmith-23 · May 26, 2021 · 2K views
Question
net=patternnet(10); [net,tr]=train(net,inputs,targets); outputs=net(inputs); [values,pred_ind]=max(outputs,[],1); [~,actual_ind]=max(targets,[],1); accuracy=sum(pred_ind==actual_ind)/size(inputs,2)*100; Is this correct way to calculate the classification accuracy??  
Expert Answer
Profile picture of Kshitij Singh
Kshitij Singh PhD Expert
Answered Aug 25, 2026
Search ot NEWSGROUP and ANSWERS with
 
 
 greg patternnet

and

 greg patternnet tutorial

 

Have a different question? Ask here

Get a Free Consultation or a Sample Assignment Review!