org.nd4j.linalg.ops.transforms
Class MaxOut
- java.lang.Object
-
- org.nd4j.linalg.ops.BaseElementWiseOp
-
- org.nd4j.linalg.ops.transforms.MaxOut
-
- All Implemented Interfaces:
- ElementWiseOp
public class MaxOut extends BaseElementWiseOp
Max out activation: http://arxiv.org/pdf/1302.4389.pdf
-
-
Constructor Summary
Constructors Constructor and Description MaxOut()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description <E> Eapply(INDArray origin, java.lang.Object value, int i)The transformation for a given value (a scalar)voidexec()Apply the transformation-
Methods inherited from class org.nd4j.linalg.ops.BaseElementWiseOp
applyTransformToOrigin, applyTransformToOrigin, from, getFromOrigin, getThreads
-
-
-
-
Method Detail
-
exec
public void exec()
Apply the transformation- Specified by:
execin interfaceElementWiseOp- Overrides:
execin classBaseElementWiseOp
-
apply
public <E> E apply(INDArray origin, java.lang.Object value, int i)
The transformation for a given value (a scalar)- Parameters:
origin- the origin ndarrayvalue- the value to apply (a scalar)i- the index of the element being acted upon- Returns:
- the transformed value based on the input
-
-
DMelt 3.0 © DataMelt by jWork.ORG