Using anime data to build various type of recommender systems.
Data: Kaggle
Rating Based Recommender
: Simple recommender system by sorting the weighted rating of all animesContent Based Recommender
: Using genre and type to find the similarity between anime and recommend it to the userUser Based Collaborative Filtering
: Give recommendations based on the preferences of other similar usersItem Based Collaborative Filtering
: Give recommendations based on the similarity between items and the rating history of the user