Which is the best deep learning classifier available in matlab apart from LSTM network architecture ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
sukanya pandey
am 30 Mär. 2021
Beantwortet: Vineet Joshi
am 20 Apr. 2021
Hello All
Can anyone let me know that is there any deep learning network architecture present in matlab apart from LSTM network architecture ? Here i am attaching the one i am currently using for training and testing.
Any help will be much appreciated.
Please find the attachment of the screenshot.
0 Kommentare
Akzeptierte Antwort
Vineet Joshi
am 20 Apr. 2021
Hi
MATLAB provides a variety of models for a number of applications but looking at your code you are interested in classification of sequential data.
You can look at the following resource for more details into this.
Since you are already aware of the LSTM and Bidirectional LSTM layers, you can have a look at the Gated recurrent unit.
Hope this helps.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!