sigmoid and inverse sigmoid example

0

I am trying to use Linear Regression.

For the output of the regression model, I want to pass their values through a sigmoid function to get probability values between 0 and 1.

After that, I wish to recover (using inverse sigmoid) to original values.

Please help with an example of this.

 

Comments

1 comment
  • Official comment

    Hello Amol,

    Are you using MS Excel for this exercise? If so, this is very straightforward: Place the linear regression output in one column, apply the sigmoid formula, and generate new values in an adjacent column.

    Now, you can do whatever you wish with new values, e.g., interpolation.

     

     

    Comment actions Permalink

Please sign in to leave a comment.

Didn't find what you were looking for?

New post