https://github.com/devbruce/matrix-factorization-py
Matrix Factorization Implementation with Python
https://github.com/devbruce/matrix-factorization-py
matrix-factorization recommender-system
Last synced: 11 months ago
JSON representation
Matrix Factorization Implementation with Python
- Host: GitHub
- URL: https://github.com/devbruce/matrix-factorization-py
- Owner: devbruce
- Created: 2022-07-20T14:24:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T05:43:28.000Z (about 1 year ago)
- Last Synced: 2025-03-06T05:37:48.919Z (11 months ago)
- Topics: matrix-factorization, recommender-system
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Matrix Factorization(MF)
Matrix Factorization Implementation with Python.
- Post Link: [devbruce's Tech Blog - [ML] Matrix Factorization(MF)](https://devbruce.github.io/posts/ml-18-matrix_factorization)
## References
- Original Source: [albertauyeung/matrix-factorization-in-python](https://github.com/albertauyeung/matrix-factorization-in-python)