Precisions obtained with network openloop NarX
2 ビュー (過去 30 日間)
古いコメントを表示
Write data from network openloop with NarX:
N=2200
Ndof=1449
Neq=2200
Ntrneq=1540
Nw=91
I=8
O=1
R2=0.9911
R2a=0.9907
R2trn=0.9914
R2tst=0.9900
R2val=0.9905
MSE=8.48e-5
MSEa=8.84e-5
MSEtrn=9.2e-5
MSEtst=9.2e-5
MSEval=9.065e-5
If you know someone tell me if there is any sign of overfitting appreciate it because I think it achieves high precision and the graph I get a little offset from the original. Variables used are highly correlated. We also appreciate and would tell me ontener several steps ahead with real data and because I get to perform one iteration morning values but need to continue iterating my future values of inputs and that is not possible. thank you very much
0 件のコメント
採用された回答
Greg Heath
2013 年 3 月 4 日
net = narxnet(ID,FD,H);
What are ID, FD and H?
Typically, the sign of overfitting is very high R2trn with much lower R2trna, R2val and R2tst.
You're looking good.
Greg
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!