joncox123 / Cortexsys

Matlab GPU Accelerated Deep Learning Toolbox
Other
70 stars 28 forks source link

Input Of LSTM networks? #8

Open zubairriaz opened 7 years ago

zubairriaz commented 7 years ago

I want to use LSTM neural network for classification of images, the input of Lstm must be cell array ?

ririya commented 7 years ago

From my understanding the indexing is a little weird but yes, it's a cell array with the time dimension in the cells.