Neural Network Simulink adapt function

6 visualizzazioni (ultimi 30 giorni)
Hassan Iskandarani
Hassan Iskandarani il 25 Mag 2022
Risposto: Krishna il 6 Ott 2023
How to properly use the adapt function on Matlab Function block on Simulink to a precreated NN, or a new NN?

Risposte (1)

Krishna
Krishna il 6 Ott 2023
Hello Hassan,
As per my understanding you want to use “adapt” neural network on function block in Simulink. For this you can add a function block to your Simulink model and inside the function block you can use the “adapt” function to implement neural network adaption. After properly defining the input and outputs of the function, connect it to the rest of the Simulink model as needed. To configure the neural network object, you can use neural network toolbox in MATLAB.
Please go through the following link to learn more about adapt function:
And go through this documentation to learn MATLAB function block:
Hope this helps,
Krishna.

Categorie

Scopri di più su Deep Learning Toolbox in Help Center e File Exchange

Prodotti


Release

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by