Deep Learning and Simulink
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
Sutanu Maiti
2020-5-22
There is also an example Recognize Handwritten Digits Using MNIST Data Set on Android Device that generates code and deploys on Android device.
采纳的回答
Arkadiy Turevskiy
2021-10-18
编辑:Arkadiy Turevskiy
2021-10-28
For more information on how to use deep learning in Simulink, please see Deep Learning with Simulink doc page.
HTH.
Arkadiy
0 个评论
更多回答(1 个)
Dinesh Yadav
2020-3-24
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Modeling 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!