フィルターのクリア

Creating simulink neural network from my own weights and bias

11 ビュー (過去 30 日間)
Nizar Benayad
Nizar Benayad 2023 年 5 月 11 日
コメント済み: Nizar Benayad 2024 年 7 月 10 日 17:22
Hello everyone,
I have created my own neural network with matlab script (weights, bias, input, hidden and output layer) and I trained it until I got good results. but I don't know how to assemble this script network into block simulink to use it in my simulation,
NOTE: I know the function gensim but it seems that it is used for matlab ANNs created with nntool, not for the manually created network.

採用された回答

Yash Sharma
Yash Sharma 2024 年 7 月 1 日 17:05
To integrate your manually created neural network into Simulink, you can use MATLAB Function blocks to implement the network's forward pass. This approach allows you to write custom MATLAB code inside a Simulink block, which can then be used within your Simulink model.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by