org.ea.javacnn.layers
Class RectifiedLinearUnitsLayer
- java.lang.Object
-
- org.ea.javacnn.layers.RectifiedLinearUnitsLayer
-
- All Implemented Interfaces:
- java.io.Serializable, Layer
public class RectifiedLinearUnitsLayer extends java.lang.Object implements Layer, java.io.Serializable
This is a layer of neurons that applies the non-saturating activation function f(x)=max(0,x). It increases the nonlinear properties of the decision function and of the overall network without affecting the receptive fields of the convolution layer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description RectifiedLinearUnitsLayer()
-
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()
-
-
-
Method Detail
-
getBackPropagationResult
public java.util.List<BackPropResult> getBackPropagationResult()
- Specified by:
getBackPropagationResultin interfaceLayer
-
-
DataMelt 3.0 © DataMelt by jWork.ORG