Inverse Logistic / Sigmoid Function September 29, 2023 by Tarik If y = 1 / (1 + exp(-x)) then its inverse is x = ln(y / (1 - y))