How to use trained neural network in different language
1 回表示 (過去 30 日間)
古いコメントを表示
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
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.
採用された回答
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!