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 1
Creating a Training Pipeline
In this video, we will see how to build a pipeline to select the top K features from an input data point and then classify them using an Extremely Random Forest classifier. - Generate some labeled sample data for training and testing - Construct the pipeline by joining the individual blocks - Predict the output for all the input values and print it