What integrals are known that include the logistic function $\sigma(x):=\frac{1}{1+e^{-x}}$?
I am searching for both definite and indefinite ones as well as approximations!
What integrals are known that include the logistic function $\sigma(x):=\frac{1}{1+e^{-x}}$?
I am searching for both definite and indefinite ones as well as approximations!
The logistic function is a common choice of activation function in neural nets. So is the antiderivative$$\int_{-\infty}^x\frac{dt}{1+e^{-t}}=\int_{-\infty}^x\frac{e^tdt}{1+e^t}=\ln(1+e^x),$$the softplus rectifier.