This has to do with re-calculating the sigmoid function in ai. It isn't really important, but the simplest way to put it is I need a math guru to help my monkey brain do this:
$$\frac{1}{1+e}$$
to like
$$\frac{1}{something} + \frac{1}{e}$$
Please help me remember my math from high-school if this was ever taught to us.
The problem is that there isn't really a good way to do that. Things that do work with fractions are the following:
but there isn't a way to separate when there is a sum in the denominator.
I suppose perhaps one thing you could do, although this isn't likely what you have in mind, is the following: if $e$ is small in your description (that is, if $|e| < 1$) then there is a geometric series expansion $$ \frac{1}{1 + e} = 1 - e + e^2 - e^3 + e^4 + \cdots = \sum_{n=0}^\infty (-1)^n e^n $$ but I'm not so certain this is what you're looking for.