ExcelR Data Science Assignment No 10
A recommendation system is a type of data filtering tool using machine learning algorithms to recommend the most relevant items to a particular user or customer. It operates on the principle of finding patterns in consumer behaviour data, which can be collected implicitly or explicitly.
Netflix uses a recommendation system to present viewers with movie and show suggestions. Amazon, on the other hand, uses a recommendation system to present customers with product recommendations. While each use one for slightly different purposes, both have the same goal to drive sales, boost engagement and retention, and deliver more personalized customer experiences.
- Collaborative filtering
- Content-based filtering
- Hybrid model
Problem statement - Build a recommender system by using cosine simillarties score (book.csv)