# tensorplay.nn.functional.softmin

Source: https://www.tensorplay.cn/docs/generated/tensorplay.nn.functional.softmin.html

# tensorplay.nn.functional.softmin

tensorplay.nn.functional.softmin(input: TensorBase, dim: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None) = None, dtype=None) &#x2192; TensorBase[[source]](../_modules/tensorplay/nn/functional.html#softmin)

Apply a softmin function.

Note that \(\text{Softmin}(x) = \text{Softmax}(-x)\).

See Softmin for more details.
