- 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 (최근 30일)
이전 댓글 표시
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
Gaurav Garg
2021년 3월 30일
Hi,
Can you clarify a few points -
답변 (1개)
Gaurav Garg
2021년 4월 1일
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.
참고 항목
카테고리
Help Center 및 File Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!