GioFic95 / restaurant-recommendation-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recommendation system for restaurants

Project of the Machine Learning course

Academic year 2018-2019

By Giovanni Ficarra and Leonardo Picchiami


We have devised a recommendation system for restaurants based on the Yelp Dataset Challenge.

Our aim is to predict if a certain user will like a certain restaurant, depending on characteristics of the restaurant, user’s taste (derived from his previous reviews), opinion of similar users (who gave similar votes to similar restaurants), trustworthiness of the reviews.

In order to do so, we studied three papers, that we used as the basis of our work:

  1. Restaurant Recommendation System, Ashish Gandhe;
  2. Machine Learning and Visualization with Yelp Dataset, Zhiwei Zhang (with her repo);
  3. Recommendation for yelp users itself, Wenqi Hou, Gauravi Saha, Manying Tsang.

We started from the data cleaning performed by Hou, Saha and Tsang (3), then we applied the SVM model proposed by Zhang (2) to identify fake reviews, and assigned to each review a “truth score” (an indicator of the trustworthiness of the review), so that we could use this score as a weight in the computation of the historical features described by Gandhe (1).

After some further preprocessing we applied three machine learning models to the obtained dataset: a Support Vector Machine, a Random Forest and a Neural Network, from which we got our predictions.

About


Languages

Language:Jupyter Notebook 76.7%Language:HTML 22.9%Language:TeX 0.4%Language:Python 0.0%