필터 지우기
필터 지우기

Precisions obtained with network openloop NarX

조회 수: 1 (최근 30일)
FRANCISCO
FRANCISCO 2013년 3월 3일
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

채택된 답변

Greg Heath
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
  댓글 수: 1
FRANCISCO
FRANCISCO 2013년 3월 4일
ID = 1:2
FD = 1:2
H = I think more or less I move between 8-12. Is that I have made many tests and now I'm in college and I have my data here, but the number of H is handled in that interval.
As calculated R2trna? It is the only parameter that would fail me by check. All other conditions met.
Many thanks Greg

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile 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!

Translated by