Skip to content

anilcogalan/Movie_Hybrid_Recommender_Systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Movie_Hybrid_Recommender_Systems

Movie Hybrid Recommender Systems (Item Based & User Based)

Business Problem

  • Make a guess for the user whose ID is given, using the item-based and user-based recomennder methods. Consider 5 suggestions from the user-based model and 5 suggestions from the item-based model and finally make 10 suggestions from 2 models.

Data Set

# movieId: Unique movie number

# title: Movie name

# genres: Type

# userid: Unique user number (UniqueID)

# movieId: Unique movie number (UniqueID)

# rating: Rating given to the movie by the user

# timestamp Evaluation date

About

Movie Hybrid Recommender Systems (Item Based & User Based)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages