Does the MATLAB has a convolutional LSTM layer
显示 更早的评论
I am trying to implement a convolutional LSTM network for image classification. As the existing LSTM/Bi-LSTM layers are for 1D vector/series, I am unable to have an LSTM layer right after a convolutional layer. Is there any way to implement a convolutional LSTM in Matlab?
3 个评论
Walter Roberson
2024-6-19
The example at https://www.mathworks.com/help/deeplearning/ug/classify-videos-using-deep-learning.html shows LSTM for video images.
Araa
2024-6-20
Mohammad Sami
2024-6-20
While the following matlab example is not a direct answer to your question, it maybe possible for you to adapt it to your needs.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!