org.ea.javacnn.layers
Class DropoutLayer
- java.lang.Object
-
- org.ea.javacnn.layers.DropoutLayer
-
- All Implemented Interfaces:
- java.io.Serializable, Layer
public class DropoutLayer extends java.lang.Object implements Layer, java.io.Serializable
This layer will remove some random activations in order to defeat over-fitting.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DropoutLayer(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
-
DropoutLayer
public DropoutLayer(OutputDefinition def)
-
-
Method Detail
-
getBackPropagationResult
public java.util.List<BackPropResult> getBackPropagationResult()
- Specified by:
getBackPropagationResultin interfaceLayer
-
-
DataMelt 3.0 © DataMelt by jWork.ORG