Implementing neural network functions on HDL
조회 수: 10(최근 30일)
표시 이전 댓글
I have trained a classifier using the neural networks toolbox, I don't need to do any training on the hardware so that part is not what I want to convert into HDL, what I do need is to convert a function that runs the forward-pass ,using the trained model, on input data for classification.
The main function I use for classification calls lots of other functions from the NN toolbox, so I'm not sure if it is even possible to convert everything to HDL, maybe I should try going with Simulink first then HDL?
Not sure how mych details do I need to provide, so if I need to do so, please let me know.
댓글 수: 0
채택된 답변
Nick Choi
2017년 12월 6일
편집: Nick Choi
2017년 12월 6일
The following documentation page provides a list of the MATLAB functions that are supported for HDL code generation:
This documentation page has a list of the Simulink Blocks that are supported for HDL code generation: https://www.mathworks.com/help/hdlcoder/block-support.html
These pages should help give you a better idea of what could be converted into HDL code.
추가 답변(1개)
Alexander Vorobyev
2019년 8월 27일
Example hdl code generation from CNN https://www.youtube.com/watch?v=dSWkawpTiM4
댓글 수: 0
참고 항목
범주
Find more on FPGA, ASIC, and SoC Development 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!