How can I get the predicted YValidation data using LSTM model?

2 vues (au cours des 30 derniers jours)
Chen Liying
Chen Liying le 18 Août 2022
Commenté : Hans Scharler le 24 Jan 2023
Hi, I did a LSTM model, just like the link mentioned(https://ww2.mathworks.cn/help/deeplearning/ref/trainnetwork.html), I specified the ValidationData in the opts.
options = trainingOptions("sgdm", ...
MaxEpochs=8, ...
ValidationData={XValidation,YValidation}, ...
ValidationFrequency=30, ...
Verbose=false, ...
Plots="training-progress");
Because I want draw a picture including the YValidation data(which I specified) and predicted-YValidation data(which derived from the training net), the question is "How can I get the predicted YValidation data"?
Thank you!
  2 commentaires
Chen Liying
Chen Liying le 20 Oct 2022
problem solved!
Hans Scharler
Hans Scharler le 24 Jan 2023
How did you solve this?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by