LSTM network Matlab Toolbox
古いコメントを表示
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
2017 年 3 月 15 日
Did u solve this problem now? I want to the answer too =.=
NGR MNFD
2021 年 7 月 17 日
採用された回答
その他の回答 (2 件)
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
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
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
2021 年 7 月 5 日
TrainingOptions() was introduced in R2016a. You will not be able to use that code in your R2014* release.
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
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
2021 年 7 月 17 日
Sowmya
2025 年 1 月 23 日
I also have the same error. Please can anyone help
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 についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!