org.ea.javacnn.layers
Class MaxoutLayer
- java.lang.Object
-
- org.ea.javacnn.layers.MaxoutLayer
-
- All Implemented Interfaces:
- java.io.Serializable, Layer
public class MaxoutLayer extends java.lang.Object implements Layer, java.io.Serializable
Implements Maxout nonlinearity that computes x to max(x) where x is a vector of size group_size. Ideally of course, the input size should be exactly divisible by group_size- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description MaxoutLayer(OutputDefinition def)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidbackward()DataBlockforward(DataBlock db, boolean training)java.util.List<BackPropResult>getBackPropagationResult()
-
-
-
Constructor Detail
-
MaxoutLayer
public MaxoutLayer(OutputDefinition def)
-
-
Method Detail
-
getBackPropagationResult
public java.util.List<BackPropResult> getBackPropagationResult()
- Specified by:
getBackPropagationResultin interfaceLayer
-
-
DataMelt 3.0 © DataMelt by jWork.ORG