Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
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 ???

Respuestas (2)

Greg Heath
Greg Heath el 10 de En. de 2018
Editada: Greg Heath el 10 de En. de 2018
Use
[ 1 0 0
0 1 0
0 0 1 ]
Hope this helps.
Thank you for formally accepting my answer
Greg
  3 comentarios
Samisam
Samisam el 11 de En. de 2018
Editada: per isakson el 12 de En. de 2018
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

Iniciar sesión para comentar.


Greg Heath
Greg Heath el 11 de En. de 2018
Editada: Greg Heath el 11 de En. de 2018
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 comentarios
Salma Hassan
Salma Hassan el 14 de En. de 2018
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

Iniciar sesión para comentar.

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by