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 个评论
NM
2018-5-18
Bernhard Suhm
2018-6-12
What error are you getting? You realize you need to transpose your Ytrain vector of responses, I assume.
NM
2018-6-12
Zaher Babakrnejad
2019-7-9
编辑:Zaher Babakrnejad
2019-7-9
I have same problem , what do you do for answer ?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Support Vector Machine Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!