jax.lax.logistic#

jax.lax.logistic(x)[source]#

Elementwise logistic (sigmoid) function: \(\frac{1}{1 + e^{-x}}\).

Parameters:

x (ArrayLike)

Return type:

Array