cupyx.scipy.special.expit#

cupyx.scipy.special.expit()#

Logistic sigmoid function (expit).

Parameters:

x (cupy.ndarray) – input data (must be real)

Returns:

values of expit(x)

Return type:

cupy.ndarray

Note

expit is the inverse of logit.