Hi,
I'm working with the sigmoid function which is written
1/(1 + e^-t)
While plugging this into wolfram alpha, I noticed an alternate way to write it is
1 - 1/(1 + e^t)
I can't for the life of me figure out how to go about rewriting it in the alternate form. Would anyone be able...