-
Notifications
You must be signed in to change notification settings - Fork 10
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
New recommendation models #31
Comments
#36 has been created for adding an embeddings neural network to wikirec. |
Have you taken a look at this research paper? Curious to know how it would compare to TF-IDF and your other methods. |
Thanks for brining it up! I hadn't seen it yet :) Will check the paper out! |
The purpose of recommending articles to edit is obviously different than what to read, but I assume you'd get good results by simply swapping out the list of edits with a list of reads/likes. |
On another note, did you try BM25? From my reading it seems to be TF-IDF but better, by simply adding document length normalisation. |
Also haven't tried this one :) We could even do a specific issue for that? |
Please use this issue to make suggestions for new models that could be added to wikirec. Suggestions would ideally include some of the following:
Estimates of the model's efficacy would also be appreciated so that a new good first issue can be made and prioritized.
Thanks for any suggestions!
The text was updated successfully, but these errors were encountered: