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

[Idea] Implicit feedback collaborative filtering #301

Closed
ankane opened this issue Nov 8, 2019 · 2 comments
Closed

[Idea] Implicit feedback collaborative filtering #301

ankane opened this issue Nov 8, 2019 · 2 comments

Comments

@ankane
Copy link

ankane commented Nov 8, 2019

Hi, I think xLearn can be a great tool for recommender systems. It works great for explicit feedback following this approach with both FM and FFM.

I was wondering if you'd consider supporting implicit feedback (one-class matrix factorization). Here are a few papers on the topic:

Related to #230

@sumitsidana
Copy link

sumitsidana commented Jul 17, 2020

Hi @ankane thanks for sharing these resources. I am curious can't the problem of implicit feedback be reduced to binary classification by doing negative sampling and then applying the original FM or FFM implementation?

@ankane
Copy link
Author

ankane commented Jul 21, 2020

Hi @sumitsidana, thanks for the response. Unfortunately, I'm not super familiar with the topic, so don't know the answer to that question.

I've noticed some MF (not FM) libraries like libmf use a different approach for implicit feedback than explicit feedback (I believe performance is a factor), so not sure if something like that applies here. If not, maybe there could be built-in support for the approach mentioned above.

Sorry, this is probably one of my least helpful responses on GitHub.

@ankane ankane closed this as completed Feb 8, 2022
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