Deep Learning and Simulink
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Pierclaudio Savino
il 20 Mar 2020
Modificato: Arkadiy Turevskiy
il 28 Ott 2021
How can I create a block in Simulink that keeps a CNN already trained to classify? I wish it had photos of an Android camera as input.
2 Commenti
Sutanu Maiti
il 22 Mag 2020
There is also an example Recognize Handwritten Digits Using MNIST Data Set on Android Device that generates code and deploys on Android device.
Risposta accettata
Arkadiy Turevskiy
il 18 Ott 2021
Modificato: Arkadiy Turevskiy
il 28 Ott 2021
For more information on how to use deep learning in Simulink, please see Deep Learning with Simulink doc page.
HTH.
Arkadiy
0 Commenti
Più risposte (1)
Dinesh Yadav
il 24 Mar 2020
This can be done by adding a MATLAB function block to simulink model and inside that function block writing the implemenatation of your Deep Learning CNN architecture and then train the model for classification. As of now there are no pretrained models for Deep Learning in Simulink.
Vedere anche
Categorie
Scopri di più su Modeling in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!