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

Similarity Calculation Takes To Much Time #10

Open
umutphp opened this issue Jun 12, 2021 · 0 comments
Open

Similarity Calculation Takes To Much Time #10

umutphp opened this issue Jun 12, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@umutphp
Copy link
Owner

umutphp commented Jun 12, 2021

As the number of products gets bigger, the duration of the similarity calculation grows dramatically. Instead of using matrix calculation (n^2 operations for n products), we need to find a way to reduce the number of operations. Possible solutions;

  1. Selecting a random product and use it to calculate the similarity scores of the products.
  2. Creating an imaginary product with unique values.
@umutphp umutphp added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed labels Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant