Sigmoid Function: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 15: Line 15:
:[[Image:LogisticFunction.png]]
:[[Image:LogisticFunction.png]]


==Logistic Function MATLAB Implementation=
==Logistic Function MATLAB Implementation==


<syntaxhighlight lang='MATLAB'>
<syntaxhighlight lang='MATLAB'>
</syntaxhighlight>
</syntaxhighlight>

Revision as of 08:19, 28 December 2017

External

Internal

Overview

Often, the sigmoid function refers to a special case of the logistic function.

Logistic Function

LogisticFunction.png

Logistic Function MATLAB Implementation