Class TanhShrink

All Implemented Interfaces:
Serializable, Function<Tensor,Tensor>, Layer

public class TanhShrink extends ActivationFunction
Hyperbolic Tangent Shrink activation function.
See Also:
  • Constructor Details

    • TanhShrink

      public TanhShrink()
      Constructor.
  • Method Details

    • forward

      public Tensor forward(Tensor x)
      Description copied from interface: Layer
      Forward propagation (or forward pass) through the layer.
      Parameters:
      x - the input tensor.
      Returns:
      the output tensor.