Skip to content

shubham171019/Movie-Recommender-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movie_Recommender_System

There are two most common Recommender System

  1. Content Based
  2. Collaborative Filtering
    2.1) Memory based Collaborating Filtering
    2.2) Model based Collaborating Filtering

    Our movie Recommender System based on Content based.
    Conent based focus on the attributes of the items abd give you the recommendation based on the similarity between them.

    Collaborating filtering recommendation based on the knowledge of the user attribute to the items, that uses the wisdom of the crowd to recommended items.

    We develop basic recommendation systems using Python and pandas.
    This model tells you what movies/items are most similar to your movie choice.
    Here we have taken two attributes- User rating and No. of ratings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published