필터 지우기
필터 지우기

I want to forecast for next period

조회 수: 3 (최근 30일)
abduall hassn
abduall hassn 2015년 7월 15일
댓글: abduall hassn 2015년 8월 31일
I read source code of nax neural network on http://in.mathworks.com/help/fuzzy/examples/chaotic-time-series-prediction.html?refresh=true but i dntd find forecasting time series for next period exampl for one month or more or less plz can any one help to get the source for forecasting next period or understanding
thank u

답변 (2개)

Greg Heath
Greg Heath 2015년 7월 16일
Since you obviously wrote NAX in error, it is not clear whether you meant NAR or NARX. Assuming NAR,
1. Start with the documentation and simple example
help narnet
doc narnet
2. Consider the other NARNET examples
help nndatasets
doc nndatasets
3. Search the NEWGROUP and ANSWERS for relevant posts
NARNET
NARNET tutorial
NARNET greg
NARNET tutorial greg
Hope this helps.
Greg
  댓글 수: 1
abduall hassn
abduall hassn 2015년 7월 16일
Greg sir i am relevant your posts first of all i am sorry of typing mistake means NARX
Greg sir i am relevant your posts but iam getting forecasting next period sir i have network data for 3 years from 2005-2010 i want to forecasting 2011 data this is i want plz if u can explain for me this part thank u sir alot

댓글을 달려면 로그인하십시오.


Greg Heath
Greg Heath 2015년 7월 17일
2005 to 2010 is 5 years, not 3.
[ I N ] = size(input)% = ?
[ O N ] = size(target)% = ?
Try divideblock with a (4/6)/(1/6)/(1/6) data division over 6 years.
Sounds straightforward using some of my posted code.
Do not use test data to estimate significant lags, number of hidden nodes, etc.
Hope this helps.
Greg
  댓글 수: 7
abduall hassn
abduall hassn 2015년 7월 23일
sir i used autocorrelation function for ARIMA model for determine lags
but, neural network i didnt used autocorrelation function
abduall hassn
abduall hassn 2015년 8월 31일
Bro Greg , i have work as u said 521 + 30. It got good prediction but the problem
How i can upadate the net with last.
And thanking for ur help.

댓글을 달려면 로그인하십시오.

카테고리

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