time step problem in neural networks
1 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Pattern Recognition and Classification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!