matrix-factorization
Here are 340 public repositories matching this topic...
-
Updated
Jan 31, 2020 - Java
My questions might seem dumb, but I was trying to understand the project. As seen in the documentation, various parameters go into the model. I was thinking if there is an easy way to do Hyperparameter tuning in spotlight?
Hi, thanks for this nice package!
AlternatingLeastSquares.recommend has a parameter called filter_items, which, apart from the source code, does not have any documentation.
The same parameter is found in RecommenderBase, [`AnnoyAlter
-
Updated
Jul 9, 2020 - Python
-
Updated
Jul 8, 2020 - Clojure
Access to the mcmc hyperparameter is fairly obscure and needs better documentation.
- add documentation to python mcmc module
- add function that generates string parameter description
- add documentation to C
fastFM-core/src/ffm.cL. 77 ff
Hyperparameter layout in fm.hyper_param_:
print (['alpha'] +
['lambda_w'] + ['lambda_V' + str(i) for i in r-
Updated
Apr 23, 2020 - Python
-
Updated
Jun 18, 2020 - Python
-
Updated
Apr 23, 2020 - MATLAB
-
Updated
May 31, 2020 - Python
-
Updated
Jul 12, 2020 - Python
-
Updated
Feb 14, 2020 - Python
-
If you discover a bug or regression in either the code or documentation, please report it. We appreciate your time to make the bug report.
- Please provide a small and self-contained program which exposes the bug. The small program should have a
main()function and use only functions/classes
- Please provide a small and self-contained program which exposes the bug. The small program should have a
-
Updated
May 29, 2018 - Python
-
Updated
Feb 9, 2020 - C++
-
Updated
May 31, 2020 - Python
-
Updated
Nov 27, 2019 - Jupyter Notebook
-
Updated
Jul 7, 2020 - Python
-
Updated
May 31, 2020 - Python
-
Updated
May 9, 2020 - Python
-
Updated
Aug 22, 2017 - Jupyter Notebook
-
Updated
Aug 14, 2018 - Cuda
As a follow-up to #5, it would be nice to have vanity CLI endpoints so users could directly use the code.
Linear-FLow vignette
WRMF vignette
-
Updated
Apr 14, 2020 - Python
-
Updated
Feb 21, 2018 - MATLAB
-
Updated
Jun 8, 2020 - Jupyter Notebook
-
Updated
Jun 27, 2019 - MATLAB
-
Updated
Jun 17, 2019 - Python
Improve this page
Add a description, image, and links to the matrix-factorization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the matrix-factorization topic, visit your repo's landing page and select "manage topics."
There is already one optimisation PR for predict method: lyst/lightfm#105
But sometimes one probably can do it in a simpler way (just using numpy with BLAS):
https://github.com/inpefess/lightfm/blob/predict_comparison/examples/batch_predict/predicting_with_matrix_multiplication.ipynb
@maciejkula what do you think about adding another, say predict_numpy/predict_all me