how to design a conv-lstm using the deep network designer

7 Ansichten (letzte 30 Tage)
hong liu
hong liu am 6 Feb. 2020
Beantwortet: Parag am 28 Feb. 2025
Hi,
i want to construct a deep learning network including the convolutional operation and also need the LSTM, so my network including several convolutionconvolution2dLayers and lstmLayers, but when i tried to construct this network using the deep network designer, it always errors the imageinput,lstm connot exist in the same network, so it let me confused how to construct a network including convolution2dLayer and lstmLayer. The input could be the 2d images or the time series data. So could you help me solve this problem or give me a example or say how to design a conv-lstm using the deep network designer. Thak you!
Best

Antworten (1)

Parag
Parag am 28 Feb. 2025
Hi, you might be facing this issue due to the difference in expected input formats. Convolutional layers are designed for spatial inputs, such as images, which have dimensions like height, width, and channels. On the other hand, LSTM layers are intended for sequential inputs, like time series data, which are organized in time steps.
For more clarity on using a CNN-LSTM network, you can refer this MATLAB documentation:

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by