2 inputs data training for ANN
显示 更早的评论
I am creating a neural network in MATLAB. My system has 2 inputs and the output is based on the 2 input values.
How do I define the inputs and feed them into the network?
The input 1 is array with 56 values and input 2 is also an is array with 56 values, how do I correctly define both inputs? And then how do I feed them into the network? The output value is also an array with 56 values.
Also, how many hidden layers are suitable for such model?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!