Determining the Time series prediction

1 view (last 30 days)
Hi all, according to simpleseries_dataset code in neural network there is a difference between it and NAREXNET. Is it in the coding or in the implementation of the function itself?
  6 Comments
Greg Heath
Greg Heath on 16 Dec 2015
The maximum lag from both ID and FD.
Lilya
Lilya on 16 Dec 2015
I got them from your answers I'm really thank you so much

Sign in to comment.

Accepted Answer

Greg Heath
Greg Heath on 13 Dec 2015
GOOD QUESTION!
My answer is TRIAL and ERROR
The advice I usually give for starting the process is
1) Use divideblock datadivision.
2) First use the default 0.7/0.15/0.15
3) Use the training data to estimate the
a. significant target autocorrelation lags
b. significant input-target crosscorrelation lags
4) Use 2, 3 and corresponding plots for lags 0 to
Ntrn/2 to guide a choice for ID and FD.
5) Determine the minimum number of hidden nodes for a
specified (degree-of-freedom adjusted) training error rate
e.g., NMSEtrna < 0.005 )
6) If successful try decreasing Ntrn
7) Using the smallest acceptable Ntrn for the openloop configuration, close the loop
and investigate the closeloop configuration.
Hope this helps.
Greg
  2 Comments
Lilya
Lilya on 13 Dec 2015
Excuse me Dr I have another question Is it important to shuffling Inputs?
The final plot and performance are different when I shuffle data
Greg Heath
Greg Heath on 4 Jan 2016
Recommendation #1 for TIMESERIES DATA is to use DIVIDEBLOCK in order TO NOT SHUFFLE THE DATA!

Sign in to comment.

More Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!