Skip to content

in this section will be user based recommender on movies and ratings dataset

License

Notifications You must be signed in to change notification settings

tohid-yousefi/User_Based_Recommender_Collaborative_Filtering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

User_Based_Recommender_Collaborative_Filtering

in this section will be user based recommender on movies and ratings dataset


User-Based Collaborative Filtering

  • Create User Movie DataFrame
  • Determining the movies watched by the user to be recommended
  • Find other users watching the same movies
  • Determination of Similarity
  • Calculate Weighted Average Recommendation Score
  • Process Functionalization