The paper is a NARX problem and as such, the predicted value at a time step should be used for next prediction.But here its not used.When this code is used as such, the predictions are very good.But when I modified the code to use predicted values for the next prediction, its not giving good result.But as per the paper their RMSE is very low even under this setting.But I couldn't find any difference in the implementation w.r,t the paper.
The paper is a NARX problem and as such, the predicted value at a time step should be used for next prediction.But here its not used.When this code is used as such, the predictions are very good.But when I modified the code to use predicted values for the next prediction, its not giving good result.But as per the paper their RMSE is very low even under this setting.But I couldn't find any difference in the implementation w.r,t the paper.