Difference between revisions of "SLIM"

From RecSysWiki
Jump to navigation Jump to search
Line 1: Line 1:
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][http://glaros.dtc.umn.edu/gkhome/slim/overview?q=suggest/overview], and use the historical information to learn a sparse similarity matrix by combining an L2 and L1 regularization approach.
+
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 [http://glaros.dtc.umn.edu/gkhome/slim/overview?q=suggest/overview SUGGEST], 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[http://www-users.cs.umn.edu/~xning/slim/html/].
+
The SLIM library can be downloaded from [http://www-users.cs.umn.edu/~xning/slim/html/ here].
  
  

Revision as of 17:05, 3 April 2013

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, 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.


Literature

SLIM: Sparse Linear Methods for Top-N Recommender Systems, Xia Ning and George Karypis, ICDM , 2011

External links