when i am feeding data into timeseries nural network its showing "data has less than 10 timesteps "
1 view (last 30 days)
Show older comments
madhuri panwar
on 29 May 2016
Commented: madhuri panwar
on 29 May 2016
Please help me in this regard.
0 Comments
Accepted Answer
Walter Roberson
on 29 May 2016
The combination of parameters you are using requires at least 10 timesteps in order to create the proper weights to make predictions.
If you think that your data has more timesteps then that, then check to see whether your data is in rows or in columns: you might need to transpose it into columns to use it.
More Answers (0)
See Also
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!