In Wikipedia, I found the symmetry equation for a sigmoid function as $g(x) + g(-x) = 1$, where $g(x) = 1/1 + \exp(-x)$.
As per the property stated above, $g(x)$ becomes a symmetric function. But, algebraically, a function is said to be symmetric if and only if $g(-x) = g(x)$ or $g(-x) = -g(x)$ for even and odd symmetric respectively.
Can somebody clarify how sigmoid function is symmetric?
Thank you!
We have that $f(x) = g(x) - \frac{1}{2}$ is an odd function, equivalently the graph of $y=g(x)$ is rotationally symmetric about the point $(0, \frac{1}{2})$. Beyond that, it's not fair to say the sigmoid function is symmetric.