Difference between revisions of "SLIM"
Jump to navigation
Jump to search
(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 ...") |
|||
| Line 2: | Line 2: | ||
The SLIM library can be downloaded from here[http://www-users.cs.umn.edu/~xning/slim/html/]. | The SLIM library can be downloaded from here[http://www-users.cs.umn.edu/~xning/slim/html/]. | ||
| + | |||
| + | [[Category:Software]] | ||
Revision as of 16:59, 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][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].