Why is the sigmoid function always written the way it is?

209 Views Asked by At

This might be a stupid question, but whenever I encounter the sigmoid function, it is written like this:

sigmoid

Is there any particular reason why it is (it seems to me) never mentioned in the form:

sigmoid alternative

This second form is the one I obtained from inverting the logit function myself and is just as valid. Is this just a matter of convention or am I missing something?

1

There are 1 best solutions below

0
On BEST ANSWER

Best reason I could think of seems plausible: because the second form might raise doubt as to whether or not the '+ 1' bit is part of the exponent of e when you write it down sloppily.