How to predict a few future values (closed loop) with LSTM which has been trained on the base many predictors (max(Delays) = 15)?
Show older comments
A LSTM has been trained on the base many predictors (max(Delays) = 15). How to predict a few future values (closed loop) with such trained LSTM ? The problem of usual instructions (predict and predictAndUpdateState) is the prediction sequences are of feature dimension 1 but the input layer expects sequences of feature dimension 15.
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!