Warning

This page was created from a pull request.

jax.nn.log_sigmoid¶

jax.nn.log_sigmoid(x)[source]¶

Log-sigmoid activation function.

Computes the element-wise function:

\[\mathrm{log\_sigmoid}(x) = \log(\mathrm{sigmoid}(x)) = -\log(1 + e^{-x})\]