Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 497 Bytes

File metadata and controls

2 lines (2 loc) · 497 Bytes

Machine-Learning-with-Python-Content-based-Recommendation-Systems

Lab: Content-based Recommendation Systems - Recommendation systems are a collection of algorithms used to recommend items to users based on information taken from the user. These systems have become ubiquitous can be commonly seen in online stores, movies databases and job finders. In this notebook, we will explore Content-based recommendation systems and implement a simple version of one using Python and the Pandas library.