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.
Afficher commentaires plus anciens
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 commentaire
Jan
le 12 Nov 2013
I do not understand the question. Could you try to explain in some more sentences?
Réponses (2)
Greg Heath
le 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 commentaire
Orlando Yaguas
le 13 Nov 2013
Orlando Yaguas
le 13 Nov 2013
0 votes
1 commentaire
Greg Heath
le 13 Nov 2013
I gave you the answer.
Greg
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
