Borrar filtros
Borrar filtros

sigmoid function value for parameter a and b

3 visualizaciones (últimos 30 días)
Elysi Cochin
Elysi Cochin el 21 de Ag. de 2013
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

Respuesta aceptada

Jan
Jan el 21 de Ag. de 2013
Editada: Jan el 21 de Ag. de 2013
According to my calculations you have to pick 0<b<1 and a>0.
E.g. b=1/2 and a=1
  2 comentarios
Jan
Jan el 21 de Ag. de 2013
Laurent was obviously a bit faster than me doing the math, but it's nice to have a result double checked :)
Elysi Cochin
Elysi Cochin el 22 de Ag. de 2013
thank you all

Iniciar sesión para comentar.

Más respuestas (1)

Laurent
Laurent el 21 de Ag. de 2013
Editada: Laurent el 21 de Ag. de 2013
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 comentario
Elysi Cochin
Elysi Cochin el 21 de Ag. de 2013
sir for x = 0, it should be a value less than 0.5 and for x = 1, it should be a value greater than 0.5
such a value i need for a and b

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by