Effacer les filtres
Effacer les filtres

How do I turn a trained Neural Net into a C++ function?

7 vues (au cours des 30 derniers jours)
UndergradStudent546513
UndergradStudent546513 le 28 Oct 2015
I am currently working on speeding up the evaluations of a trained neural net. I was hoping to put the trained neural net into C++ and run the evaluations to check for an increase in speed. Does anyone know how to do this?

Réponses (1)

Sudhanshu Bhatt
Sudhanshu Bhatt le 30 Oct 2015
Hi UndergradStudent546513,
The Neural Network toolbox functions are not supported for code generation for C/C++.
As a workaround, the Neural Network toolbox does provide functionality GENFUNCTION to produce a MATLAB function that would allow for code generation.
Hope this helps.
Thanks
Sudhanshu Bhatt

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by