Skip to content

Recommend Restaurants to User based on the ratings given by them to the restaurants

Notifications You must be signed in to change notification settings

HegdeChaitra/Yelp-Recommendation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yelp-Recommendation-System

Download Yelp's Business.CSV and Review.CSV to run this code on your machine. Code along with the output can be viewed in .ipynb file

Winner of “Best First Year Project” award at NYU CDS Academy Awards.

  • Built a recommendation engine for recommending restaurants to Yelp users using traditional models like Cosine similarity based model, SVD and Alternating Least Square model; Rating Matrix was very sparse with sparsity of 99.4%
  • Developed advanced models like Stochastic Gradient Descent - based model, Neural Network based model, Random Forest Regressor based model and an ensemble model to achieve higher performance on the sparse rating matrix completion task

Sparsity of Dataset is high

Releases

No releases published

Packages

No packages published