prediction in univariate times series with neural networks

5 views (last 30 days)
Hello all. I am a beginner in the domain of neural network. I have a unvariate time series y(t) and I seek for make multi-step prediction y(t+1), ..., y(t+p) using only last values of y(t). could anyone help me plz by giving some detailed code (in matlab 2012a, and matlab 2012b if there is difference).
Thank you

Answers (1)

Greg Heath
Greg Heath on 28 Sep 2012
help narnet
doc narnet
  2 Comments
Marina
Marina on 1 Oct 2012
they give an example for NARX with multiple inputs .. I have a sig=ngle input wich is the series y(t) .. any help?
Greg Heath
Greg Heath on 2 Oct 2012
No, the code is for narnet.
Most equations are invariant to size of input and output matrices because the are written in matrix form.

Sign in to comment.

Categories

Find more on Deep Learning Toolbox 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!