Skip to content

tugberkozkara/content-based-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

content-based-recommender

While following "Machine Learning with Python" course by IBM on Coursera, I decided to try this project.

Basically, content-based recommenders use the data which comes with the content. The recommender defines your taste with the input data and recommends you similar examples.

In this project, movie genres are our content indicators. We get some movie ratings from our user, then we'll try to recommend similar movies.

Simple explanation video can be found here: https://coursera.org/share/962d392cc93515cbf26e22058fc01cd2

Used IMDb Movies data can be found here: https://www.kaggle.com/stefanoleone992/imdb-extensive-dataset

About

Movie recommendations according to user's taste.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published