Recipe Recommender

Project Goal: In the space of online food recipes, there are seemingly endless possibilities of new recipes to try. This project seeks to provide accurate recipe rating predictions and recipe recommendations using various methods.

Tasks: I was responsible for trying collaborative filtering using item- and user-based neighborhood models and matrix factorization models such as KNN, NMF, SVD, and SVDpp algorithms, and evaluated accuracy by using the target variable of recipe rating.

More: Recipe Recommender on GitHub