-
Notifications
You must be signed in to change notification settings - Fork 611
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
Feature/add_bias_terms_to_als #310
Closed
Closed
Commits on Dec 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 749dffa - Browse repository at this point
Copy the full SHA 749dffaView commit details -
fix second-to-last element in self.user_factors to 1
... so that second-to-last element in self.item_factors becomes a learned item bias term
Configuration menu - View commit details
-
Copy full SHA for da66ee4 - Browse repository at this point
Copy the full SHA da66ee4View commit details -
fix last element in self.item_factors to 1
... so that last element in self.user_factors becomes a learned user bias term
Configuration menu - View commit details
-
Copy full SHA for 9bb6725 - Browse repository at this point
Copy the full SHA 9bb6725View commit details -
Configuration menu - View commit details
-
Copy full SHA for d39f8be - Browse repository at this point
Copy the full SHA d39f8beView commit details -
warn when if self.use_gpu and self.use_bias
Training with bias terms not implemented for GPU yet.
Configuration menu - View commit details
-
Copy full SHA for bac8759 - Browse repository at this point
Copy the full SHA bac8759View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21c2ac6 - Browse repository at this point
Copy the full SHA 21c2ac6View commit details
Commits on Dec 20, 2019
-
Alex Dautel committed
Dec 20, 2019 Configuration menu - View commit details
-
Copy full SHA for 03f0a06 - Browse repository at this point
Copy the full SHA 03f0a06View commit details
Commits on Jan 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 924745d - Browse repository at this point
Copy the full SHA 924745dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eccd1d - Browse repository at this point
Copy the full SHA 2eccd1dView commit details
Commits on Jan 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4130b8f - Browse repository at this point
Copy the full SHA 4130b8fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.