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

Bounds to the predicted scores #3

Open
jonnylee719 opened this issue Nov 8, 2016 · 3 comments
Open

Bounds to the predicted scores #3

jonnylee719 opened this issue Nov 8, 2016 · 3 comments

Comments

@jonnylee719
Copy link

jonnylee719 commented Nov 8, 2016

Hi, I have been trying out your implementation of fpmc and it's been doing great, so thank you! However, my question is on the scores computed using the learnt models. I computed the scores following the item recommendation method shown in the fpmc paper. The scores can be >1. I am uncertain if I should be expecting a score between 0 to 1.
Are there supposed to be some bounds to the predicted scores or the score can be any real number such that an item ranking can be produced? Thanks for any help!

@flaviovdf
Copy link
Owner

Not sure, exactly what score are you using?

Flavio

On Tue, Nov 8, 2016 at 11:21 AM, jonnyLee [email protected] wrote:

Hi, I have been trying out your implementation of fpmc and it's been doing
great, so thank you! However, my question is on the scores computed using
the learnt models. I computed the scores following the item recommendation
method shown in the fpmc paper. The scores can be >1. I am uncertain if I
should be expecting a score between 0 to 1.
Are there supposed to be some bounds to the predicted scores or the score
can be any real number such that an item ranking can be produced?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#3, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAf08ICf78X7K8pN7CfZzcNdDgomBlguks5q8HdLgaJpZM4KsaoZ
.

@jonnylee719
Copy link
Author

Hey thanks for the quick reply! I attach the screenshots to the mf and fmc formulas and the combined fpmc formula that I used to compute the scores of items.

mf

fmc

@flaviovdf
Copy link
Owner

Hi, I believe that there is no bound on these parameters. Check Figure 5 in
the paper. Parameters are initialized following a Normal(0, 1)

Sorry it took a while to answer.

Flavio

On Tue, Nov 8, 2016 at 12:22 PM, jonnyLee [email protected] wrote:

Hey thanks for the quick reply! I attach the screenshots to the mf and fmc
formulas and the combined fpmc formula that I used to compute the scores of
items.

[image: mf]
https://cloud.githubusercontent.com/assets/8478381/20102619/7fe545a4-a5a5-11e6-8791-e6b3e170a4c7.png

[image: fmc]
https://cloud.githubusercontent.com/assets/8478381/20102618/7fe0ce52-a5a5-11e6-9b0e-4ddbabcef8cf.png


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAf08LjEFcMuZbD9FSCipFcnNHtLb9-yks5q8IWigaJpZM4KsaoZ
.

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

No branches or pull requests

2 participants