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

1 次查看(过去 30 天)
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

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by