what Neural Network should i use?

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by