Implementing neural network functions on HDL
显示 更早的评论
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.
采纳的回答
更多回答(1 个)
Alexander Vorobyev
2019-8-27
0 个投票
Example hdl code generation from CNN https://www.youtube.com/watch?v=dSWkawpTiM4
类别
在 帮助中心 和 File Exchange 中查找有关 Intel SoC Devices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!