how can i add LSTM matlab toolbox in my matlab? LSTM ( Long short term memory - a kind of Recurrent Neural Net )
thanks

댓글 수: 2

Tian Yi Wang
Tian Yi Wang 2017년 3월 15일
Did u solve this problem now? I want to the answer too =.=
NGR MNFD
NGR MNFD 2021년 7월 17일
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 )

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

 채택된 답변

Jan Balaguer
Jan Balaguer 2015년 7월 14일
편집: Walter Roberson 2016년 10월 6일

2 개 추천

댓글 수: 4

Youngjoo Seo
Youngjoo Seo 2016년 5월 9일
편집: Walter Roberson 2017년 10월 17일
You can download the toolbox directly from github.
git clone https://github.com/huashiyiqike/LSTM-MATLAB.git
zafran khan
zafran khan 2017년 10월 17일
i have downloaded this tool.can anyone tell me how can i add this to myu MATLAB.i am using MATLAB R2017a
Walter Roberson
Walter Roberson 2017년 10월 17일
Add the directory to your MATLAB path, using pathtool . Then run the appropriate function from the toolbox.
NGR MNFD
NGR MNFD 2021년 7월 17일
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 )

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

추가 답변 (2개)

NGR MNFD
NGR MNFD 2021년 7월 4일

0 개 추천

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

Walter Roberson
Walter Roberson 2021년 7월 4일
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)

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

NGR MNFD
NGR MNFD 2021년 7월 5일

0 개 추천

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

댓글 수: 6

Walter Roberson
Walter Roberson 2021년 7월 5일
TrainingOptions() was introduced in R2016a. You will not be able to use that code in your R2014* release.
NGR MNFD
NGR MNFD 2021년 7월 5일
So I can not run in MATLAB 2014 by adding a special toolbox?If you know anything, help me, THANKS
Walter Roberson
Walter Roberson 2021년 7월 5일
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 2021년 7월 17일
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 )
Sowmya
Sowmya 2025년 1월 23일
I also have the same error. Please can anyone help
Walter Roberson
Walter Roberson 2025년 1월 23일
Are you indicating that you are using a MATLAB version before R2016a, and are encountering the problem that TrainingOptions does not exist in your old release?

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

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2014년 2월 6일

댓글:

2025년 1월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by