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

Change Task to Predict (User, Rating) tuples #18

Open
simon376 opened this issue Feb 18, 2022 · 0 comments
Open

Change Task to Predict (User, Rating) tuples #18

simon376 opened this issue Feb 18, 2022 · 0 comments

Comments

@simon376
Copy link
Owner

for now the network trains on all columns:

  • Book Information (Title, Description, ID)
  • Author ID
  • Review Information (Text, Rating)
  • User ID

and predicts a rating based on this information, which is then used for overall ranking.

but the end goal should be to have a query and a candidate model (similar to a Retrieval Task), where Books (Book IDs + Metadata + associated Reviews) should be rated based on the user-query (User ID) for this specific user!

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