LSTM network Matlab Toolbox
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how can i add LSTM matlab toolbox in my matlab? LSTM ( Long short term memory - a kind of Recurrent Neural Net )
thanks
Réponse acceptée
Jan Balaguer
le 14 Juil 2015
Modifié(e) : Walter Roberson
le 6 Oct 2016
4 commentaires
Walter Roberson
le 17 Oct 2017
Add the directory to your MATLAB path, using pathtool . Then run the appropriate function from the toolbox.
NGR MNFD
le 17 Juil 2021
Plus de réponses (2)
NGR MNFD
le 4 Juil 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 commentaire
Walter Roberson
le 4 Juil 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)
NGR MNFD
le 5 Juil 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
6 commentaires
Walter Roberson
le 23 Jan 2025
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?
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!