How to use trained neural network in different language

조회 수: 1 (최근 30일)
bah
bah 2022년 10월 12일
답변: Mandar 2022년 10월 17일
Hello everybody,
i wanted to ask how to use my trained neural network in matlab in a different language like c++. It should be possible by using the weights and bias to implement my neural network in a different framework by using matrix multiplication. Is there literature that could help me ?
  댓글 수: 2
KSSV
KSSV 2022년 10월 12일
You can save the trained network into a m file to deploy for your purposes. In there, you will get the flow on how to use it via matrix multiplication.
bah
bah 2022년 10월 12일
Thanks for the quick reply. So basically using matrix multiplication in c++ i should be able to deploy and use my trained NN once i understand the flow ? All i need is the weights and the flow right ?

댓글을 달려면 로그인하십시오.

채택된 답변

Mandar
Mandar 2022년 10월 17일
I understand that you want make use of neural networks trained in MATLAB to other plaforms such as C++.
As a workaround, please refer to the link below.
Link:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by