- Learning Data Mining with Python(Second Edition)
- Robert Layton
- 170字
- 2021-07-02 23:40:11
Recommending Movies Using Affinity Analysis
In this chapter, we will look at affinity analysis which determines when objects occur frequently together. This is also colloquially called market basket analysis, after one of the common use cases - determining when items are purchased together frequently in a store.
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 a case where we wish to work out when two movies are recommended by the same reviewers, we can use affinity analysis.
The key concepts of this chapter are as follows:
- Affinity analysis for product recommendations
- Feature association mining using the Apriori algorithm
- Recommendation Systems and the inherent challenges
- Sparse data formats and how to use them
- MySQL 8從入門到精通(視頻教學版)
- SQL學習指南(第3版)
- 我的第一本算法書
- Cassandra Data Modeling and Analysis
- C# and .NET Core Test Driven Development
- Mastering AWS Security
- Unity 2018 Augmented Reality Projects
- Python入門很輕松(微課超值版)
- Web前端開發技術:HTML、CSS、JavaScript
- C語言編程魔法書:基于C11標準
- 3D Printing Designs:Design an SD Card Holder
- 軟件再工程:優化現有軟件系統的方法與最佳實踐
- Java EE互聯網輕量級框架整合開發:SSM+Redis+Spring微服務(上下冊)
- Java項目驅動開發教程
- SQL Server 2008數據庫應用技術(第2版)