You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The collaborative filtering is used for Recommendation system when we have likes and ratings available for various users for various users. It relieas on the fact that if 2 users have liked or rated similar items in past, it is highly likely that they will have similar preferences. So items from likes of one user can be recomended to another use…