Book description
Online recommender systems help users find movies, jobs, restaurants—even romance! There’s an art in combining statistics, demographics, and query terms to achieve results that will delight them. Learn to build a recommender system the right way: it can make or break your application!
About the Technology
Recommender systems are everywhere, helping you find everything from movies to jobs, restaurants to hospitals, even romance. Using behavioral and demographic data, these systems make predictions about what users will be most interested in at a particular time, resulting in high-quality, ordered, personalized suggestions. Recommender systems are practically a necessity for keeping your site content current, useful, and interesting to your visitors.
About the Book
Practical Recommender Systems explains how recommender systems work and shows how to create and apply them for your site. After covering the basics, you’ll see how to collect user data and produce personalized recommendations. You’ll learn how to use the most popular recommendation algorithms and see examples of them in action on sites like Amazon and Netflix. Finally, the book covers scaling problems and other issues you’ll encounter as your site grows.
What's Inside
- How to collect and understand user behavior
- Collaborative and content-based filtering
- Machine learning algorithms
- Real-world examples in Python
About the Reader
Readers need intermediate programming and database skills.
About the Author
Kim Falk is an experienced data scientist who works daily with machine learning and recommender systems.
We interviewed Kim as a part of our Six Questions series. Check it out here.
Quotes
Covers the technical background and demonstrates implementations in clear and concise Python code.
- Andrew Collier, Exegetic
Have you wondered how Amazon and Netflix learn your tastes in products and movies, and provide relevant recommendations? This book explains how it’s done!
- Amit Lamba, Tech Overture
Everything about recommender systems, from entry-level to advanced concepts.
- Jaromir D.B. Nemec, DBN
A great and practical deep dive into recommender systems!
- Peter Hampton, Ulster University
Publisher resources
Table of contents
- Copyright
- Brief Table of Contents
- Table of Contents
- Preface
- Acknowledgments
- About this book
- About the author
- About the cover illustration
- Part 1. Getting ready for recommender systems
-
Part 2. Recommender algorithms
- Chapter 7. Finding similarities among users and among content
-
Chapter 8. Collaborative filtering in the neighborhood
- 8.1. Collaborative filtering: A history lesson
- 8.2. Calculating recommendations
- 8.3. Calculating similarities
- 8.4. Amazon’s algorithm to precalculate item similarity
- 8.5. Ways to select the neighborhood
- 8.6. Finding the right neighborhood
- 8.7. Ways to calculate predicted ratings
- 8.8. Prediction with item-based filtering
- 8.9. Cold-start problems
- 8.10. A few words on machine learning terms
- 8.11. Collaborative filtering on the MovieGEEKs site
- 8.12. What’s the difference between association rule recs and collaborative recs?
- 8.13. Levers to fiddle with for collaborative filtering
- 8.14. Pros and cons of collaborative filtering
- Summary
-
Chapter 9. Evaluating and testing your recommender
- 9.1. Business wants lift, cross-sales, up-sales, and conversions
- 9.2. Why is it important to evaluate?
- 9.3. How to interpret user behavior
- 9.4. What to measure
- 9.5. Before implementing the recommender...
- 9.6. Types of evaluation
- 9.7. Offline evaluation
- 9.8. Offline experiments
- 9.9. Implementing the experiment in MovieGEEKs
- 9.10. Evaluating the test set
- 9.11. Online evaluation
- 9.12. Continuous testing with exploit/explore
- Summary
-
Chapter 10. Content-based filtering
- 10.1. Descriptive example
- 10.2. Content-based filtering
- 10.3. Content analyzer
- 10.4. Extracting metadata from descriptions
- 10.5. Finding important words with TF-IDF
- 10.6. Topic modeling using the LDA
- 10.7. Finding similar content
- 10.8. Creating the user profile
- 10.9. Content-based recommendations in MovieGEEKs
- 10.10. Evaluation of the content-based recommender
- 10.11. Pros and cons of content-based filtering
- Summary
-
Chapter 11. Finding hidden genres with matrix factorization
- 11.1. Sometimes it’s good to reduce the amount of data
- 11.2. Example of what you want to solve
- 11.3. A whiff of linear algebra
- 11.4. Constructing the factorization using SVD
- 11.5. Constructing the factorization using Funk SVD
- 11.6. Doing recommendations with Funk SVD
- 11.7. Funk SVD implementation in MovieGEEKs
- 11.8. Explicit vs. implicit data
- 11.9. Evaluation
- 11.10. Levers to fiddle with for Funk SVD
- Summary
- Chapter 12. Taking the best of all algorithms: Implementing hybrid recommenders
- Chapter 13. Ranking and learning to rank
- Chapter 14. Future of recommender systems
- Index
- List of Figures
- List of Tables
- List of Listings
Product information
- Title: Practical Recommender Systems
- Author(s):
- Release date: February 2019
- Publisher(s): Manning Publications
- ISBN: 9781617292705
You might also like
book
Practical MLOps
Getting your models into production is the fundamental challenge of machine learning. MLOps offers a set …
book
Designing Distributed Systems
Without established design patterns to guide them, developers have had to build distributed systems from scratch, …
book
Designing Machine Learning Systems
Machine learning systems are both complex and unique. Complex because they consist of many different components …
book
Foundations of Scalable Systems
In many systems, scalability becomes the primary driver as the user base grows. Attractive features and …