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
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
Related deep learning Questions & Solutions
Browse All →
Explore similar technical troubleshooting questions and verified MATLAB solutions:
Ready-to-Run MATLAB & Simulink Projects
Browse All Projects →