jax.lax.logistic

目录

jax.lax.logistic#

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

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

参数:

x (ArrayLike)

返回类型:

Array