sigmoid function value for parameter a and b
Afficher commentaires plus anciens
Please can someone help me with sigmoid function. Please can anyone tell me what values i should give for a and b so that i get for
y0=sigmf(0,[a b]) % y0 value less than 0.5
and for
y1=sigmf(1,[a b]) % y1 value greater than 0.5
Réponse acceptée
Plus de réponses (1)
Well, if the only requirement is that y0 < 0.5 for x=0 and y1 > 0.5 for x=1, then for 0 < b < 1 and a > 0 it should work.
1 commentaire
Elysi Cochin
le 21 Août 2013
Catégories
En savoir plus sur Functions dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!