how can i enter more than one input in neural network??
2 views (last 30 days)
Show older comments
how can i enter more than one input matrix in neural network??
i want to train my network to select the target for more than one input ??
1 Comment
Greg Heath
on 4 Apr 2013
A clearer explanation is needed.
1. What is the physical problem?
2. Regression (fitnet) or classification (patternnet)?
3. What are your inputs and size of the input matrix
4. Ditto for outputs
5. A sample of your code would help.
Greg
Accepted Answer
Greg Heath
on 15 Apr 2013
Use a two dimensional column vector input with dim 1 service values and dim 2 quality values the target is a 1 dimensional scalar with the corresponding BW value.For N cases
[ 2 N ] = size(input)
[ 1 N ] = size(target)
Hope this helps.
Thank you for formally accepting my answer.
Greg
4 Comments
Greg Heath
on 27 Apr 2013
The input matrix is an IxN dimensional matrix of N I-dimensional vectors.
The output matrix is an OxN dimensional matrix of N O-dimensional vectors.
More Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!