Description Usage Arguments Value
The softmax of a vector of variables x_i is
s_i = \frac{\exp(x_i)}{∑_{j=1}^{N} \exp(x_j)}
1 | softmax(x)
|
x |
Vector of values for which to compute softmax |
Vector of softmax values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.