Saved searches
Use saved searches to filter your results more quickly
Cancel Create saved search
Sign up Reseting focus
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Notifications You must be signed in to change notification settings
aakashrkaku/Yelp-recommender-system
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go to file
Folders and files
Last commit message
Last commit date
Latest commit
History
View all files
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