TensorPlay
API symbolsnn
Copy
View MarkdownDownload .md

tensorplay.nn.functional.softmin

tensorplay.nn.functional.softmin(input: TensorBase, dim: int | None = None, dtype=None) TensorBase[source]

Apply a softmin function.

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

See Softmin for more details.

Ask DeepWiki