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!