time step problem in neural networks

1 visualizzazione (ultimi 30 giorni)
i Venky
i Venky il 17 Ott 2011
Instead of normal array I tried using cells as input.
input=[ c1 c2 c3 c4 c5 ];
where c1,c2,c3,c4 and c5 are the cells of the 3 different classes. (c1,c2-class one; c3-class two; c4,c5-class five) But when I gave it as input in the neural network pattern recognition window I got this error (bold)
Inputs 'input' is a 1x5 cell array of 57x12 matrices, representing dynamic data: 12 series of 5 timesteps of 57 elements.
Targets 'target' is a 3x5 matrix, representing static data: 5 samples of 3 elements.
Data selection have different number of time steps.
How to sort this out.

Risposte (0)

Categorie

Scopri di più su Deep Learning Toolbox 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!

Translated by