jax.lax.logistic#

jax.lax.logistic(x)[源代码]#

逐元素的 logistic(sigmoid)函数:\(\frac{1}{1 + e^{-x}}\)

参数:

x (ArrayLike)

返回类型:

Array