フィルターのクリア

what Neural Network should i use?

3 ビュー (過去 30 日間)
laplace laplace
laplace laplace 2013 年 5 月 22 日
i got 200 "1x3 matrices" assigned to 0 and 1,
i use as testing sample the 1x3 matrices and as targets the 1 and 0
is patternnet the correct NN to use?

採用された回答

Greg Heath
Greg Heath 2013 年 5 月 24 日
Individual inputs are 3 x 1 vectors, not 1 x 3 matrices.
If you use patternnet and/or plotconfusion use [1 0 ]' and [ 0 1 ]' as targets:
[ 3 200 ] = size(input)
[ 2 200 ] = size(target)
Thank you for formally accepting my answer
Greg

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by