- Learning Data Mining with Python
- Robert Layton
- 148字
- 2021-07-16 13:30:51
Chapter 4. Recommending Movies Using Affinity Analysis
In this chapter, we will look at affinity analysis that determines when objects occur frequently together. This is colloquially called market basket analysis, after one of the use cases of determining when items are purchased together frequently.
In Chapter 3, Predicting Sports Winners with Decision Trees, we looked at an object as a focus and used features to describe that object. In this chapter, the data has a different form. We have transactions where the objects of interest (movies, in this chapter) are used within those transactions in some way. The aim is to discover when objects occur simultaneously. In this example, we wish to work out when two movies are recommended by the same reviewers.
The key concepts of this chapter are as follows:
- Affinity analysis
- Feature association mining using the Apriori algorithm
- Movie recommendations
- Sparse data formats
- Expert C++
- GAE編程指南
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- C/C++算法從菜鳥到達人
- Apache Hive Essentials
- 數據結構與算法JavaScript描述
- Python Geospatial Development(Second Edition)
- Java深入解析:透析Java本質的36個話題
- Lua程序設計(第4版)
- EPLAN實戰設計
- Hands-On Full Stack Development with Go
- Mobile Device Exploitation Cookbook
- Red Hat Enterprise Linux Troubleshooting Guide
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- Tableau Dashboard Cookbook