https://github.com/igorcoding/rsys
Recommender system library
https://github.com/igorcoding/rsys
Last synced: 8 months ago
JSON representation
Recommender system library
- Host: GitHub
- URL: https://github.com/igorcoding/rsys
- Owner: igorcoding
- License: gpl-3.0
- Created: 2015-01-05T22:43:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T22:15:48.000Z (over 10 years ago)
- Last Synced: 2024-04-20T00:11:03.077Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 6.26 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rsys
====
### Recommender system library
Has support of collaborative filtering SVD algorithm
Written in C++ with Python bindings via Boost.Python
In order to build it:
```
mkdir build
cd build
cmake ..
make
```
Python bindings are located under ```rsys-python/``` directory. To build them you will just need to run
```python setup.py install```