Package smile.deep.activation
Class LogSoftmax
java.lang.Object
smile.deep.activation.ActivationFunction
smile.deep.activation.LogSoftmax
- All Implemented Interfaces:
Serializable
,Function<Tensor,
,Tensor> Layer
Log softmax activation function.
- See Also:
-
Constructor Details
-
LogSoftmax
public LogSoftmax()Constructor.
-
-
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.
-