public interface ActivationFunction extends com.google.common.base.Function<INDArray,INDArray>, Serializable
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
|
String |
type()
Name of the function
|
Class<? extends ElementWiseOp> transformClazz()
String type()
Copyright © 2014. All Rights Reserved.