How to deploy Machine learning model to ARM Cortex - 32 bit Microcontrollers ?
6 ビュー (過去 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!