- Create your neural network, load your dataset.
- Quantize the net, and validate it to make sure it is working as expected.
- Use the MATLAB Coder functionality to generate a C/C++ code which is deployable on machines.
Deep Learning Quantizer Function
2 views (last 30 days)
Show older comments
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
0 Comments
Answers (1)
Akshat
on 26 Feb 2024
Edited: Akshat
on 26 Feb 2024
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:
To know how to quantize the networks, please refer to these documentations:
"quantize" function : https://www.mathworks.com/help/deeplearning/ref/dlquantizer.quantize.html
"dlquantizer" object : https://www.mathworks.com/help/deeplearning/ref/dlquantizer.html
To know how to deploy deep learning models using MATLAB Coder, follow this link:
Hope this helps!
0 Comments
See Also
Categories
Find more on Quantization, Projection, and Pruning in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!