What's difference between item-based and content-based collaborative filtering?

后端 未结 2 486
北海茫月
北海茫月 2021-01-29 18:52

I am puzzled about what the item-based recommendation is, as described in the book \"Mahout in Action\". There is the algorithm in the book:

for every item i tha         


        
2条回答
  •  遇见更好的自我
    2021-01-29 19:38

    "Item-based" really means "item-similarity-based". You can put whatever similarity metric you like in here. Yes, if it's based on content, like a cosine similarity over term vectors, you could also call this "content-based".

提交回复
热议问题