https://github.com/ruivieira/python-als
A pure Python implementation of Alternating Least Squares (ALS)
https://github.com/ruivieira/python-als
als alternating-least-squares machine-learning python recommendation-engine
Last synced: 12 months ago
JSON representation
A pure Python implementation of Alternating Least Squares (ALS)
- Host: GitHub
- URL: https://github.com/ruivieira/python-als
- Owner: ruivieira
- License: apache-2.0
- Created: 2019-02-23T19:31:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T19:41:31.000Z (over 7 years ago)
- Last Synced: 2025-07-01T12:56:07.604Z (about 1 year ago)
- Topics: als, alternating-least-squares, machine-learning, python, recommendation-engine
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://mybinder.org/v2/gh/ruivieira/python-als/master?filepath=docs%2Fexamples.ipynb)
[](https://pepy.tech/project/als)
# python-als
A pure Python implementation of Alternating Least Squares (ALS).