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

Ml implementation #377

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Ml implementation #377

wants to merge 3 commits into from

Conversation

AsfandiyarK
Copy link
Collaborator

This pull request implements a Q-learning algorithm to enhance the functionality of recommending books based on user performance. It integrates with books.py, interactions.py, and schema.prisma to provide personalized learning paths for students.

Key changes include:

  • Added Q-learning algorithm in interactions.py and a background ML task.
  • Modified books.py to fetch user scores and sort books based on performance.
  • Updated schema.prisma to include necessary models for tracking interactions and scores.

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

Successfully merging this pull request may close these issues.

2 participants