MATLAB: Convolutional LSTM (C-LSTM) in MATLAB

c-lstmcnnconvolutional neural networkdeep learningDeep Learning Toolboxlong short term memorylstmMATLABneural network

I'd like to train a convolutional neural network with an LSTM layer on the end of it. Similar to what was done in:
  1. https://arxiv.org/pdf/1710.03804.pdf
  2. https://arxiv.org/pdf/1612.01079.pdf
Is this possible?

Best Answer

Hi Jake,
Unfortunately, we do not directly support C-LSTM. We are working on it and it should be available soon.
-- Shounak
Related Question