Book Image

Supervised and Unsupervised Learning with Python [Video]

By : Prateek Joshi
Book Image

Supervised and Unsupervised Learning with Python [Video]

By: Prateek Joshi

Overview of this book

Build real-world Artificial Intelligence (AI) applications to intelligently interact with the world around you, explore real-world scenarios, and learn about the various algorithms that can be used to build AI applications. Packed with insightful examples and topics such as predictive analytics and deep learning, this course is a must-have for Python developers.
Table of Contents (5 chapters)
Chapter 5
Building Recommender Systems
Content Locked
Section 5
Finding Similar Users
Collaborative filtering refers to the process of identifying patterns among the objects in a dataset in order to make a decision about a new object. - Define a function to find the users in the dataset that are similar to the given user - Extract the top num_users number of users as specified by the input argument - Find the top three users who are similar to the user specified by the input argument