There're three types of filterings in recommendation system. These are content-based, collaborative-based and popularity based filterings.
I developed a movie recommendation system, based on each filtering, using data science and machine learning techniques.
What did I do during the project: I loaded the data, using Pandas. From that data created the dataset, and built the trainset. Based on this trainset, I trained the ML model and generated the predictions.
- Technologies used: