How to creat and plot a confusion matrix of the trained CNN netowork?
17 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have trained a CNN and result showed down but I would need help to find the confusion matrix of the network validation accuracy outcome ![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/526344/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/526344/image.png)
0 Kommentare
Antworten (1)
Mahesh Taparia
am 23 Feb. 2021
Hi
To find the confusion matrix, first you have to test the model on testing data and then use plotconfusion function. For more information, you can refer this example. Hope it will help!
10 Kommentare
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!