when i am feeding data into timeseries nural network its showing "data has less than 10 timesteps "
조회 수: 2 (최근 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에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!