필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
Andre
Andre 2014년 4월 28일
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