sigmoid ( x -- y ) (original) (raw)
sigmoid ( x -- y )
Factor handbook » The language » Numbers » Mathematical functions » Powers and logarithms
Prev: | 10^ ( x -- 10^x ) |
---|---|
Next: | nth-root ( n x -- y ) |
Inputs
x | a number |
---|
Outputs
y | a number |
---|
Word description
Outputs the sigmoid, an S-shaped "logistic" function, from 0 to 1, of the number x.
Definition