I have a time series data of size 150. I trained 80% (120 data points) and tested the remaining 20% (30 data points) of the data set by LSTM network. So I got the predicted values of the series from 121 st to 150 th. I just used the code given in the following link.
By using this code I am not able to forecast the future values (after 150 th) of the series. How can we do it?
Can any one please help me in this and send the matlab code ?