How to CODE for a NN controller in MATLAB command window?

조회 수: 10 (최근 30일)
Arpit Gupta
Arpit Gupta 2013년 1월 8일
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.

답변 (1개)

Shashank Prasanna
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.
  댓글 수: 1
Arpit Gupta
Arpit Gupta 2013년 1월 15일
I have already gone through it, and tried to make it with that. As I told you that my NN model of plant has 4 inputs and 3 outputs and in controller when I go for Plant Identification, there it says that NN must have only 1 input and 1 output. So I m stuck at that point.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by