Regression using LSTM in Matlab2018a

I am using MATLAB 2018a, I want to know how I can modify the MATLAB example for "sequence to sequence regression using deep learning" to use it with "double" type predictor data array Xtrain of size 823x9 and "double" type response data array Ytrain of sixe 1x823.
I couldn't translate the code to be used with my load data. My goal is to forecast load using this example.

댓글 수: 4

Bernhard Suhm
Bernhard Suhm 2018년 6월 12일
What error are you getting? You realize you need to transpose your Ytrain vector of responses, I assume.
NM
NM 2018년 6월 12일
Thank you Bernhard, I have figured it out. My code works fine now
Zaher Babakrnejad
Zaher Babakrnejad 2019년 7월 9일
편집: Zaher Babakrnejad 2019년 7월 9일
I have same problem , what do you do for answer ?

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

답변 (0개)

카테고리

질문:

NM
2018년 5월 18일

편집:

2019년 7월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by