forecasting and extrapolation of Time series using neural network algorithm

4 views (last 30 days)
I have an array of data recorded from vibration analysis of a bearing. I want to know how to forecast 30 day later. for example with an array of 7 data [0 3 5 2 6 8 10] How can I predict the 8th and 9th point of this array using neural network algorithm I have some examples that they just predict using [0 3 5 2] to predict [6 8 10] but I want to forecast data in the future that is has not come yet. is it possible ??? if it is possible how ??? is there any example code for this problem ??? Is this extrapolation possible with ANN ???

Accepted Answer

Greg Heath
Greg Heath on 27 Jul 2015
It may be fruitful to read posts in reverse chronological order
SEARCH WORDS NEWSGROUP ANSWERS
NARNET TUTORIAL 7 21
NARNET GREG 31 108
NARNET 33 130
Hope this helps
Thank you for formally accepting my answer
Greg

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!