- How often are you wanting to update the neural network model in Simulink?
- How long did the original NN take to train?
- Have your identifies any scenarios where you would trigger a retraining of the NN model?
Adaptive Neural Network Simulink
12 ビュー (過去 30 日間)
古いコメントを表示
Hassan Iskandarani
2022 年 5 月 24 日
コメント済み: Hassan Iskandarani
2022 年 5 月 29 日
how to make the NN that I just created adaptive on Simulink, like it should adjust the weights and biases online? should I use the my precreated neural network and use the genfunction code, and add the adapt function to it? I created the NN using the nntool and exported it to Simulink, but it seems that I cannot control the weights and biases of it anymore, I am very confused I'll appreciate any help thank you
0 件のコメント
採用された回答
David Willingham
2022 年 5 月 26 日
HI Hassan,
We do have some informationon incremental learning from MATLAB here: Incremental Learning Overview. But I understand your question is related to Simulink.
For Simulink, incremental learning offers some challenges, so I have some follow up questions for you:
3 件のコメント
David Willingham
2022 年 5 月 26 日
Hi Hassan,
I'd probably recommend using Reinforcement learning for the problem you describe. This example, Tune PI Controller using Reinforcement Learning, shows how to tune a PI controller. In RL, there is an agent that "learns" via simulation how to improve and what it learns is stored in deep learning network.
Is Reinforcement Learning something you'd consider for your application?
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!