jax.scipy.special.entr#
- jax.scipy.special.entr(x)[source]#
熵函数
JAX 实现的
scipy.special.entr
.\[\begin{split}\mathrm{entr}(x) = \begin{cases} -x\log(x) & x > 0 \\ 0 & x = 0\\ -\infty & \mathrm{otherwise} \end{cases}\end{split}\]- 参数:
x (ArrayLike) – 数组类,实数。
- 返回值:
包含熵值的数组。
- 返回类型: