| Literature DB >> 35755766 |
Huahong Zuo1, Sike Yang2, Hailong Wu3, Wei Guo3, Lina Wang4, Xiao Chen5, Yingqiang Su5.
Abstract
In order to accelerate the transformation of offline retailers and improve sales by using big data technology, this paper proposes a data-driven customer profile modeling method based on the collected historical purchase records of offline consumers. This method is mainly divided into three aspects: (1) an incremental RFM model is designed to classify the value of historical consumers and support the dynamic update of the model, which is more efficient than the traditional RFM model; (2) the commodity preference of different types of customers is analyzed by the TGI model, so as to guide the retail terminal to optimize the marketing strategy; (3) a commodity purchase behavior prediction model based on LSTM is proposed, which can predict the commodity that each customer may purchase in the future, so as to optimize the retail strategy. According to extensive experiments based on a true tobacco dataset, the incremental RFM model can save 80% more time than the traditional method, and our proposed prediction model can achieve 59.32% accuracy, which is better than other baselines.Entities:
Mesh:
Year: 2022 PMID: 35755766 PMCID: PMC9225839 DOI: 10.1155/2022/8069007
Source DB: PubMed Journal: Comput Intell Neurosci
Consumer classification of RFM model.
| Consumer classification | Type | Recency | Frequency | Monetary |
|---|---|---|---|---|
| Important value consumers | 1 | 1 | 1 | 1 |
| Important development consumers | 2 | 1 | 0 | 1 |
| Important maintain consumers | 3 | 0 | 1 | 1 |
| Important retain consumers | 4 | 0 | 0 | 1 |
| General value consumers | 5 | 1 | 1 | 0 |
| General development consumers | 6 | 1 | 0 | 0 |
| General maintain consumers | 7 | 0 | 1 | 0 |
| General retain consumers | 8 | 0 | 0 | 0 |
Consumer RFM table based on historical data statistics.
| Consumer | Recency | Frequency | Monetary |
|---|---|---|---|
|
| 33 | 3 | 28 |
|
| 34 | 1 | 27 |
|
| 36 | 3 | 26 |
|
| 37 | 1 | 59 |
Consumer RFM scoring table based on historical data statistics.
| Consumer | Recency | Frequency | Monetary |
|---|---|---|---|
|
| 0 | 1 | 0 |
|
| 0 | 0 | 0 |
|
| 1 | 0 | 0 |
|
| 1 | 1 | 1 |
RFM results based on historical data statistics.
| Consumer | Classification |
|---|---|
|
| General maintain |
|
| General retain |
|
| General develop |
|
| Important value |
RFM results in the latest month.
| Consumer | Recency | Frequency | Monetary |
|---|---|---|---|
|
| 10 | 2 | 18 |
|
| 2 | 1 | 15 |
|
| 5 | 2 | 18 |
Figure 1TGI analysis process.
Figure 2RNN model.
Figure 3LSTM model.
Figure 4The architecture of the prediction model.
Figure 5Comparison of RFM model efficiency.
Figure 6TGI index of TOP-4 well-sell cigarettes by different categories of customers. (a) Yellow crane tower (soft blue). (b) Liqun (new version). (c) Yellow crane tower (hard wonder). (d) Red golden dragon (soft boutique).
Figure 7Comparison of model evaluation results.
Figure 8Comparison of effect with and without embedding layer.
Figure 9Comparison of effect with and without TzX6 feature.
Figure 10Comparison of different K consumption records. (a) Average accuracy. (b) Average standard deviation.