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

error logic in LinUCB #3

Closed
liangqq6 opened this issue Nov 13, 2018 · 1 comment
Closed

error logic in LinUCB #3

liangqq6 opened this issue Nov 13, 2018 · 1 comment
Labels

Comments

@liangqq6
Copy link

liangqq6 commented Nov 13, 2018

In paper "A Contextual-Bandit Approach to Personalized News Article Recommendation", algorithm LinUCB does not consider the differences between users.
Users' information are only contained in contextFeatureVector, which is referred to "x_t,a" in Algorithm 1. Also, variables "A", "b", "theta" varied from arms(articles) rather than users.
Therefore, I wonder if there are mistakes in class LinUCBUserStruct in your code. I do not think it needs structure for each user and the implementation of "A", "b", "theta" may be wrong.
Could you help me figure out this confusion, thanks!

@qingyun-wu
Copy link
Collaborator

qingyun-wu commented Nov 13, 2018 via email

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

No branches or pull requests

3 participants