See the results of your work.
- [Instructor] Now that we have…a working product recommendation system…let's see what results we get for different users.…Let's take a look at make_recommendations.py.…First we'll read in the data set…using panda's read csv command.…We'll also load the movie list using read csv…so we have access to the movie titles as well.…Then we'll use panda's pivot table function…to create the review matrix,…then we'll factor the review matrix…to get the U and M matrices.…Then we'll multiply U and M…to create the predicted ratings for each user.…Now that we have predicted ratings we can make predictions.…
Here we'll prompt for a user ID…that way the user can type in any user ID…to see recommendations for different users.…Before we print out the users recommended movies,…let's print out the movies the user…has already rated themself.…We can look them up in the raw data set df data frame.…We'll ask pandas to filter down the list…to the entries where the user ID…is the same one as the user just typed in.…Next let's join this list of reviews with the movie…
Author
Released
4/10/2017Recommendation systems are a key part of almost every modern consumer website. The systems help drive customer interaction and sales by helping customers discover products and services they might not ever find themselves. The course uses the free, open source tools Python 3.5, pandas, and numpy. By the end of the course, you'll be equipped to use machine learning yourself to solve recommendation problems. What you learn can then be directly applied to your own projects.
- Building a machine learning system
- Training a machine learning system
- Refining the accuracy of the machine learning system
- Evaluating the recommendations received
Skill Level Intermediate
Duration
Views
Related Courses
-
Introduction
-
Welcome1m 1s
-
Set up environment2m 15s
-
-
1. The Basics of Making Recommendations
-
2. Ways of Making Recommendations
-
3. Getting to Know Our Tools
-
4. Building the Framework for Our Recommendation System
-
5. Collaborative Filtering with Matrix Factorization
-
6. Testing Our System
-
Use regularization1m 52s
-
7. Using the Recommendation System in a Real World Program
-
Find similar products1m 59s
-
Conclusion
-
Wrap up47s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Explore our system’s recommendations