Python-recsys

From RecSysWiki
Revision as of 15:33, 19 January 2012 by Ocelma (talk | contribs) (added python-recsys page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

python-recsys is a fast recommender engine for Python. It uses Matrix Factorization to provide recommendations and similiarities among items or users. The library is built on top of divisi2, which already implements SVD-like matrix factorization using numpy.

Quick Start

See some examples to see how simple is to start building a recommender systm in Python!

Documentation

External links