Trained "Neural Network" to be used outside MATLAB
조회 수: 2 (최근 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!