Azzera filtri
Azzera filtri

what Neural Network should i use?

3 visualizzazioni (ultimi 30 giorni)
laplace laplace
laplace laplace il 22 Mag 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?

Risposta accettata

Greg Heath
Greg Heath il 24 Mag 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

Più risposte (0)

Categorie

Scopri di più su Deep Learning Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by