how to train neural network on vector of vectors

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?

 Respuesta aceptada

Greg Heath
Greg Heath el 10 de Mayo de 2012

0 votos

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

1 comentario

belka0011
belka0011 el 11 de Mayo de 2012
not at all....I want give 20 vectors? where one vector includes 64 values

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 10 de Mayo de 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by