How to deploy Machine learning model to ARM Cortex - 32 bit Microcontrollers ?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello Team,
Thanks a lot for free introductory courses on Machine learning and Deep Learning.
Need info on how to deploy Machine learning model on my ARM CORTEX - 32 bit Microcontroller, i have below querries-:
1.) Is there any tools available in MATLAB to make models faster and smaller(Model Optmization)?
2.) How to convert a ML Model to C array or .c, .h files to integarte/compile them along with my project written in C?t
Need your help to clarify above querries ASAP, will be of great help.
Thank You
Deep Singh
댓글 수: 0
채택된 답변
Divya Gaddipati
2021년 5월 13일
To answer you queries:
1. For model optimization, you can refer to the Deep Network Quantizer, which also shows how to generate C++ code to deploy the quantized network to an ARM Cortex-A microcontroller using MATLAB Coder. This link on code generation might be of help.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!