InterviewSolution
Saved Bookmarks
| 1. |
Explain Collaborative Filtering. |
|
Answer» Based on user behavioral data, COLLABORATIVE filtering (CF) creates a recommendation system. By analyzing data from other users and their interactions with the system, it filters out INFORMATION. This method assumes that people who agree in their EVALUATION of particular items will likely agree again in the future. Collaborative filtering has three major components: users- items- interests. |
|