Sigmoid function
I have real value
but I want to change it into probability
Probability should be from O to 1
Look like below
If we have function like above, we can change any real value to probability
11+ex
Now we got convert function
Let's call it sigmoid function
sigmoid(x)=11+e-(x)=exex+1