- Learning Data Mining with Python(Second Edition)
- Robert Layton
- 289字
- 2021-07-02 23:40:03
Product recommendations
One of the issues with moving a traditional business online, such as commerce, is that tasks that used to be done by humans need to be automated for the online business to scale and compete with existing automated businesses. One example of this is up-selling, or selling an extra item to a customer who is already buying. Automated product recommendations through data mining are one of the driving forces behind the e-commerce revolution that is turning billions of dollars per year into revenue.
In this example, we are going to focus on a basic product recommendation service. We design this based on the following idea: when two items are historically purchased together, they are more likely to be purchased together in the future. This sort of thinking is behind many product recommendation services, in both online and offline businesses.
A very simple algorithm for this type of product recommendation algorithm is to simply find any historical case where a user has brought an item and to recommend other items that the historical user brought. In practice, simple algorithms such as this can do well, at least better than choosing random items to recommend. However, they can be improved upon significantly, which is where data mining comes in.
To simplify the coding, we will consider only two items at a time. As an example, people may buy bread and milk at the same time at the supermarket. In this early example, we wish to find simple rules of the form:
If a person buys product X, then they are likely to purchase product Y
More complex rules involving multiple items will not be covered such as people buying sausages and burgers being more likely to buy tomato sauce.
- Spring 5.0 Microservices(Second Edition)
- Photoshop智能手機(jī)APP UI設(shè)計之道
- Python Tools for Visual Studio
- EPLAN實戰(zhàn)設(shè)計
- Learning Zurb Foundation
- Scientific Computing with Scala
- Android系統(tǒng)原理及開發(fā)要點詳解
- HTML5 APP開發(fā)從入門到精通(微課精編版)
- Android驅(qū)動開發(fā)權(quán)威指南
- Hands-On Nuxt.js Web Development
- 零基礎(chǔ)學(xué)Python編程(少兒趣味版)
- Android應(yīng)用開發(fā)實戰(zhàn)(第2版)
- Visual Basic語言程序設(shè)計基礎(chǔ)(第3版)
- Functional Python Programming
- Using Yocto Project with BeagleBone Black