Sigmoid Function: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:


:[[Image:LogisticFunction.png]]
:[[Image:LogisticFunction.png]]
==Logistic Function MATLAB Implementation=
<syntaxhighlight lang='MATLAB'>
</syntaxhighlight>

Revision as of 08:17, 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