sigmoid and inverse sigmoid example
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
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.
Please sign in to leave a comment.