LSTM encoder-decoder model
67 views (last 30 days)
Show older comments
I'd like to make LSTM encoder-decoder model with deep learning toolbox, whichbased on this link(this is for making same model with Keras). I'm trying to make the timeseries prediction(seq2seq).
However, the corresponded warper layer fucvtions(ex TimeDistributed, RepeatVector) are not found in the deep learnig tool box.
Is there any solutions to make LSTM encoder-decoder model with Matlab.
5 Comments
Hend ElMohandes
on 8 Apr 2022
I've been attempting to do the same , wanted to create an encoder -decoder (seq to seq) for regression using matlab and its been very difficult.
Did you reach any solution or source of help?
Answers (1)
David Willingham
on 5 May 2021
Edited: David Willingham
on 31 Mar 2022
2 Comments
David Willingham
on 31 Mar 2022
Hi Abhishek,
Check out this example:
It uses an autoencoders.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!