How to predict a few future values (closed loop) with LSTM which has been trained on the base many predictors (max(Delays) = 15)?
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!