Creating simulink neural network from my own weights and bias
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Nizar Benayad
am 11 Mai 2023
Kommentiert: Nizar Benayad
am 10 Jul. 2024
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.
0 Kommentare
Akzeptierte Antwort
Yash Sharma
am 1 Jul. 2024
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!