how to design a conv-lstm using the deep network designer
7 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
Parag
2025-2-28
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:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!