How to CODE for a NN controller in MATLAB command window?
9 ビュー (過去 30 日間)
古いコメントを表示
I want to make a Neural based controller of a plant which has 4 inputs and 3 outputs with a single middle layer, having 15 neurons. P.S. I have already modelled the plant with Neural Network. Kindly help me with the controller designing process. Standard controller designing in Simulink, says the network must have only one input and one output.
0 件のコメント
回答 (1 件)
Shashank Prasanna
2013 年 1 月 13 日
Here is a good example for model reference control: http://www.mathworks.com/help/nnet/ug/model-reference-control.html
If you have a plant model or a network that models the plant dynamics, you can use the above approach to train the controller such that the plant output follows the reference model output.
参考
カテゴリ
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!