I solved my time series problem using NARX network. I am getting very low performance. how can i improve it???
What are the values of MSE that are good for a network. how should the graphs of correlation should look.
any source how to read these graphs???

 채택된 답변

Greg Heath
Greg Heath 2014년 11월 23일

1 개 추천

If
MSE00 = mean(var(t',1))& Average target variance
a useful training goal is
NMSE = mse(t-y)/ mean(var(t',1)) <= 0.01
therefore
net.trainParam.goal = 0.01*MSE00
i.e. the net models more that 99% of the average target variance.
Search NEWSGROUP and ANSWERS using
greg MSEgoal
Hope this helps
Thank you for formally accepting my answer
Greg

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2014년 11월 21일

답변:

2014년 11월 23일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by