I am wondering if deep learning training is supported for code generation. I can see how to generate code for using a NNET, but not for the actual training of the NNET.
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Dr W Kurt
am 7 Mai 2024
Beantwortet: Infinite_king
am 8 Mai 2024
I used the original Neural Network Toolbox extensively. However, the code generation did not work for training the neural network, only the code for using a trained network.
Now we have Deep Learning Toolbox. Has that issue been solved?
0 Kommentare
Akzeptierte Antwort
Infinite_king
am 8 Mai 2024
Hi Dr W Kurt,
The code generation was primarily designed for deploying trained models on various hardware platforms. However, you should check the documentation for all functions used during training to see if they support code generation. If a function supports code generation, it will be noted in the 'Extended Capabilities' section.
MATLAB documentation - https://www.mathworks.com/help/matlab/
Hope this is helpful.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!