Filter löschen
Filter löschen

NAR network vs NARX network? Error weights in preparets?

3 Ansichten (letzte 30 Tage)
Nur safura
Nur safura am 18 Feb. 2014
Beantwortet: Greg Heath am 24 Feb. 2014
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.

Akzeptierte Antwort

Greg Heath
Greg Heath am 24 Feb. 2014
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

Weitere Antworten (0)

Kategorien

Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by