How to test data after training in Deep Autoencoder Network
显示 更早的评论
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 个评论
Hanan Hussain
2020-3-2
y = stackednet(xTest);
plotconfusion(tTest,y);
For reference:
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 AI for Signals 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!