Regression using LSTM in Matlab2018a
Afficher commentaires plus anciens
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 commentaires
NM
le 18 Mai 2018
Bernhard Suhm
le 12 Juin 2018
What error are you getting? You realize you need to transpose your Ytrain vector of responses, I assume.
NM
le 12 Juin 2018
Zaher Babakrnejad
le 9 Juil 2019
Modifié(e) : Zaher Babakrnejad
le 9 Juil 2019
I have same problem , what do you do for answer ?
Réponses (0)
Catégories
En savoir plus sur Support Vector Machine Regression dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!