6
$\begingroup$

First of all I do not have a mathematics degree only a B.S. in finance so please take that into account when writing an answer. Generally what type of mathematics is involved here? And specifically what statistical formulas can be used in a scenario like this?

Recently Target was able to predict that a teen girl was pregnant by analyzing the items she had purchased, and sent her the appropriate coupons for her current condition. I would like to know broadly how were they able to do this, and specifically what types of mathematical formulas they used/ can be used to do this. This link will describe the specific situation.

  • 0
    What is the point in editing a 4 year old question and bringing it back up.2016-05-16

2 Answers 2

3

Target's approach is everyday, ordinary statistics. They have a list of products that are purchased by expectant mothers and know the significance of each "factor" (ie product purchase) towards indicating pregnancy. These are used to calculate a percent chance that the buyer is pregnant. Once that percentage exceeds a human-chosen threshold, they start sending them coupons and advertisements for baby stuff.

The products which expectant mothers tend to buy are unscented lotions, soaps, sanitizers, washcloths, cotton balls and containers (like extra large purses). If someone starts buying these things for the first time or in increasing amounts, each instance is counted as a factor.

2

Target Inc's data science team developed a customer loyalty system using a machine learning technique called Bayesian classification network that represent conditional dependencies against sets of random variables. In this case Target developed a strategy to understand customer behaviour and shopping habits and encourage customers to try products similar to their usual brand purchases. Target's CRM data warehouse contain customer engagement key figures with a brand dimension are fed to Target's Customer Loyalty system to answer for the best method to communicate with customers for brand experiences. Target's CL system was able to mine the teenager's shopping baskets and segmented her as a potential pregnant mother, therefore sending her baby coupons which is her preferred communication method. This ML technique is also used in Google Mail to filter out spam mail.

  • 0
    Target's Customer Loyalty Machine Learning is not a Statistical Tool like SAS or Excel spreadsheet. SAS or Excel require manual explicit programming to process and visualize reports from which the user derives patterns, trends and outcomes. Machine Learning computer programs are said to learn from experience with respect to some class of tasks and performance measure, if its performance at tasks as measured by performance measure, improves with the experience. Statistics tools do not learn from running statistical tasks, therefore, their performance do not improve over repeated usage.2017-04-29