org.ea.javacnn.layers
Class ConvolutionLayer
- java.lang.Object
-
- org.ea.javacnn.layers.ConvolutionLayer
-
- All Implemented Interfaces:
- java.io.Serializable, Layer
public class ConvolutionLayer extends java.lang.Object implements Layer, java.io.Serializable
This layer uses different filters to find attributes of the data that affects the result. As an example there could be a filter to find horizontal edges in an image.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description ConvolutionLayer(OutputDefinition def, int sx, int filters, 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
-
ConvolutionLayer
public ConvolutionLayer(OutputDefinition def, int sx, int filters, int stride, int padding)
-
-
Method Detail
-
getBackPropagationResult
public java.util.List<BackPropResult> getBackPropagationResult()
- Specified by:
getBackPropagationResultin interfaceLayer
-
-
DataMelt 3.0 © DataMelt by jWork.ORG