Compatibility of HDL coder with regression ensemble predict block and fixed point conversion
3 次查看(过去 30 天)
显示 更早的评论
Title: Compatibility of HDL Coder with 'RegressionEnsemble Predict' Block and Fixed Point Conversion
Body: Hello MATLAB community,
I have been exploring the 'RegressionEnsemble Predict' block in MATLAB's Statistics and Machine Learning Toolbox. While reading the documentation on the official MathWorks website, I came across a statement that states "Extended capabilities as C/C++ programming and Fixed point conversion" for the 'RegressionEnsemble Predict' function (source: https://in.mathworks.com/help/stats/regressionensemblepredict.html).
I'm particularly interested in using the HDL Coder functionality with the 'RegressionEnsemble Predict' block after suitable fixed point conversion. However, I'm uncertain about the compatibility of HDL Coder with this specific block in the context of fixed point conversion.
Could you please clarify whether it is possible to use HDL Coder on the 'RegressionEnsemble Predict' block after performing suitable fixed point conversion? If so, are there any considerations or limitations I should be aware of?
Thank you in advance for your assistance!
Best regards,
0 个评论
回答(1 个)
Kiran Kintali
2023-7-16
RegressionEnsemble Predict' block is currently not supported for HDL code generation.
You need to build the block from first principle math blocks supported by HDL Coder.
You may also want to explore suitability of this product. https://www.mathworks.com/products/deep-learning-hdl.html
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!