Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 417 Bytes

File metadata and controls

3 lines (2 loc) · 417 Bytes

Content-Based-Filtering

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, and 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.