Search code examples
functionneural-networkexponential

Calculate t from sigmoid function


How can I calculate t from this sigmoid function when I have result of s(T)?

Enter image description here


Solution

  • You just need to use simple calculus operations and the natural log:

    formula

    s(t)     t
    
    0,500    0
    0,731    1
    0,881    2
    0,269   -1
    0,119   -2