2 inputs data training for ANN
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!