Trained "Neural Network" to be used outside MATLAB
1 次查看(过去 30 天)
显示 更早的评论
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 个)
Shashank Prasanna
2013-2-3
Pre-trained network can be compiled into executables or shared libraries using MATLAB Compiler:
2 个评论
Shashank Prasanna
2013-2-3
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
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 LabVIEW 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!