How can be fitted a function in Neural Network that has a 100x9 input matrix and a 9x1 output matrix such that 100 samples can be read.
Show older comments
How can be fitted a function in a Neural Network GUI that has a 100x9 input matrix and a 9x1 output matrix such that 100 samples can be read. Thanks
1 Comment
Jan
on 12 Nov 2013
I do not understand the question. Could you try to explain in some more sentences?
Answers (2)
Greg Heath
on 13 Nov 2013
The N I-dimensional input and O-dimensional output target examples have to be stored in matrices with dimensions
[ I N ] = size(inputs)
[ O N ] = size(targets)
Hope this helps.
Thank you for formally accepting my answer
Greg
1 Comment
Orlando Yaguas
on 13 Nov 2013
Orlando Yaguas
on 13 Nov 2013
0 votes
1 Comment
Greg Heath
on 13 Nov 2013
I gave you the answer.
Greg
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!