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.

채택된 답변

Walter Roberson
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.
  댓글 수: 1
madhuri panwar
madhuri panwar 2016년 5월 29일
Thank You for your response but can you please explain this through an example and what does 10 timesteps mean?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by