How to test data after training in Deep Autoencoder Network
Mostrar comentarios más antiguos
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 comentario
Hanan Hussain
el 2 de Mzo. de 2020
y = stackednet(xTest);
plotconfusion(tTest,y);
For reference:
Respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!