Difference between revisions of "Collaborative filtering"

From RecSysWiki
Jump to navigation Jump to search
(Created page with "'''Collaborative filtering''' algorithms predict recommendations just from a user-item matrix containing ratings or implicit feedback information. More specifically, ...")
 
Line 1: Line 1:
 
'''Collaborative filtering''' algorithms predict recommendations just from a [[user-item matrix]] containing [[ratings]] or [[implicit feedback]] information.
 
'''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.
 
More specifically, the term often refers to [[kNN]]-based methods.
 +
 +
[[Wikipedia: Collaborative filtering]]

Revision as of 11:57, 14 February 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.

Wikipedia: Collaborative filtering