Differences between revisions 2 and 3
Revision 2 as of 2006-03-22 17:58:44
Size: 328
Editor: 211
Comment:
Revision 3 as of 2011-08-03 11:01:03
Size: 328
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
It is widely used in NeuralNetwork analysis to convert scores built from sums into ["Probability"] - not entirely a coincidence. It is widely used in NeuralNetwork analysis to convert scores built from sums into [[Probability]] - not entirely a coincidence.

LogisticFunction is sigmoid function, tending to 1 as x tends to infinity, to 0 as x tends to minus infinity, and with value 1/2 at x=0.

$$ \sigma(x) = \frac{e^x}{1 + e^x} $$

It is widely used in NeuralNetwork analysis to convert scores built from sums into Probability - not entirely a coincidence.

LogisticFunction (last edited 2011-08-03 11:01:03 by localhost)

web biohackers.net