Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

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.

MovieLens Recommender System (Python): Collaborative Filtering with Cosine Similarity ⭐️ This repo implements a movie recommendation system using the MovieLens dataset. It employs Collaborative Filtering with Cosine Similarity to recommend movies based on user ratings and similar user preferences.

Notifications You must be signed in to change notification settings

bpruthaa/Movie-Recommendation-System

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

Movie-Recommendation-System

MovieLens Recommender System (Python): Collaborative Filtering with Cosine Similarity ⭐️ This repo implements a movie recommendation system using the MovieLens dataset. It employs Collaborative Filtering with Cosine Similarity to recommend movies based on user ratings and similar user preferences. Dataset Link: https://www.kaggle.com/datasets/grouplens/movielens-20m-dataset

About

MovieLens Recommender System (Python): Collaborative Filtering with Cosine Similarity ⭐️ This repo implements a movie recommendation system using the MovieLens dataset. It employs Collaborative Filtering with Cosine Similarity to recommend movies based on user ratings and similar user preferences.