How do I turn a trained Neural Net into a C++ function?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
UndergradStudent546513
el 28 de Oct. de 2015
Respondida: Sudhanshu Bhatt
el 30 de Oct. de 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?
0 comentarios
Respuestas (1)
Sudhanshu Bhatt
el 30 de Oct. de 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
0 comentarios
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!