Deep Learning and Simulink
Ältere Kommentare anzeigen
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 Kommentare
Sutanu Maiti
am 22 Mai 2020
There is also an example Recognize Handwritten Digits Using MNIST Data Set on Android Device that generates code and deploys on Android device.
Pierclaudio Savino
am 22 Mai 2020
Akzeptierte Antwort
Weitere Antworten (1)
Dinesh Yadav
am 24 Mär. 2020
0 Stimmen
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.
Kategorien
Mehr zu Modeling finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!