when i am feeding data into timeseries nural network its showing "data has less than 10 timesteps "
1 次查看(过去 30 天)
显示 更早的评论
Please help me in this regard.
0 个评论
采纳的回答
Walter Roberson
2016-5-29
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!