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