Deep Learning and Simulink
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Pierclaudio Savino
el 20 de Mzo. de 2020
Editada: Arkadiy Turevskiy
el 28 de Oct. de 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 comentarios
Sutanu Maiti
el 22 de Mayo de 2020
There is also an example Recognize Handwritten Digits Using MNIST Data Set on Android Device that generates code and deploys on Android device.
Respuesta aceptada
Arkadiy Turevskiy
el 18 de Oct. de 2021
Editada: Arkadiy Turevskiy
el 28 de Oct. de 2021
For more information on how to use deep learning in Simulink, please see Deep Learning with Simulink doc page.
HTH.
Arkadiy
0 comentarios
Más respuestas (1)
Dinesh Yadav
el 24 de Mzo. de 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.
1 comentario
Ver también
Categorías
Más información sobre Modeling en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!