hkonagala / yelp-dnn

restaurant recommendation system using deep neural networks- yelp

Home Page:https://www.yelp.com/dataset_challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yelp-dnn

The goal of this project is to build a system that can identify a user's preferences and combine restaurant profiles using better collaborative and content based models. In particular, I implemented K-nearest neighbor and deep neural networks to make recommendations and then compare their performance. The models achieved a good RMSE and MRR score of 1.173 and 0.1315 respectively. Besides the results, I discuss interesting conclusions about the behavior of each model.

Please refer the document yelp_project_report for more details.

About

restaurant recommendation system using deep neural networks- yelp

https://www.yelp.com/dataset_challenge


Languages

Language:Jupyter Notebook 98.2%Language:Python 1.8%