- What is the input size?
- What is the network you have made?
- What is the exact issue being faced by you? Is it a syntax error?
How to predict future values with LSTM (RNN)?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello everyone,
Can anyone explain me how to predict future values with LSTM?
I would like to compare the prediction of a NARXNET and a LSTM net, but I can't understand from the matlab examples how to train an LSTM network with one input (11000 value of water demand) and one different output(11000 values of energy consumption). Once I train the net, I should be able to find 500 new values of energy consumption if I give to the net 500 new value of water demand.
Can anyone help me with this issue, please?
Thank you so much
Ful
2 comentarios
Gaurav Garg
el 30 de Mzo. de 2021
Hi,
Can you clarify a few points -
Respuestas (1)
Gaurav Garg
el 1 de Abr. de 2021
Hi,
Since the input dataset and models used by you and examples in MATLAB are different, you are expected to see different results.
Moreover, RMSE results plotted by you are not the way they should be. Kindly look at the following link for more info on RMSE.
1 comentario
Ver también
Categorías
Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!