how to train neural network on vector of vectors
4 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Greg Heath
2012 年 5 月 10 日
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
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!