필터 지우기
필터 지우기

Which activation or transfer function is suitable to classify 3 type of data?

조회 수: 1 (최근 30일)
Samisam
Samisam 2018년 1월 9일
댓글: Greg Heath 2018년 1월 14일
I have Iris dataset I changed the classes from flower name to 0 , 1, -1 which transfer function is suitable to use when doing manual training does logsig make the work ???

답변 (2개)

Greg Heath
Greg Heath 2018년 1월 10일
편집: Greg Heath 2018년 1월 10일
Use
[ 1 0 0
0 1 0
0 0 1 ]
Hope this helps.
Thank you for formally accepting my answer
Greg
  댓글 수: 3
Samisam
Samisam 2018년 1월 11일
편집: per isakson 2018년 1월 12일
I mean I'm trying to get the output like
y = logsig(logsig(trin*iw'+repmat(b1',size(trin,1),1))*lw'+repmat(b2',size(trin,1),1));
logsig as I know gives 0 or 1 out put I want an activation function gives me 0 or 1 or -1 thanks
Samisam
Samisam 2018년 1월 11일
by the way I'm using matlab R2015 32bit

댓글을 달려면 로그인하십시오.


Greg Heath
Greg Heath 2018년 1월 11일
편집: Greg Heath 2018년 1월 11일
My computer does not allow me to use the comment box. I can't even use the full ANSWER box!
Use tansig/tansig
Thank you for formally accepting my answer
Greg
P.S. tansig == tanh !!!
  댓글 수: 5
Salma Hassan
Salma Hassan 2018년 1월 14일
dr Greg Heath can you check my question plz how does it possible in convnet, High accuracy in both of validation and test the same has 97% with error loss function 0.01

댓글을 달려면 로그인하십시오.

카테고리

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