how to train neural network on vector of vectors
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
excuse me for my, may be, dumb question...
Help me, I'm going train neural network on array which includes M vectors. And how correctly give this array to NN in neural network toolbox?
0 commentaires
Réponse acceptée
Greg Heath
le 10 Mai 2012
If the training set consists of N pairs of I-dimensional input vectors and corresponding O-dimensional target vectors, the sizes of the input and target matrices are given by
[ I N ] = size(input)
[ O N ] = size(target)
Hope this helps.
Greg
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!