Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Andre
Andre le 28 Avr 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

Réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by