Recommendation Systems


Association Rule Based Recommender System using Armut's Dataset

GitHub Repository:


Business Problem
Armut, Türkiye's largest online service platform, brings together service providers and those who want to receive service.
It provides easy access to services such as cleaning, modification and transportation with a few touches on your computer or smart phone.

It is desired to create a product recommendation system with Association Rule Learning by using the dataset containing the service users and the services and categories these users have received.

Dataset Story
The dataset consists of the services customers receive and the categories of these services. It contains the date and time information of each service received.

Variables

Requirements


Hybrid Recommender System using MovieLens Dataset

GitHub Repository:


Business Problem
Make a guess for the user whose ID is given, using the item-based and user-based recommender 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.

Dataset Story
The dataset was provided by MovieLens, a movie recommendation service. It contains the rating scores for these movies along with the movies. It contains 20.000.263 ratings across 27.278 movies. This dataset was created on October 17, 2016. Includes 138.493 users and data from 09 January 1995 to 31 March 2015. Users are randomly selected. It is known that all selected users voted for at least 20 movies.

Variables

Movie Dataset Rating Dataset

Requirements