simbad.piconode.ext
Class ActivationFunction_logisticSigmoid
java.lang.Object
simbad.piconode.core.operator.Operator
simbad.piconode.core.operator.ActivationFunction
simbad.piconode.core.operator.ActivationFunctionWithDerivative
simbad.piconode.ext.ActivationFunction_logisticSigmoid
- All Implemented Interfaces:
- java.io.Serializable
public class ActivationFunction_logisticSigmoid
- extends ActivationFunctionWithDerivative
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_sigmoidDefaultKValue
protected static double _sigmoidDefaultKValue
_sigmoidKValue
private double _sigmoidKValue
ActivationFunction_logisticSigmoid
public ActivationFunction_logisticSigmoid()
ActivationFunction_logisticSigmoid
public ActivationFunction_logisticSigmoid(double __value)
getSigmoidKValue
public double getSigmoidKValue()
getDefaultSigmoidKValue
protected static double getDefaultSigmoidKValue()
applyFunction
public double applyFunction(double __value)
- Specified by:
applyFunction
in class ActivationFunctionWithDerivative
applyDerivativeFunction
public double applyDerivativeFunction(double __value)
- Specified by:
applyDerivativeFunction
in class ActivationFunctionWithDerivative