Template Function otyca::inverse_sigmoid

Function Documentation

template<typename T>
T otyca::inverse_sigmoid(T y)

Computes the inverse of the sigmoid function.

Template Parameters:

T – The numeric type.

Parameters:

y – The output of the sigmoid function.

Returns:

The corresponding input value before applying sigmoid.