An open API service indexing awesome lists of open source software.

https://github.com/igorcoding/rsys

Recommender system library
https://github.com/igorcoding/rsys

Last synced: 8 months ago
JSON representation

Recommender system library

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```