how to train neural network on vector of vectors

4 Ansichten (letzte 30 Tage)
belka0011
belka0011 am 10 Mai 2012
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?

Akzeptierte Antwort

Greg Heath
Greg Heath am 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
  1 Kommentar
belka0011
belka0011 am 11 Mai 2012
not at all....I want give 20 vectors? where one vector includes 64 values

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by