Description Usage Arguments Value Examples
LogSumExp()
is a utility function to compute LogSumExp (aka SoftMax), using
the shifting trick to increase numerical stability.
1 | LogSumExp(x)
|
x |
a numeric object |
LogSumExp of x
1 | LogSumExp(1:3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.