Package smile.deep.activation
Class HardShrink
java.lang.Object
smile.deep.activation.ActivationFunction
smile.deep.activation.HardShrink
- All Implemented Interfaces:
Serializable
,Function<Tensor,
,Tensor> Layer
Hard Shrink activation function.
- See Also:
-
Constructor Details
-
HardShrink
public HardShrink()Constructor. -
HardShrink
public HardShrink(double lambda) Constructor.- Parameters:
lambda
- The lambda value in the formulation.
-
-
Method Details
-
forward
Description copied from interface:Layer
Forward propagation (or forward pass) through the layer.- Parameters:
x
- the input tensor.- Returns:
- the output tensor.
-