Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

logsig returns the calulated floating point of sigmoid function.

Parameter Description
x Value operated on

Example

Example 1: logsig examples.

> (logsig 0.5)
.6224593312018546
> (logsig 20)
.9999999979388463
Clone this wiki locally