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
Using apriori algorithm in theRecommenderLabs package in Rstudio, a movie recommender system was designed .Several methods like User Based Collaborative Filtering , Item based Collaborative system using Pearson correlation and Cosine similarity were used to design the model. The model was able to recommend top 10 movies for each user and top 10 u…