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

NMF #3

Open
3 of 8 tasks
brenorb opened this issue Aug 27, 2024 · 0 comments
Open
3 of 8 tasks

NMF #3

brenorb opened this issue Aug 27, 2024 · 0 comments

Comments

@brenorb
Copy link
Owner

brenorb commented Aug 27, 2024

Simple NMF

  • Decompose user x anime matrix into 20 groups
  • Get group row with scores
  • argsort to get likely hood of every anime already ranked

NMF + cos sim

  • cosine similarity with in-group users
  • rank users according to similarity and get top K
  • Get top K users best ranked movies excluding not-rated
  • w1 * norm(group_score) + w2 * norm(top_k_score)
  • optimize [w1, w2]
@brenorb brenorb added this to the Model creation milestone Aug 27, 2024
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