- 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 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Gaurav Garg
am 30 Mär. 2021
Hi,
Can you clarify a few points -
Antworten (1)
Gaurav Garg
am 1 Apr. 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 Kommentar
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!