dev-matru / DIA-Project

Data Intelligence Applications: Pricing & Advertising Project (2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Intelligence Applications

Pricing & Advertising Project

The goal is modeling a scenario in which a seller exploits advertising tools to attract more and more users to its website, thus increasing the number of possible buyers. The seller needs to learn simultaneously the conversion rate and the number of users the advertising tools can attract. The project is made up of 7 different sub-projects:

  1. Imagine and model:
  • one product to sell;
  • three classes of users, where, for every user, we can observe the values of two binary features (feel free to choose the features and their domains);
  • the conversion rate curve of each class of users;
  • three subcampaigns, each with a different ad, to advertise the product, and each a targeting a different class of users;
  • there are three abrupt phases;
  • for every abrupt phase and for every subcampaign, the probability distribution over the daily number of clicks for every value of budget allocated to that subcampaign.
  1. Design a combinatorial bandit algorithm to optimize the budget allocation over the three subcampaigns to maximize the total number of clicks when, for simplicity, there is only one phase. Plot the cumulative regret.

  2. Design a sliding window combinatorial bandit algorithm for the case, instead, in which there are the three phases aforementioned. Plot the cumulative regret and compare it with the cumulative regret that a non-sliding window algorithm would obtain.

  3. Design a learning algorithm for pricing when the users that will buy the product are those that have clicked on the ads. Assume that the allocation of the budget over the three subcampaigns is fixed and there is only one phase (make this assumption also in the next steps). Plot the cumulative regret.

  4. Design and run a context generation algorithm for the pricing when the budget allocated to each single subcampaign is fixed. At the end of every week, use the collected data to generate contexts and then use these contexts for the following week. Plot the cumulative regret as time increases.

  5. Design an optimization algorithm combining the allocation of budget and the pricing when the seller a priori knows that every subcampaign is associated a with a different context and charges a different price for every context. Suggestion: the value per click to use in the knapsack-like problem depends on the pricing, that depends on the number of users of a specific class interested in buying the product. Notice that the two problems, namely, pricing and advertising, can be decomposed since each subcampaign targets a single class of users, thus allowing the computation of the value per click of a campaign only on the basis of the number of clicks generated by that subcampaign. Plot the cumulative regret when the algorithm learns both the conversion rate curves and the performance of the advertising subcampaigns.

  6. Do the same of Step 6 under the constraint that the seller charges a unique price to all the a classes of users. Suggestion: for every possible price, fix this price and repeat the algorithm used in Step 6. Plot the cumulative regret when the algorithm learns both the conversion rate curves and the performance of the advertising subcampaigns.

About

Data Intelligence Applications: Pricing & Advertising Project (2020)


Languages

Language:Python 100.0%