what Neural Network should i use?

1 visualización (últimos 30 días)
laplace laplace
laplace laplace el 22 de Mayo de 2013
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?

Respuesta aceptada

Greg Heath
Greg Heath el 24 de Mayo de 2013
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

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by