Which of the following statements about collaborative filtering is FALSE?
A. With collaborative filtering, users will receive recommendations for items liked by similar users.
B. With collaborative filtering, users will receive recommendations for items that are similar in type to items they already like.
C. Both A and B are false
D. Neither A nor B are false
Which of the following statements about collaborative filtering is FALSE?
Share
The correct answer is C. Both A and B are false.
Explanation:
Collaborative filtering is a method used in recommendation systems that relies on the preferences of multiple users.
– Statement A is true because collaborative filtering does indeed provide recommendations based on the likes and preferences of similar users.
– Statement B is false when referring to collaborative filtering specifically, as it more commonly refers to content-based filtering, which suggests items similar to those a user already likes.
Thus, the false option about collaborative filtering aligns with choice C. Keep exploring the concepts behind recommendation systems for deeper understanding!