public interface ActivationFunction extends com.google.common.base.Function<INDArray,INDArray>, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
INDArray |
applyDerivative(INDArray input)
Applies the derivative of this function
|
java.lang.Class<? extends ElementWiseOp> |
transformClazz()
The class used for transformation
|
java.lang.String |
type()
Name of the function
|
java.lang.Class<? extends ElementWiseOp> transformClazz()
java.lang.String type()
Copyright © 2014. All Rights Reserved.