Book description
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.
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
Learning JavaScript Design Patterns, 2nd Edition
Do you want to write beautiful, structured, and maintainable JavaScript by applying modern design patterns to …
book
Designing Data-Intensive Applications
Data is at the center of many challenges in system design today. Difficult issues need to …
book
Effective Java, 3rd Edition
Since this Jolt-award winning classic was last updated in 2008, the Java programming environment has changed …
book
Foundations of Scalable Systems
In many systems, scalability becomes the primary driver as the user base grows. Attractive features and …