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!