How do I draw the MSE curve for an LSTM classification code in Matlab?

2 views (last 30 days)
I have a classification code for LSTM in Matlab and I want to draw the curve of MSE for testing data and there is an error appear when I implement the code of MSE=mean(y_test-y_pred)^2.
How can I draw this curve please?

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!