フィルターのクリア

NAR network vs NARX network? Error weights in preparets?

3 ビュー (過去 30 日間)
Nur safura
Nur safura 2014 年 2 月 18 日
回答済み: Greg Heath 2014 年 2 月 24 日
I need to know the difference between the two different network which are NAR network and NARX network. Besides the point NAR is based on past values and NARX is based on past values with external input.
I also need to know if there is a difference when I add in the error weight in the preparets? Will it produce better prediction and what will it do?
Lastly for a 48 timesteps, how do I determine the ideal hiddenLayers?
Thanks in advance for helping.

採用された回答

Greg Heath
Greg Heath 2014 年 2 月 24 日
Narx can also include present values of the input.
If the cross=correlations between input and output are significant, Narx should be better.
Choose H by trial and error. A trial run with the default H=10 is not a bad idea.
Search for some of my relevant code
greg narxnet Hub
Hope this helps.
Thank you for formally accepting my answer
Greg

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence 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