LSTM network Matlab Toolbox
5 次查看(过去 30 天)
显示 更早的评论
how can i add LSTM matlab toolbox in my matlab? LSTM ( Long short term memory - a kind of Recurrent Neural Net )
thanks
2 个评论
采纳的回答
Jan Balaguer
2015-7-14
编辑:Walter Roberson
2016-10-6
4 个评论
Walter Roberson
2017-10-17
Add the directory to your MATLAB path, using pathtool . Then run the appropriate function from the toolbox.
更多回答(2 个)
NGR MNFD
2021-7-4
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
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 个评论
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
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!