Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Reg predicting the output #6

Open
KarthikaKP opened this issue Jan 18, 2019 · 1 comment
Open

Reg predicting the output #6

KarthikaKP opened this issue Jan 18, 2019 · 1 comment

Comments

@KarthikaKP
Copy link

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.

@agenga
Copy link

agenga commented Mar 7, 2021

How to modify it?

本文是一个NARX问题,因此应将某个时间步的预测值用于下一个预测,但此处未使用它。当使用此代码时,预测效果很好。但是当我修改代码时将预测值用于下一个预测,效果不佳。但是根据论文,即使在此设置下,它们的均方根误差也很低。但是我发现在实现wr方面没有任何区别。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants