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에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!