cupyx.scipy.special.expit#
- cupyx.scipy.special.expit = <ufunc 'cupy_expit'>#
Logistic sigmoid function (expit).
- Parameters:
x (cupy.ndarray) – input data (must be real)
- Returns:
values of expit(x)
- Return type:
See also
Note
expit is the inverse of logit.