Difference between revisions of "SLIM"
Jump to navigation
Jump to search
Zeno Gantner (talk | contribs) (wikify) |
Zeno Gantner (talk | contribs) |
||
| 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 [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. | + | '''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. |
| − | |||
| − | |||
| − | |||
== Literature == | == Literature == | ||
| Line 11: | Line 8: | ||
| − | [[Category:Software]] | + | [[Category: Software]] |
Latest revision as of 06:11, 4 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.