Closed tjnu1430130310 closed 6 years ago
Create a recommender that uses item-item similarities based on users in common.
Does this sentence mean that it is the user-based collaborative recommendation?
I noticed there was an itemCF when I see the code, so is this a item-based collaborative filtering?
Hello, why did you close this issue ? I'm really interested since it's been confusing for me. Have you found a solution ? If so I'd be glad to have a response ! Thank you ! 👍
Yes, this toolkit is an implementation of collaborative filtering. For some more details, try looking at the relevant C++ header: https://github.com/apple/turicreate/blob/master/src/unity/toolkits/recsys/models/itemcf.hpp
Hello, I just started learning machine, English is not my mother tongue, I'm very sorry.
I built a recommendation system using GraphLab Create and Django. Now I really want to know whether the algorithm behind the use of item_similarity_recommender modeling is collaborative filtering. In addition, can you tell me more about whether it is user-based collaborative filtering or item-based collaborative filtering?
I know I shouldn't ask this question to you. I'm very sorry, but I'm always puzzled and I'm so sorry.