Deep Learning Quantizer Function

6 次查看(过去 30 天)
Burak Can Toker
Burak Can Toker 2021-3-4
编辑: Akshat 2024-2-26
Hello,
My question is about deep learning quantizer tool of MATLAB. Is it possible te get MATLAB function of network after quantization. I know we can get MATLAB function of shallow networks with "genfunction".
Thanks in advance

回答(1 个)

Akshat
Akshat 2024-2-26
编辑:Akshat 2024-2-26
Hi Burak,
I realize that you want to get a MATLAB function out of a deep neural network after quantization, just like you can get one out of a shallow network with "genFunction".
As of now, there is no functionality to get a MATLAB function out of a deep neural network post quantization, but there is a workaround if you want to generate a deployable code for a microcontroller or a system; using MATLAB Coder.
The steps are:
  1. Create your neural network, load your dataset.
  2. Quantize the net, and validate it to make sure it is working as expected.
  3. Use the MATLAB Coder functionality to generate a C/C++ code which is deployable on machines.
To know how to quantize the networks, please refer to these documentations:
To know how to deploy deep learning models using MATLAB Coder, follow this link:
Hope this helps!

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

产品


版本

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by