org.ea.javacnn.layers
Class PoolingLayer
- java.lang.Object
-
- org.ea.javacnn.layers.PoolingLayer
-
- All Implemented Interfaces:
- java.io.Serializable, Layer
public class PoolingLayer extends java.lang.Object implements Layer, java.io.Serializable
This layer will reduce the dataset by creating a smaller zoomed out version. In essence you take a cluster of pixels take the sum of them and put the result in the reduced position of the new image.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description PoolingLayer(OutputDefinition def, int sx, int stride, int padding)
-
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
-
PoolingLayer
public PoolingLayer(OutputDefinition def, int sx, int stride, int padding)
-
-
Method Detail
-
getBackPropagationResult
public java.util.List<BackPropResult> getBackPropagationResult()
- Specified by:
getBackPropagationResultin interfaceLayer
-
-
DataMelt 3.0 © DataMelt by jWork.ORG