when i am feeding data into timeseries nural network its showing "data has less than 10 timesteps "
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
madhuri panwar
il 29 Mag 2016
Commentato: madhuri panwar
il 29 Mag 2016
Please help me in this regard.
0 Commenti
Risposta accettata
Walter Roberson
il 29 Mag 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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Matrix Indexing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!