필터 지우기
필터 지우기

LSTM encoder-decoder model

조회 수: 36 (최근 30일)
Tomohiro Oka
Tomohiro Oka 2019년 7월 26일
댓글: Hend ElMohandes 2022년 4월 8일
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
Abhishek Shivayya
Abhishek Shivayya 2022년 3월 31일
Hi Tomohiro, did you find any solution to this problem? even I am finding difficult to develop LSTM encoder-decoder model for sequence2sequence modeling. If you have any refernece code in matlab related to this can you please share me? Thanks in advance.
Hend ElMohandes
Hend ElMohandes 2022년 4월 8일
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?

댓글을 달려면 로그인하십시오.

답변 (1개)

David Willingham
David Willingham 2021년 5월 5일
편집: David Willingham 2022년 3월 31일
Hi Tomohiro,
See this example of how to perform Time Series Forecasting using LSTM in MATLAB.
  댓글 수: 2
Abhishek Shivayya
Abhishek Shivayya 2022년 3월 31일
Hello Mr.David, thanks for the reference to perform time series forecasting. I am working on similar concept to reconstruct the time series data using LSTM encoder - decoder based for anomaly detection. I developed different blocks for encoder and decoder and then connected layers with a bridge of fullyconnectedlayer(repeatvector) and output layer with regressionlayer. Once the model is trained on normal data, I am trying to reconstruct for faulty data and I would also like to access the output of an Encoder which encoded into latent space vector (repeatvector). I didnt find any reference how to get the encoder output once the model has been trained. Can you please let me know how to perform these kind of problems, it would be great help.
David Willingham
David Willingham 2022년 3월 31일
Hi Abhishek,
Check out this example:
It uses an autoencoders.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Support Vector Machine Regression에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by