How can i use a DLNetwork type Neural Network from Matlab in Simulink?

15 ビュー (過去 30 日間)
teasy
teasy 2021 年 12 月 15 日
コメント済み: teasy 2022 年 1 月 5 日
Hello everyone,
I got a trained Neural Network in form of a DLNetwork in Matlab. For further investigations I want to use this NN in Simulink. At the moment there seems to be no oppertunity to integrate a Neural Network in type of DLNetwork in Simulink. At least I could not find any easy Solution for my Problem. So here is my question: How can I use a DLNetwork type Neural Network from Matlab in Simulink?
I want to define an input in Simulink and the NN should give me the corresponding output in Simulink.

採用された回答

Arkadiy Turevskiy
Arkadiy Turevskiy 2021 年 12 月 15 日
Hello,
You can use Simulink blocks that ship with Deep Learning Toolbox. Please take a look at Deep Learning with Simulink section of documentation.
As of release R2021b we do not support library-free C code generation for dlnetwork, so you should be able to simulate your Simulink model with dlnetwork in it, but you would not be able to generate code from the deep learning block with your dlnetwork.
Do you need code generation or is simulation only acceptable?
HTH,
Arkadiy
  3 件のコメント
Arkadiy Turevskiy
Arkadiy Turevskiy 2021 年 12 月 17 日
Predict block allows use of dlnetwork in R2021b. This is mentioned in documentation for the block.
teasy
teasy 2022 年 1 月 5 日
Otherwise, is there a way to implement an already trained DLNetwork in earlier versions of Simulink? The number of layers, weights, etc. are already defined.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeQuantization, Projection, and Pruning についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by