Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply logistic function to reconstructed / estimated values? #12

Closed
GoogleCodeExporter opened this issue Mar 15, 2016 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link

The values on which recommendations are ranked, and the result of the 
estimatePreference method, are actually elements in the reconstruction of the 
0/1 input matrix P. The values are typically between 0 and 1, but need not be 
in practice.

It may be more intuitive to limit the output to the range (0,1) by passing the 
result through the logistic function 1/(1+e^-x). In practice we would need to 
apply the logistic function to some function of x, like 5(x-0.5) in order to 
scale it appropriately.

This would not affect relative rank of recommendations. It would affect the 
actual values.

Original issue reported on code.google.com by srowen@myrrix.com on 31 Aug 2012 at 2:59

@GoogleCodeExporter
Copy link
Author

This idea is (kind of) superseded by efforts to add in side information via a 
log-linear model. This would make the result less understandable, I believe.

Original comment by srowen@myrrix.com on 8 Oct 2012 at 12:49

  • Changed state: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant