Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
Andre
Andre am 28 Apr. 2014
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

Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by