Difference between revisions of "Collaborative filtering"

From RecSysWiki
Jump to navigation Jump to search
Line 2: Line 2:
 
More specifically, the term often refers to [[kNN]]-based methods.
 
More specifically, the term often refers to [[kNN]]-based methods.
  
[[Wikipedia: Collaborative filtering]]
+
== External links ==
 +
* [[Wikipedia: Collaborative filtering]]
 +
 
 +
[[Category: Task]]
 +
[[Category: Method]]

Revision as of 13:02, 6 June 2011

Collaborative filtering algorithms predict recommendations just from a user-item matrix containing ratings or implicit feedback information. More specifically, the term often refers to kNN-based methods.

External links