Question
Consider the user book-rating matrix given below. The ratings increase from 1 to 5. Absence of a rating is indicated by empty box.
A new book b8 is published and U4 liked it. Identify which user is most likely interested in the book b8 using collaborative filtering approach and cosine similarity as a similarity measure.
Solution
==================================================================================================
Here, we need to find Cosine Similarity of all other users with U4 and then recommend b8 to the user most similar to U4.
Thus, we can see that U4 and U2 are most similar and hence, b8 should be recommended to U2.