NARX model training in the Neural Network Tool Box
古いコメントを表示
I have Two questions concerning NARX neural network model when training is done using the early stopping technique:
- It is true that NARX model is trained with a static configuration?
- If yes, which one of the errors is used to stop training : error (between actual data/predicted data) calculated using a feed back or without feed back like the classic MLP static network? (please see figure below)
Thank your in advance for your response.

採用された回答
その他の回答 (2 件)
Platon
2013 年 10 月 7 日
Greg Heath
2013 年 10 月 8 日
0 投票
See the examples in
help preparets
help closeloop
Also see if the doc explanations and examples are different.
Hope this helps.
Thank you for formally accepting my answer
Greg
P.S. Change names when converting to the closeloop configuration
netc = closeloop(net);
4 件のコメント
Platon
2013 年 10 月 9 日
Greg Heath
2013 年 10 月 9 日
Almost!
You forgot to use preparets before training and to use the outputs of preparets in train.
Go back and see
help preparets
help closeloop
Platon
2013 年 10 月 9 日
Greg Heath
2013 年 10 月 13 日
OK. Now try it.
I always compare the close-loop and open-loop responses before close-loop training to get an appreciation for what the additional training really did.
And sometimes I train close-loop from the beginning to see how much pre-training with open-loop really helps w.r.t. training time.
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!