用于训练的多维时间序列结构 Multidimensional time series structure for training.
Afficher commentaires plus anciens
If I intend to format training data as 4 (H height) * 6 (W width) * 128 (T time), and there are a total of 1000 training cases, what should the format of the input data be like? Should it be a 1000x1 cell, where each cell contains a 4x6x128 double? Each of my time slices is a 4x6 matrix. I've seen many online sources mentioning the need to set a 'channel' dimension; how should this be handled?
THX!
Réponses (0)
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!