LSTM network Matlab Toolbox

19 Ansichten (letzte 30 Tage)
arman
arman am 6 Feb. 2014
Kommentiert: NGR MNFD am 17 Jul. 2021
how can i add LSTM matlab toolbox in my matlab? LSTM ( Long short term memory - a kind of Recurrent Neural Net )
thanks
  2 Kommentare
Tian Yi Wang
Tian Yi Wang am 15 Mär. 2017
Did u solve this problem now? I want to the answer too =.=
NGR MNFD
NGR MNFD am 17 Jul. 2021
hello thanks for your answer.I installed MATLAB 2019 and now I get an error for the input arguments. How can I extend the inputs and give them to LSTM network as a matrix?please help me. thanks.(I use gait-in-neurodegenerative-disease-database-1.0.0 in physionet )

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Jan Balaguer
Jan Balaguer am 14 Jul. 2015
Bearbeitet: Walter Roberson am 6 Okt. 2016
  4 Kommentare
Walter Roberson
Walter Roberson am 17 Okt. 2017
Add the directory to your MATLAB path, using pathtool . Then run the appropriate function from the toolbox.
NGR MNFD
NGR MNFD am 17 Jul. 2021
hello thanks for your answer.I installed MATLAB 2019 and now I get an error for the input arguments. How can I extend the inputs and give them to LSTM network as a matrix?please help me. thanks.(I use gait-in-neurodegenerative-disease-database-1.0.0 in physionet )

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (2)

NGR MNFD
NGR MNFD am 4 Jul. 2021
Hello . I hope you have a good day. I sent the article to your service. I implemented the coding part in the MATLAB software, but to implement my network, two lines of setlayers, training MATLAB 2014 give me an error. What other function do you think I should replace? Do you think the codes I wrote are correct?( I used gait-in-neurodegenerative-disease-database in physionet website.) Thanks a lot
  1 Kommentar
Walter Roberson
Walter Roberson am 4 Jul. 2021
What error message to you receive?
Do you have the Statistics toolbox installed? Do you have the Neural Network toolbox installed? (R2014a was before that was renamed to Deep Learning)

Melden Sie sich an, um zu kommentieren.


NGR MNFD
NGR MNFD am 5 Jul. 2021
Hello ... thank you for your answer. In the line of SatLayers, trainingoption I have error. I did not add anything to my MATLAB software and I do not know what it is, please help me . thanks
  4 Kommentare
Walter Roberson
Walter Roberson am 5 Jul. 2021
No, TrainingOptions did not exist in 2014. You need at least R2016a, and you need what is now called the Deep Learning Toolbox but was previously called Neural Network Toolbox. I do not recall at the moment which release the renaming was; after 2014, I know. (It might have been R2015b.)
NGR MNFD
NGR MNFD am 17 Jul. 2021
hello thanks for your answer.I installed MATLAB 2019 and now I get an error for the input arguments. How can I extend the inputs and give them to LSTM network as a matrix?please help me. thanks.(I use gait-in-neurodegenerative-disease-database-1.0.0 in physionet )

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by