public class Sigmoid extends BaseActivationFunction
Constructor and Description |
---|
Sigmoid() |
Modifier and Type | Method and Description |
---|---|
INDArray |
applyDerivative(INDArray input)
Applies the derivative of this function
|
Class<? extends ElementWiseOp> |
transformClazz()
The class used for transformation
|
apply, equals, toString, type
public Class<? extends ElementWiseOp> transformClazz()
public INDArray applyDerivative(INDArray input)
ActivationFunction
input
- the input to apply it toCopyright © 2014. All Rights Reserved.