There is a quick way to format clasification input patterns for a NN ?

1 visualización (últimos 30 días)
For example,
I have,
A =
1
1
2
2
3
3
4
4
I want it without many ifs to be targets for my classifer:
1= 0 0 1
1= 0 0 1
2= 0 1 1
2= 0 1 1
3= 1 1 0
3= 1 1 0
4= 1 0 1
4= 1 0 1
(Or whatever combination...)
Andre

Respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by