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.Dismiss alert
This is a repository containing a copy of a project I made for a course from NYU. It contains code and a report describing a modification of the matrix factorization method Alternating Least squares.
🎓 Final Project for Completing Bachelor Degree in Petra Christian University. Create Hybrid Recommender System for Interior Products and its Services using Data Implicit Feedback
The objective of the competition was to create the best recommender system for a book recommendation service by providing 10 recommended books to each user. The evaluation metric was MAP@10.
This project looked at scalable machine learning for a movie recomemdantion set utilising ALS (alternative least squares) A NASA data set was used as a familiarisation to pySpark. The data was plotted using matplotlib.
Recommender System project that uses Weighted Matrix Factorisation to learn user and items embeddings from a (sparse) feedbacks matrix, and uses them to perform user-specific suggestions
In this project, a Recommender System is built from 2 popular methods which are Content Based Filtering (Gensim and Cosine Similarity algorithms) and Collaborative Based Filtering (Alternating Least Square model in PySpark). Then, this recommender system is deployed onto Heroku cloud platform.