Is it possible to use Simulink to train a neural network?
5 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2009 年 6 月 27 日
編集済み: MathWorks Support Team
2022 年 10 月 8 日
I would like to know if it is possible to use Simulink to train a neural network.
採用された回答
MathWorks Support Team
2022 年 10 月 8 日
編集済み: MathWorks Support Team
2022 年 10 月 8 日
The Neural Network Toolbox is optimum for training a neural network.
Whenever possible, use MATLAB command line syntax to first train your neural network. Once you have trained your neural network, you can use the GENSIM command from the Neural Network Toolbox to export the network to Simulink and simulate it. More information on the GENSIM function can be found at the following URL:
Another option would be to write a MATLAB file S-Function that will train your network adaptively. For general information on S-functions, visit the following URL:
Finally, the following URL shows a user-contributed file "nnsysid.zip" that demonstrates how you can use Simulink blocks to implement Neural Network algorithms:
Note that the MathWorks does not guarantee or warrant the use or content of user contributed submissions like the one above. Any questions, or issues should be directed to the contributing author.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!