5, 10 or 20 seats+ for your team - learn more
In this series of liveProjects, you’ll complete all the steps to build a recommendation system for a movie streaming website. Your system will need to learn the tastes of its users and predict which movies they might want to watch. You’ll work with movie data points like names, genres, and directors, and mapped interactions such as ratings and tags.
In this liveProject, you’ll build a movie recommendation system based on movies that your users have previously interacted with. This system is designed to boost engagement and keep your users on your site. You’ll develop a competitive array of similarity functions, and create your own recommender system based on these similarities. Finally, you’ll evaluate your system’s effectiveness and tune its parameters.
In this liveProject, you’ll build a movie recommendation system based on the content and metadata of movies in your system. This system is intended to maximize the satisfaction of your movie-watching users. You’ll start with an analysis to determine the content of your movies, then use that data to implement content-based similarities for both products and users. You’ll build and evaluate your recommender system based on these connections, till it’s the best it can be!
In this liveProject, you’ll build a movie recommendation system that reduces the dimensionality of the spaces involved to enhance its performance so that latent representations are identified, which aim to capture users and items interactions with the system on the same latent vector space. You’ll work to compute clusters on the movies and clients of your site, and utilize latent representations of users and items with a reduced dimensionality to compute similarities. Once you’ve established this data, you’ll build and test your recommendation engine.
In this liveProject, you’ll determine what similarities there are between certain movies, and then build a recommendation system based on the similarities you’ve identified. Although you’ll be working with movie data for a streaming website, identifying similarities can help enhance recommendation engines for any item or product. You’ll develop a general technique for spotting similarities, then apply your learned similarities to build a recommendation engine. You’ll then enrich your model with collaborative and content-based data, and evaluate and compare your model.
The liveProject is for intermediate Python programmers who know the basics of data science. To begin this liveProject, you will need to be familiar with the following: