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!