SLIM

From RecSysWiki
Revision as of 14:29, 3 April 2013 by Ningx005 (talk | contribs) (Created page with "SLIM is a library that implements a set of top-N recommendation methods based on sparse linear models. These models are a generalization to the traditional item-based nearest ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SLIM is a library that implements a set of top-N recommendation methods based on sparse linear models. These models are a generalization to the traditional item-based nearest neighbor collaborative filtering approaches implemented in [SUGGEST][1], and use the historical information to learn a sparse similarity matrix by combining an L2 and L1 regularization approach.

The SLIM library can be downloaded from here[2].