Deep Learning and Simulink
2 ビュー (過去 30 日間)
古いコメントを表示
Pierclaudio Savino
2020 年 3 月 20 日
編集済み: Arkadiy Turevskiy
2021 年 10 月 28 日
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!