Neural network for multiple input and multi output (MIMO) systems
古いコメントを表示
I want to build a neural network for a multi input and multi output (MIMO) system described as:
y1(t)= f1( x1(t), x2(t),...xn(t))
y2(t)= f2( x1(t), x2(t),...xn(t))
.....
.....
ym(t)= fm( x1(t), x2(t),...xn(t))
For single input single output system, mostly for function approximation of the form `y= f(t)`, where the neural network is trained for input t (independent variable) and output y, there are many examples. However, how do I construct or solve the MIMO problem ? How to I transform or represent the input or outputs to solve the problem with the matlab neural network toolbox?
採用された回答
その他の回答 (1 件)
Shashank Prasanna
2013 年 1 月 24 日
1 投票
create different networks for each fi. fi: x1..xn -> yi
Also can you provide a little context to the questions? What is this for and where will you be using it?
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!