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

Why is it SVD? #14

Open
ChenYang-ChenYang opened this issue Apr 15, 2018 · 0 comments
Open

Why is it SVD? #14

ChenYang-ChenYang opened this issue Apr 15, 2018 · 0 comments

Comments

@ChenYang-ChenYang
Copy link

Hi,

I'm trying to learn this project and have a basic question. As said in the project description, the inference is y_pred[u, i] = global__bias + bias_user[u] + bias_item_[i] + <embedding_user[u], embedding_item[i]>. Why is it SVD? SVD is the factorization of matrix, I don't see the identical between SVD and the algorithm used in this project. Appreciate if you can explain.

Thanks
Yang

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

1 participant