Deep Learning and Simulink
이전 댓글 표시
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.
Pierclaudio Savino
2020년 5월 22일
채택된 답변
추가 답변 (1개)
Dinesh Yadav
2020년 3월 24일
0 개 추천
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
Pierclaudio Savino
2020년 5월 23일
카테고리
도움말 센터 및 File Exchange에서 Modeling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!