Compatibility of HDL coder with regression ensemble predict block and fixed point conversion
2 ビュー (過去 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!