kipedia.org/wiki/Sigmoid_function"> Sigmoid function. It is the inverse of the {@link Logit logit} function.A more flexible version, the generalised logistic, is implemented by the {@link Logistic} class.
@since 3.0
Classical neural network activation function - scalar to scalar function - needed for hidden units to introduce non-linearity into the networks --- composition of linear functions is a linear function! - backpropagation works well with sigmoid function
@author josh
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.