How to test data after training in Deep Autoencoder Network
Afficher commentaires plus anciens
I'm currently working on the deep network using autoencoder as per the following link. I trained the data with 44 features into 4 different classes and plotted the confusion matrix for the same. Can anyone tell me how to plot confusion matrix for validation and test data and also how to load them into the code given in the following link
1 commentaire
Hanan Hussain
le 2 Mar 2020
y = stackednet(xTest);
plotconfusion(tTest,y);
For reference:
Réponses (0)
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!