Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Samisam
Samisam le 9 Jan 2018
Commenté : Greg Heath le 14 Jan 2018
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 ???

Réponses (2)

Greg Heath
Greg Heath le 10 Jan 2018
Modifié(e) : Greg Heath le 10 Jan 2018
Use
[ 1 0 0
0 1 0
0 0 1 ]
Hope this helps.
Thank you for formally accepting my answer
Greg
  3 commentaires
Samisam
Samisam le 11 Jan 2018
Modifié(e) : per isakson le 12 Jan 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
Samisam
Samisam le 11 Jan 2018
by the way I'm using matlab R2015 32bit

Connectez-vous pour commenter.


Greg Heath
Greg Heath le 11 Jan 2018
Modifié(e) : Greg Heath le 11 Jan 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 commentaires
Salma Hassan
Salma Hassan le 14 Jan 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
Greg Heath
Greg Heath le 14 Jan 2018
Sorry, I cannot help.
Greg

Connectez-vous pour commenter.

Catégories

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

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by