Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 158 Bytes

File metadata and controls

3 lines (3 loc) · 158 Bytes

Differentiable max function. Given vector $x$ the softmax function maps $R^{n} \rightarrow [0, 1]^{n}$ $softmax(x)i = \frac{e^{x_i}}{\sum{j = 0}^N e^{x_j}}$