필터 지우기
필터 지우기

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 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