How to create a target data set based on input data set in a neural network?
2 views (last 30 days)
Show older comments
I have an input dataset. I want to create a target dataset to perform time series analysis using a neural network. I browsed a lot, but I couldn't find any convincing solution. Can any one help me with this?
0 Comments
Accepted Answer
Greg Heath
on 7 Mar 2017
If the input data set is x(n), ( n = 1:N )
the output data set could be
y(n) = f( x(n), x(n-1), ... x(n-m) ), for n > m
Typically, f is linear.
Hope this helps.
Thank you for formally accepting my answer
Greg
0 Comments
More Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!