Does the MATLAB has a convolutional LSTM layer
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 19 Jun. 2024
The example at https://www.mathworks.com/help/deeplearning/ug/classify-videos-using-deep-learning.html shows LSTM for video images.
Araa
am 20 Jun. 2024
Mohammad Sami
am 20 Jun. 2024
While the following matlab example is not a direct answer to your question, it maybe possible for you to adapt it to your needs.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!