There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.Here we will explore Content-based recommendation systems and implement a simple version of one using Python and the Pandas library.