Trained "Neural Network" to be used outside MATLAB
Mostrar comentarios más antiguos
Hello I am planning to use MATLAB to train a Neural Network, then I want to use this trained NN in simulink, so I can use gensim which is helpful.
Now the problem is that I plaaned to use labview RT Module and I would like to implement the trained NN algorithm and use it in LABVIEW.
So is there a way to convert this trained NN into DLL file or C code to be called on LABVIEW???
or any other means ???
1 comentario
PRANAV
el 16 de Mayo de 2024
Sir did you convert it into dll format
Respuestas (1)
Shashank Prasanna
el 3 de Feb. de 2013
0 votos
Pre-trained network can be compiled into executables or shared libraries using MATLAB Compiler:
2 comentarios
Shashank Prasanna
el 3 de Feb. de 2013
You don't need a license, you just need an account which is free for you to open.
In any case if you don't have MATLAB Compiler, you are out of luck.
HTH
Ahmed Hakim
el 4 de Feb. de 2013
Editada: Ahmed Hakim
el 4 de Feb. de 2013
Categorías
Más información sobre Parallel and Cloud en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!