US20130103490A1 - System and method for marketing mix optimization for brand equity management - Google Patents
System and method for marketing mix optimization for brand equity management Download PDFInfo
- Publication number
- US20130103490A1 US20130103490A1 US13/715,169 US201213715169A US2013103490A1 US 20130103490 A1 US20130103490 A1 US 20130103490A1 US 201213715169 A US201213715169 A US 201213715169A US 2013103490 A1 US2013103490 A1 US 2013103490A1
- Authority
- US
- United States
- Prior art keywords
- data
- brand
- marketing
- scoring
- product
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/02—Marketing; Price estimation or determination; Fundraising
- G06Q30/0241—Advertisements
- G06Q30/0242—Determining effectiveness of advertisements
- G06Q30/0244—Optimization
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/06—Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
- G06Q10/063—Operations research, analysis or management
- G06Q10/0631—Resource planning, allocation, distributing or scheduling for enterprises or organisations
- G06Q10/06315—Needs-based resource requirements planning or analysis
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/06—Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
- G06Q10/063—Operations research, analysis or management
- G06Q10/0637—Strategic management or analysis, e.g. setting a goal or target of an organisation; Planning actions based on goals; Analysis or evaluation of effectiveness of goals
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/02—Marketing; Price estimation or determination; Fundraising
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/02—Marketing; Price estimation or determination; Fundraising
- G06Q30/0201—Market modelling; Market analysis; Collecting market data
Definitions
- the present application generally relates to the optimization of marketing mix from the point of view of brand management and, more particularly, to the formulation of the sequential marketing mix optimization with respect to brand equity management as a Markov Decision Process.
- a novel process is provided in the formulation of the sequential marketing mix optimization with respect to brand equity management as a Markov Decision Process (MDP).
- MDP Markov Decision Process
- the method according to the invention formulates the problem of brand equity maximization utilizing MDP, thus casting the brand equity management problem as that of a long term reward optimization problem in MDP.
- the method according to the invention utilizes historical marketing and transaction data to estimate aspects of the MDP and which, optionally, generates marketing rules optimized with respect to the MDP and which, optionally, optimizes marketing media mix with respect to brand lifetime management for any given brand.
- Figure provides an illustrative example of how Markov Decision Process can be used to formalize the process of marketing mix optimization for brand equity management
- FIG. 2 provides a block diagram for the system according to the preferred embodiment of the invention
- FIG. 3 is a flow chart for the method according to the invention, making references to the system shown in FIG. 2 ;
- FIG. 4 provides a possible pseudo-code for one version of batch reinforcement learning based on Q-learning according to the present invention.
- FIG. 5 is a flow chart for one possible scoring method.
- the present invention effectively deals with the above-mentioned problems of conventional systems. In many practical cases, the present invention may result in a significant increase in the total profits obtained over state-of-the-art approaches.
- the present invention includes a system and method of marketing mix optimization for product/brand equity management which may apply, for example, a framework of reinforcement learning to address the issue of sequential decision making when interactions can occur among decision outcomes.
- Reinforcement learning refers to a class of problems and associated techniques in which the learner is to learn how to make sequential decisions based on delayed reinforcement so as to maximize cumulative rewards.
- MDP Markov Decision Process
- MDP provides an advanced framework for modeling general media-mix marketing and corporate/product branding strategy.
- the method according to the invention combines MDP with predictive modeling to handle complex combination of a large variety of factors, marketing actions and effects.
- MDP Markov Decision Process
- the environment is assumed to be in some state at any given point in time.
- states would be represented as feature vectors comprising categorical and numerical data fields that characterize what is known about each product/brand at the time a decision is made.
- the state could summarize information on the stage/phase of branding strategy and/or product brand development, and/or the interactions between the enterprise and environment, e.g., economy, competitive landscape, etc.
- each of the stages, represented by balloons, is defined as a “state”.
- a “state” should quantify the state that the enterprise-environment interaction is in.
- the “state” could summarize information on the stage/phase of branding strategy and/or product brand development, and/or the interactions between the enterprise and environment, e.g., economy, competitive landscape, etc.
- “State” will in general be represented by vectors of attributes quantifying above.
- “Action” may be a vector quantifying marketing media-mix (e.g., budget portfolio).
- the learner When the learner takes an action, it receives a finite reward and the environment makes a probabilistic transition to another state.
- the goal of a learner is to learn to act so as to maximize the cumulative reward it receives (usually with future rewards discounted) as the learner takes actions and traverses through the state space.
- a brand In the case of product/brand marketing, a brand, with all its past history of marketing actions and transactions, is in a certain state at any given point in time. When an enterprise takes an action, the brand then makes a probabilistic transition to another state, possibly generating a reward. This process continues throughout the life of the brand. The reward at each state transition is the net profit to the enterprise for the brand in question.
- FIG. 2 is a block diagram for a preferred embodiment of the system of the present invention.
- the system comprises of the following modules: data storage module 201 ; data preparation module 202 ; reinforcement learning module 203 ; model display module 204 ; model evaluation module 205 ; and scoring module 206 .
- Data storage module 201 includes transaction data store 201 1 , marketing data store 201 2 and product taxonomy data store 201 3 .
- the data from these data stores are provided as raw data 207 to the data preparation module 202 .
- This raw data is processed by the data preparation module 202 , and the processed data is output as training data 208 to the reinforcement learning module 203 .
- the reinforcement learning module 203 generates models 209 1 , 209 2 and 209 3 , respectively, to each of the model display module 204 , the model evaluation module 205 and the scoring module 206 .
- the scoring module 206 additionally receives scoring data 210 from the data preparation module 202 and generates output marketing actions 211 .
- FIG. 3 shows the flow chart of the method, which can be implemented on the system as shown in FIG. 2 .
- the method shown in FIG. 3 begins in function block 301 by accessing the data storage module 201 by the data preparation module 202 .
- data are obtained that are required for the reinforcement learning module 203 , which consist of transaction data, marketing data, and possibly product taxonomy data.
- the transaction data contain historical, dated records of transactions, with information that specifies the product items sold and the corresponding sales and possibly profit amounts.
- the product item information can then be joined with the product taxonomy data, if they exit, to retrieve product taxonomy attributes for the transactions under consideration.
- the data preparation module 202 also accesses the marketing data, which consist of historical, dated records of marketing actions, which should ideally contain information on the product types or product taxonomy attributes of the products that are the subject of the corresponding marketing activities.
- the data preparation module 202 processes the raw data to generate the training data that will be required by the reinforcement learning module 203 .
- these data will be episodic data; that is, each record captures the state, represented by attributes that summarize the marketing and transaction history as well as the product taxonomy attributes about a particular product item under consideration.
- attributes that summarize the marketing and transaction history as well as the product taxonomy attributes about a particular product item under consideration.
- the reinforcement learning module 203 Having received episodic data from the data preparation module 202 , the reinforcement learning module 203 applies a so-called batch reinforcement learning method on this data set in function block 303 , and obtains a number of models 109 i of lifetime value, for example, those of the so-called Q-value function, which will be explained in detail in the section on “Reinforcement Learning”.
- the generated models will be optionally passed to the model display module 204 to be displayed for inspection by the user, in function block 304 , and optionally to the model evaluation module 205 in function block 305 , which evaluates the effectiveness of the resulting models, using such criteria as the long term profitability of the marketing policy represented by them.
- the scoring module 206 first generates the product profile attributes for each product of interest, which is analogous to the training data generation process, except it now only needs to generate attribute vectors, or product profiles, for the current time of decision making, rather than for a subset of the sequence of decision making time points available in the data.
- the scoring module 206 uses the Q-value models and the generated product profiles to generate a nearly optimal marketing decision, such as marketing mix, for each product item or category of interest.
- the present invention may utilize the popular Markov Decision Process (MDP) model in reinforcement learning with function approximation.
- MDP Markov Decision Process
- the environment is assumed to be in one of a set of possible states.
- the learner takes one of several possible actions a, receives a finite reward (i.e., a profit or loss) r, and the environment makes a transition to another state s′.
- the reward r and the transition state s′ are both obtained with probability distributions that depend on the state s and action a.
- the environment starts in some initial state s 0 and the learner repeatedly takes actions indefinitely. This process results in a sequence of actions
- the goal of the learner is to maximize the total rewards accrued over time, usually with future rewards discounted. That is, the goal is to maximize the cumulative reward R,
- ⁇ is a discount factor for calculating the net present value of future rewards based on a given interest rate.
- a learner follows a certain policy to make decisions about its actions.
- This policy can be represented as a function ⁇ mapping states to actions such that ⁇ (s) is the action the learner would take in state s.
- ⁇ (s) is the action the learner would take in state s.
- a theorem of Markov Decision Processes is that an optimum policy ⁇ * exists that maximizes the cumulative reward given by Equation (1) for every initial state s 0 .
- a useful quantity to define is what is known as the value function Q ⁇ of a policy.
- a value function maps a state s and an action a to the expected value of the cumulative reward that would be obtained if the environment started in state s, and the learner performed action a and then followed policy ⁇ forever after.
- Q ⁇ (s, a) is thus defined as
- E ⁇ denotes the expectation with respect to the policy ⁇ that is used to define the actions taken in all states except the initial state s 0 .
- R(s,a) is the expected immediate reward E r [r
- This solution method is known as value iteration.
- Q k (s,a) converges to Qk(s,a) a k tends to infinity.
- the optimum policy is then given by
- ⁇ * ⁇ ( s ) arg ⁇ ⁇ max a ⁇ Q * ⁇ ( s , a ) .
- Equation (4) requires knowledge of both the expected reward R(s,a) for each state-action pair as well as the state transition probabilities P(s′
- an optimum policy e.g., a near optimum policy
- Q-learning attributed to Watkins (see, e.g., C. J. C. H. Watkins, Learning from Delayed Rewards, PhD thesis, Cambridge University, Cambridge, 1989), is based on the Bellman equation (Equation (3)) and value iteration (Equation (4)).
- Q-learning estimates optimum value functions in an online fashion when the sets of possible states and actions are both finite. The method starts with some initial estimates of the Q-values for each state and then updates these estimates at each time step according to the following equation:
- the first assumption is that the problem space consists of a reasonably small number of atomic states and actions.
- the Q-learning method described above performs value updates for each state-action pair, which requires that the number of such pairs be finite.
- the second assumption that was made is the availability of online interaction with the environment. In applications like marketing optimization, this situation is typically not the case. In fact, it is quite the opposite. In marketing optimization, one usually has access to a very large amount of data accumulated from past transaction history from which an effective marketing strategy is to be derived. Moreover, the marketing strategy (i.e., the policy) must make simultaneous decisions for a collection of brands and products at a time. Online learning of policies, via reinforcement learning or otherwise, is not practical under these circumstances.
- Batch reinforcement learning refers to a form of reinforcement learning in which the learning does not take place in an online fashion as the learner performs actions and the environment traverses states. Instead, batch learning makes use of a potentially large volume of static training data that represents prior experience. The training data consists of sequences of states, actions, and resulting rewards. Batch learning thus reflects the realities of certain real-world applications like targeted marketing.
- Function approximation amounts to representing the value function as some reasonable function of state features and actions (e.g., see X. Wang and T. Dietterich, “Efficient value function approximation using regression trees”, Proceedings of the IJCAI Workshop on Statistical Machine Learning for Large - Scale Optimization, 1999).
- the usual online learning approach assigns explicit values to explicit state-action pairs.
- the state features can include everything that is known about a product or a brand, such as product taxonomy information and past marketing and sales history.
- batch reinforcement learning with function approximation attempts to estimate the value function Q(s, a) by reformulating value iteration (i.e., Equation (4)) as a supervised learning problem.
- value iteration i.e., Equation (4)
- an estimate of the expected immediate reward function R(s, a) is obtained by using supervised learning methods to predict the value of R(s, a) based on the features that characterize the input state s and the input action a.
- the same supervised learning methods are used again to obtained successively improved predictions of Q(s, a) by using variants of Q-learning (Equation (5)) to recalculate the target values that are to be predicted for each iteration.
- FIG. 4 provides a possible pseudo-code for a batch reinforcement learning based on Q-learning.
- the input training data D is assumed to include (e.g., consist of), or contain enough information to recover, episode data.
- An episode is a sequence of events, where each event consists of a state, an action, and a reward. Episodes preserve the temporal order in which events are observed.
- States s i,j are feature vectors that contain numeric and/or categorical data fields.
- Actions a i,j are assumed to be members of some pre-specified finite set.
- Rewards r i,j are real-valued.
- the base learning module, Base takes as input a set of event data and outputs a regression model Q k that maps state-action pairs (s, a) to their estimated Q-values Q k (s, a).
- ⁇ k is set to be ⁇ /k for some positive constant ⁇ 1.
- the present invention may employ any regression method including, for example, a multivariate linear-regression tree method implemented in the IBM ProbE data mining engine (e.g., see, R. Natarajan and E. Pednault, “Segmented Regression Estimators for Massive Data Sets”, Second SIAM International Conference on Data Mining, Arlington, Va.).
- This learning method produces decision trees with multivariate linear regression models at the leaves.
- Regression models are constructed as trees are built, and splits are selected to maximize the predictive accuracies of the regression models in the resulting child nodes.
- Feature selection is performed as part of both the tree building process (i.e., split selection) and the regression modeling process (i.e., variable selection).
- pruning is performed both on the trees and on the regression models at the nodes.
- the goal of the scoring module 206 is to determine the optimal marketing action, such as marketing mix, for any product item, given a value function model, which is a function that determines the expected lifetime value given a state feature vector, and an action feature vector.
- the action feature vector in the case of marketing mix optimization, will be a vector that specifies investment mix over a number of marketing media, such as mass marketing, printing, TV, email and catalogues.
- Input block 501 inputs N, the number of products to be scored, V, the regression model for Q-value: S ⁇ A ⁇ R, and D, the scoring data: ⁇ S(i)
- i 1, . . . ,N ⁇ .
- a determination is made in decision block 503 as to whether i>N and, if so, there is output A( 1 ), . . .
- A(N); otherwise, in function block 504 , choose A ⁇ R m and randomly set A(i) A.
- the process makes use of the output model to determine a small incremental change in which direction would result in the largest possible improvement in the value function. It then makes a small incremental change to the current action vector.
- the procedure works by iterating the above process until some convergence criterion is met. Given a non-linear regression model, such a process is not guaranteed to converge to the best action vector for the given value function and the given state feature vector. Nonetheless, it is an efficient method that gives reasonably good performance, as compared to an enumerative method that generates action vectors on all grid points with certain granulaity, and applies the value function model to them all, and then to determine the best action vector.
Landscapes
- Business, Economics & Management (AREA)
- Engineering & Computer Science (AREA)
- Strategic Management (AREA)
- Development Economics (AREA)
- Human Resources & Organizations (AREA)
- Entrepreneurship & Innovation (AREA)
- Finance (AREA)
- Accounting & Taxation (AREA)
- Economics (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Game Theory and Decision Science (AREA)
- Marketing (AREA)
- Educational Administration (AREA)
- Operations Research (AREA)
- Quality & Reliability (AREA)
- Tourism & Hospitality (AREA)
- Data Mining & Analysis (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
A method of marketing optimization with respect to brand lifetime management formulates a problem of brand equity maximization utilizing Markov Decision Process (MDP) thereby casting brand equity management as a long term regard optimization problem in MDP, The marketing mix is optimized by formulating the mix as actions in MDP and, utilizing historical marketing and transaction data, aspects of the MDP are estimated.
Description
- The invention disclosed in the present application is related to the invention disclosed in U.S. patent application Ser. No. 10/198,102 filed Jul. 19, 2002, by Naoki Abe and Edwin P. Pednault for “System and Method for Sequential Decision Making for Customer Relationship Management” and assigned to a common assignee herewith. The disclosure of U.S. patent application Ser. No. 10/198,102 is incorporated herein by reference.
- 1. Field of the Invention
- The present application generally relates to the optimization of marketing mix from the point of view of brand management and, more particularly, to the formulation of the sequential marketing mix optimization with respect to brand equity management as a Markov Decision Process.
- 2. Background Description
- There is an increasing interest in the use of predictive data mining techniques to optimize the total effectiveness of marketing mix from the point of view of brand management. Unlike most of the existing targeted marketing scenarios, the current problem focuses on optimizing a broad spectrum of marketing activities including mass marketing. As a result, the transaction data to be used for analysis may not be tied to individual customers, as is the case for the invention disclosed and claimed in U.S. patent application Ser. No. 10/198,102. Therefore, methods are needed that can optimize marketing mix given transaction data, not linked to customers.
- Another aspect that is lacking in existing approaches for marketing mix optimization/modeling is the notion of optimizing sequences of marketing mix decisions over the lifetime of a brand so as to best manage the various stages of a brand's lifetime. Existing approaches mostly focus on the issue of accurate modeling of the effect of marketing mix given highly noisy data. While this is an important technical challenge that need be addressed, it alone does not address the problem of optimizing sequences of marketing mix decisions over time.
- It is therefore an object of this invention to provide a means by which to address the issue of optimizing sequences of marketing mix decisions through brand lifetime, based on transaction data that are tied to products/brands, rather than customers.
- According to the present invention, a novel process is provided in the formulation of the sequential marketing mix optimization with respect to brand equity management as a Markov Decision Process (MDP).
- More particularly, the method according to the invention formulates the problem of brand equity maximization utilizing MDP, thus casting the brand equity management problem as that of a long term reward optimization problem in MDP. In addition, the method according to the invention utilizes historical marketing and transaction data to estimate aspects of the MDP and which, optionally, generates marketing rules optimized with respect to the MDP and which, optionally, optimizes marketing media mix with respect to brand lifetime management for any given brand.
- The foregoing and other objects, aspects and advantages will be better understood from the following detailed description of a preferred embodiment of the invention with reference to the drawings, in which:
- Figure provides an illustrative example of how Markov Decision Process can be used to formalize the process of marketing mix optimization for brand equity management;
-
FIG. 2 provides a block diagram for the system according to the preferred embodiment of the invention; -
FIG. 3 is a flow chart for the method according to the invention, making references to the system shown inFIG. 2 ; -
FIG. 4 provides a possible pseudo-code for one version of batch reinforcement learning based on Q-learning according to the present invention; and -
FIG. 5 is a flow chart for one possible scoring method. - The present invention effectively deals with the above-mentioned problems of conventional systems. In many practical cases, the present invention may result in a significant increase in the total profits obtained over state-of-the-art approaches.
- The present invention includes a system and method of marketing mix optimization for product/brand equity management which may apply, for example, a framework of reinforcement learning to address the issue of sequential decision making when interactions can occur among decision outcomes. Reinforcement learning refers to a class of problems and associated techniques in which the learner is to learn how to make sequential decisions based on delayed reinforcement so as to maximize cumulative rewards.
- More specifically, the present invention may utilize the popular Markov Decision Process (MDP) framework. MDP provides an advanced framework for modeling general media-mix marketing and corporate/product branding strategy. The method according to the invention combines MDP with predictive modeling to handle complex combination of a large variety of factors, marketing actions and effects.
- In a Markov Decision Process (MDP), the environment is assumed to be in some state at any given point in time. In the case of brand/product marketing, such states would be represented as feature vectors comprising categorical and numerical data fields that characterize what is known about each product/brand at the time a decision is made. The state could summarize information on the stage/phase of branding strategy and/or product brand development, and/or the interactions between the enterprise and environment, e.g., economy, competitive landscape, etc.
- Referring now to the drawings, and more particularly to
FIG. 1 , there is illustrated a simple schematic example of how the method according to the invention formulates the problem marketing mix optimization for brand equity management as an MDP. InFIG. 1 , each of the stages, represented by balloons, is defined as a “state”. A “state” should quantify the state that the enterprise-environment interaction is in. The “state” could summarize information on the stage/phase of branding strategy and/or product brand development, and/or the interactions between the enterprise and environment, e.g., economy, competitive landscape, etc. “State” will in general be represented by vectors of attributes quantifying above. “Action” may be a vector quantifying marketing media-mix (e.g., budget portfolio). - When the learner takes an action, it receives a finite reward and the environment makes a probabilistic transition to another state. The goal of a learner is to learn to act so as to maximize the cumulative reward it receives (usually with future rewards discounted) as the learner takes actions and traverses through the state space. In the case of product/brand marketing, a brand, with all its past history of marketing actions and transactions, is in a certain state at any given point in time. When an enterprise takes an action, the brand then makes a probabilistic transition to another state, possibly generating a reward. This process continues throughout the life of the brand. The reward at each state transition is the net profit to the enterprise for the brand in question. It takes into account both the purchases of products/brands under consideration in response to the enterprise's marketing actions, and the cost of those actions. The reward can thus be negative if marketing actions result in no purchases, which represents a net loss. Application of reinforcement learning to this problem amounts to maximizing the net present value of profits and losses over the life cycle of a product/brand, or a set of them.
- System Architecture and Control Flow
-
FIG. 2 is a block diagram for a preferred embodiment of the system of the present invention. The system comprises of the following modules:data storage module 201;data preparation module 202;reinforcement learning module 203;model display module 204;model evaluation module 205; andscoring module 206.Data storage module 201 includestransaction data store 201 1,marketing data store 201 2 and producttaxonomy data store 201 3. The data from these data stores are provided asraw data 207 to thedata preparation module 202. This raw data is processed by thedata preparation module 202, and the processed data is output astraining data 208 to thereinforcement learning module 203. Thereinforcement learning module 203 generates models 209 1, 209 2 and 209 3, respectively, to each of themodel display module 204, themodel evaluation module 205 and thescoring module 206. Thescoring module 206 additionally receivesscoring data 210 from thedata preparation module 202 and generatesoutput marketing actions 211. -
FIG. 3 shows the flow chart of the method, which can be implemented on the system as shown inFIG. 2 . With reference now to bothFIGS. 2 and 3 , the method shown inFIG. 3 begins infunction block 301 by accessing thedata storage module 201 by thedata preparation module 202. In this step, data are obtained that are required for thereinforcement learning module 203, which consist of transaction data, marketing data, and possibly product taxonomy data. The transaction data contain historical, dated records of transactions, with information that specifies the product items sold and the corresponding sales and possibly profit amounts. The product item information can then be joined with the product taxonomy data, if they exit, to retrieve product taxonomy attributes for the transactions under consideration. Thedata preparation module 202 also accesses the marketing data, which consist of historical, dated records of marketing actions, which should ideally contain information on the product types or product taxonomy attributes of the products that are the subject of the corresponding marketing activities. - In
function block 302, thedata preparation module 202 processes the raw data to generate the training data that will be required by thereinforcement learning module 203. As will be elaborated in the section on “Reinforcement Learning”, these data will be episodic data; that is, each record captures the state, represented by attributes that summarize the marketing and transaction history as well as the product taxonomy attributes about a particular product item under consideration. There will be in general multiple records, corresponding to different time steps, for each product type. There will also be potentially many groups of such records, corresponding to the variety of product items under consideration. - Having received episodic data from the
data preparation module 202, thereinforcement learning module 203 applies a so-called batch reinforcement learning method on this data set infunction block 303, and obtains a number of models 109 i of lifetime value, for example, those of the so-called Q-value function, which will be explained in detail in the section on “Reinforcement Learning”. The generated models will be optionally passed to themodel display module 204 to be displayed for inspection by the user, infunction block 304, and optionally to themodel evaluation module 205 infunction block 305, which evaluates the effectiveness of the resulting models, using such criteria as the long term profitability of the marketing policy represented by them. - Finally, the models are passed to the
scoring module 206 infunction block 306. Thescoring module 206 first generates the product profile attributes for each product of interest, which is analogous to the training data generation process, except it now only needs to generate attribute vectors, or product profiles, for the current time of decision making, rather than for a subset of the sequence of decision making time points available in the data. Thescoring module 206 then uses the Q-value models and the generated product profiles to generate a nearly optimal marketing decision, such as marketing mix, for each product item or category of interest. - As briefly explained in the introduction, the present invention may utilize the popular Markov Decision Process (MDP) model in reinforcement learning with function approximation. For an introduction to reinforcement learning see, for example, R. S. Sutton and A. G. Barto, Reinforcement Learning: An Introduction, MIT Press, 1998; and L. P. Kaelbling, M. L. Littman, and A. W. Moore, “Reinforcement learning: A survey”, Journal of Artificial Intelligence Research, 4, 1996. The following is a brief description of an MDP.
- At any point in time, the environment is assumed to be in one of a set of possible states. At each time tick (the present invention may assume a discrete time clock), the environment is in some state s, the learner takes one of several possible actions a, receives a finite reward (i.e., a profit or loss) r, and the environment makes a transition to another state s′. Here, the reward r and the transition state s′ are both obtained with probability distributions that depend on the state s and action a.
- The environment starts in some initial state s0 and the learner repeatedly takes actions indefinitely. This process results in a sequence of actions
-
- rewards
-
- and transition states
-
- The goal of the learner is to maximize the total rewards accrued over time, usually with future rewards discounted. That is, the goal is to maximize the cumulative reward R,
-
- where rt is the reward obtained at the t'th time step and γ is some positive constant less than 1. In financial terms, γ is a discount factor for calculating the net present value of future rewards based on a given interest rate.
- Generally speaking, a learner follows a certain policy to make decisions about its actions. This policy can be represented as a function π mapping states to actions such that π(s) is the action the learner would take in state s. A theorem of Markov Decision Processes is that an optimum policy π* exists that maximizes the cumulative reward given by Equation (1) for every initial state s0.
- In order to construct an optimum policy π*, a useful quantity to define is what is known as the value function Qπ of a policy. A value function maps a state s and an action a to the expected value of the cumulative reward that would be obtained if the environment started in state s, and the learner performed action a and then followed policy π forever after. Qπ(s, a) is thus defined as
-
- where Eπ denotes the expectation with respect to the policy π that is used to define the actions taken in all states except the initial state s0.
- A remarkable property of Markov Decision Processes is that the value function Q* of an optimum policy π* satisfies the following recurrence relation, known as the Bellman optimality equation:
-
- where the first Er[r|s,a] is the expected immediate reward obtained by performing action a in state s, and the second term
-
- is the expected cumulative reward of performing the optimum action in the transition state s0 that results when action a is perfoiined in state s.
- The Bellman equation can be solved via fixed-point iteration using the following system of equations:
-
- where R(s,a) is the expected immediate reward Er[r|s,a[ and P(s′|s,a) is the probability of ending up in state s′ when action a is performed in state s. This solution method is known as value iteration. In the limit, Qk(s,a) converges to Qk(s,a) a k tends to infinity. The optimum policy is then given by
-
- The use of Equation (4), however, requires knowledge of both the expected reward R(s,a) for each state-action pair as well as the state transition probabilities P(s′|s,a). In learning situations these functions are unknown. Therefore, the problem faced by the learner is to infer an optimum policy (e.g., a near optimum policy) over time through observation and experimentation.
- Several approaches are known in the literature. One popular reinforcement-learning method known as Q-learning, attributed to Watkins (see, e.g., C. J. C. H. Watkins, Learning from Delayed Rewards, PhD thesis, Cambridge University, Cambridge, 1989), is based on the Bellman equation (Equation (3)) and value iteration (Equation (4)). Q-learning estimates optimum value functions in an online fashion when the sets of possible states and actions are both finite. The method starts with some initial estimates of the Q-values for each state and then updates these estimates at each time step according to the following equation:
-
- It is known that, with some technical conditions, the above procedure probabilistically converges to the optimal value function (e.g., see C. J. C. H. Watkins and P. Dayan “Q-learning”, Machine Learning, 8:279-292, 1992). The parameter α affects the rate of convergence of the update rule, as well as the asymptotic residual error in the estimate of the value function as the time step t tends to infinity. In order to obtain both a fast rate of convergence (which requires a to be large) and small asymptotic estimation error (which requires α to be small), the value of α is usually set up to be a decreasing function of time t. To ensure convergence, it is also necessary to repeatedly try every action in every reachable state in order to accurately estimate the value function for every state-action pair.
- Batch Reinforcement Learning with Function Approximation
- In the foregoing description of reinforcement learning, two simplifying assumptions were made that are not satisfied in the current setting. The first assumption is that the problem space consists of a reasonably small number of atomic states and actions. The Q-learning method described above performs value updates for each state-action pair, which requires that the number of such pairs be finite. In many practical applications, including marketing optimization, it is natural to treat the state space as a feature space with a large number of both categorical and real-valued features. In such cases, the state space is prohibitively large to represent explicitly, which renders the above methods impractical.
- The second assumption that was made is the availability of online interaction with the environment. In applications like marketing optimization, this situation is typically not the case. In fact, it is quite the opposite. In marketing optimization, one usually has access to a very large amount of data accumulated from past transaction history from which an effective marketing strategy is to be derived. Moreover, the marketing strategy (i.e., the policy) must make simultaneous decisions for a collection of brands and products at a time. Online learning of policies, via reinforcement learning or otherwise, is not practical under these circumstances.
- Bearing these factors in mind, the inventors propose to use so-called batch reinforcement learning methods with function approximation. Batch reinforcement learning refers to a form of reinforcement learning in which the learning does not take place in an online fashion as the learner performs actions and the environment traverses states. Instead, batch learning makes use of a potentially large volume of static training data that represents prior experience. The training data consists of sequences of states, actions, and resulting rewards. Batch learning thus reflects the realities of certain real-world applications like targeted marketing.
- Function approximation amounts to representing the value function as some reasonable function of state features and actions (e.g., see X. Wang and T. Dietterich, “Efficient value function approximation using regression trees”, Proceedings of the IJCAI Workshop on Statistical Machine Learning for Large-Scale Optimization, 1999). The usual online learning approach, by contrast, assigns explicit values to explicit state-action pairs. For marketing optimization purposes, the state features can include everything that is known about a product or a brand, such as product taxonomy information and past marketing and sales history.
- Given such training data, batch reinforcement learning with function approximation attempts to estimate the value function Q(s, a) by reformulating value iteration (i.e., Equation (4)) as a supervised learning problem. In particular, on the first iteration, an estimate of the expected immediate reward function R(s, a) is obtained by using supervised learning methods to predict the value of R(s, a) based on the features that characterize the input state s and the input action a. On the second and subsequent iterations, the same supervised learning methods are used again to obtained successively improved predictions of Q(s, a) by using variants of Q-learning (Equation (5)) to recalculate the target values that are to be predicted for each iteration.
- Referring again to the drawings,
FIG. 4 provides a possible pseudo-code for a batch reinforcement learning based on Q-learning. The input training data D is assumed to include (e.g., consist of), or contain enough information to recover, episode data. An episode is a sequence of events, where each event consists of a state, an action, and a reward. Episodes preserve the temporal order in which events are observed. States si,j are feature vectors that contain numeric and/or categorical data fields. Actions ai,j are assumed to be members of some pre-specified finite set. Rewards ri,j are real-valued. The base learning module, Base, takes as input a set of event data and outputs a regression model Qk that maps state-action pairs (s, a) to their estimated Q-values Qk(s, a). In the two procedures shown in these figures, and in all variants considered later herein, αk is set to be α/k for some positive constant α<1. - As a base learning method, the present invention may employ any regression method including, for example, a multivariate linear-regression tree method implemented in the IBM ProbE data mining engine (e.g., see, R. Natarajan and E. Pednault, “Segmented Regression Estimators for Massive Data Sets”, Second SIAM International Conference on Data Mining, Arlington, Va.). This learning method produces decision trees with multivariate linear regression models at the leaves. Regression models are constructed as trees are built, and splits are selected to maximize the predictive accuracies of the regression models in the resulting child nodes. Feature selection is performed as part of both the tree building process (i.e., split selection) and the regression modeling process (i.e., variable selection). Likewise, pruning is performed both on the trees and on the regression models at the nodes.
- The goal of the scoring module 206 (
FIG. 2 ) is to determine the optimal marketing action, such as marketing mix, for any product item, given a value function model, which is a function that determines the expected lifetime value given a state feature vector, and an action feature vector. The action feature vector, in the case of marketing mix optimization, will be a vector that specifies investment mix over a number of marketing media, such as mass marketing, printing, TV, email and catalogues. - There are a number of possible methods to achieve the above goal approximately. One example is to use the hill climbing method, which is shown in
FIG. 5 , works as follows.Input block 501 inputs N, the number of products to be scored, V, the regression model for Q-value: S×A→R, and D, the scoring data: {S(i)|i=1, . . . ,N}. The process is initialized infunction block 502 by setting i=1, and for all i=1, . . . , N, setting V(i) to a minimum possible value. A determination is made indecision block 503 as to whether i>N and, if so, there is output A(1), . . . , A(N); otherwise, infunction block 504, choose AεRm and randomly set A(i)=A. A determination is next made indecision block 505 as to whether a convergence condition is true. If so, the process goes to functionblock 508; otherwise, infunction block 506, if V(S(i),A)>V(i), then V(i)=V(S(i), A) and A(i):=A. Next, infunction block 507 choose a small increment ΔεRm and set A:=A+A. Then, infunction block 508 the index I is incremented, i.e., i:=i+1, and the process returns todecision block 503. Thus, starting with an initial action vector, which can for example be set randomly, the process makes use of the output model to determine a small incremental change in which direction would result in the largest possible improvement in the value function. It then makes a small incremental change to the current action vector. The procedure works by iterating the above process until some convergence criterion is met. Given a non-linear regression model, such a process is not guaranteed to converge to the best action vector for the given value function and the given state feature vector. Nonetheless, it is an efficient method that gives reasonably good performance, as compared to an enumerative method that generates action vectors on all grid points with certain granulaity, and applies the value function model to them all, and then to determine the best action vector. - While the invention has been described in terms of a single preferred embodiment, those skilled in the art will recognize that the invention can be practiced with modification within the spirit and scope of the appended claims.
Claims (15)
1. A computer implemented method of marketing optimization with respect to brand lifetime management for a brand having a lifetime and that comprises one or more branded products, comprising the steps performed by a computer of:
storing data that relate to the one or more branded products of the brand but are not tied to individual customers, the data being characterized by impossibility to ascertain individual customers from the data;
for a mix of marketing media, and using the stored data, forming a long term reward optimization problem in MDP; optimizing the marketing mix;
maximizing a net present value of profits and losses over a life cycle of the brand;
outputting an action vector that is a set of marketing actions which is a marketing mix optimization, optimized over the life cycle of the brand.
2-5. (canceled)
6. The method recited in claim 1 , further comprising the step of displaying the generated models.
7. The method recited in claim 1 , further comprising the step of evaluating the generated models and displaying results of the evaluation.
8. The method recited in claim 1 , wherein scoring the selected product types is used to determine an optimal marketing action for any product item, given a value function model which is a function that determines an expected lifetime value given a state feature vector and an action feature vector.
9-11. (canceled)
12. The method of claim 1 , wherein the storing step includes storing:
(a) transaction data that contain historical, dated records of transactions, with information that specifies what products were sold and corresponding sales amount with or without specifying profit amount, the data being characterized by impossibility to ascertain individual customers from the data;
(b) marketing data which consist of historical, dated records of marketing actions, the data being characterized by impossibility to ascertain individual customers from the data;
(c) product taxonomy data, the data being characterized by impossibility to ascertain individual customers from the data.
13. The method of claim 1 , comprising accessing the transaction data, marketing data and product taxonomy data and generating training data.
14. The method of claim 13 , comprising running a reinforcement learning procedure on the training data to generate a number of lifetime value models.
15. The method of claim 1 , including selecting a value model and, using scoring data on selected product types, scoring the selected product types using the selected model.
16. The method of claim 1 , wherein the life cycle of the brand includes introducing the brand, developing the brand, maturing of the brand, fading of the brand, the brand driving other brands, the brand being profitable and the brand failing.
17. The method of claim 1 , including outputting a vector that specifies investment mix over a set of marketing media that comprises mass marketing, printing, TV, email and catalogues.
18. The method of claim 1 , including steps of:
passing the stored transaction data, and marketing data and product taxonomy data, to a Data Preparation Module, wherein the passing is performed by a Data Storage Module; followed by
generating training data and passing the generated data to a Reinforcement Learning Module, wherein the generating is performed by the Data Preparation Module;
running a batch reinforcement learning procedure on the input training data and generating a number of lifetime value models, wherein the running is performed by the Reinforcement Learning Module;
scoring a selected model, wherein the scoring is performed by a Scoring Module.
19. The method of claim 1 , wherein the brand includes one product.
20. The method of claim 1 , wherein the brand includes multiple products.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/715,169 US20130103490A1 (en) | 2006-01-20 | 2012-12-14 | System and method for marketing mix optimization for brand equity management |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/335,684 US8359226B2 (en) | 2006-01-20 | 2006-01-20 | System and method for marketing mix optimization for brand equity management |
US12/054,745 US8452639B2 (en) | 2006-01-20 | 2008-03-25 | System and method for marketing mix optimization for brand equity management |
US13/715,169 US20130103490A1 (en) | 2006-01-20 | 2012-12-14 | System and method for marketing mix optimization for brand equity management |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/054,745 Continuation US8452639B2 (en) | 2006-01-20 | 2008-03-25 | System and method for marketing mix optimization for brand equity management |
Publications (1)
Publication Number | Publication Date |
---|---|
US20130103490A1 true US20130103490A1 (en) | 2013-04-25 |
Family
ID=38286638
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/335,684 Expired - Fee Related US8359226B2 (en) | 2006-01-20 | 2006-01-20 | System and method for marketing mix optimization for brand equity management |
US12/054,745 Expired - Fee Related US8452639B2 (en) | 2006-01-20 | 2008-03-25 | System and method for marketing mix optimization for brand equity management |
US13/715,169 Abandoned US20130103490A1 (en) | 2006-01-20 | 2012-12-14 | System and method for marketing mix optimization for brand equity management |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/335,684 Expired - Fee Related US8359226B2 (en) | 2006-01-20 | 2006-01-20 | System and method for marketing mix optimization for brand equity management |
US12/054,745 Expired - Fee Related US8452639B2 (en) | 2006-01-20 | 2008-03-25 | System and method for marketing mix optimization for brand equity management |
Country Status (1)
Country | Link |
---|---|
US (3) | US8359226B2 (en) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2015065290A1 (en) * | 2013-10-30 | 2015-05-07 | National University Of Singapore | Micropost brand monitoring |
US20150262205A1 (en) * | 2014-03-12 | 2015-09-17 | Adobe Systems Incorporated | System Identification Framework |
KR20170037615A (en) * | 2014-08-07 | 2017-04-04 | 각코호진 오키나와가가쿠기쥬츠다이가쿠인 다이가쿠가쿠엔 | Inverse reinforcement learning by density ratio estimation |
WO2017218699A1 (en) * | 2016-06-17 | 2017-12-21 | Graham Leslie Fyffe | System and methods for intrinsic reward reinforcement learning |
KR20180113587A (en) * | 2016-03-15 | 2018-10-16 | 각코호진 오키나와가가쿠기쥬츠다이가쿠인 다이가쿠가쿠엔 | Direct reverse reinforcement learning using density ratio estimation |
US10839302B2 (en) | 2015-11-24 | 2020-11-17 | The Research Foundation For The State University Of New York | Approximate value iteration with complex returns by bounding |
US20230281643A1 (en) * | 2022-03-01 | 2023-09-07 | Iqvia Inc. | Decision support system for marketing mix modeling |
Families Citing this family (30)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20070192170A1 (en) * | 2004-02-14 | 2007-08-16 | Cristol Steven M | System and method for optimizing product development portfolios and integrating product strategy with brand strategy |
MX2009010052A (en) * | 2007-03-19 | 2010-02-17 | Marketshare Partners Llc | Automatically prescribing total budget for marketing and sales resources and allocation across spending categories. |
KR20100099715A (en) * | 2007-11-29 | 2010-09-13 | 마켓셰어 파트너스 엘엘씨 | Automatically prescribing total budget for marketing and sales resources and allocation across spending categories |
CN102016734A (en) * | 2008-02-21 | 2011-04-13 | 市场份额合伙人有限责任公司 | Automatically prescribing total budget for marketing and sales resources and allocation across spending categories |
US20110010211A1 (en) * | 2008-08-15 | 2011-01-13 | David Cavander | Automatically prescribing total budget for marketing and sales resources and allocation across spending categories |
US20100114650A1 (en) * | 2008-10-31 | 2010-05-06 | Valassis Communications, Inc. | Computer-implemented, automated media planning method and system |
US20100114652A1 (en) * | 2008-10-31 | 2010-05-06 | Valassis Communications, Inc. | Computer-implemented, automated media planning method and system |
US20100114651A1 (en) * | 2008-10-31 | 2010-05-06 | Valassis Communications, Inc. | Computer-implemented, automated media planning method and system |
US10643133B2 (en) * | 2012-07-15 | 2020-05-05 | International Business Machines Corporation | Proactive event driven computing |
US9460401B2 (en) | 2012-08-20 | 2016-10-04 | InsideSales.com, Inc. | Using machine learning to predict behavior based on local conditions |
US8788439B2 (en) * | 2012-12-21 | 2014-07-22 | InsideSales.com, Inc. | Instance weighted learning machine learning model |
US20140052431A1 (en) * | 2012-08-20 | 2014-02-20 | International Business Machines Corporation | Supporting proactive decision-making in event-driven applications |
US20140200967A1 (en) * | 2013-01-11 | 2014-07-17 | Model It Oy | Method and system for analyzing brand value |
US9652722B1 (en) * | 2013-12-05 | 2017-05-16 | The Mathworks, Inc. | Methods and systems for robust supervised machine learning |
US9836697B2 (en) | 2014-10-06 | 2017-12-05 | International Business Machines Corporation | Determining variable optimal policy for an MDP paradigm |
EP3384435B1 (en) | 2015-12-01 | 2023-07-19 | Deepmind Technologies Limited | Selecting action slates using reinforcement learning |
US11354683B1 (en) | 2015-12-30 | 2022-06-07 | Videomining Corporation | Method and system for creating anonymous shopper panel using multi-modal sensor fusion |
US10262331B1 (en) | 2016-01-29 | 2019-04-16 | Videomining Corporation | Cross-channel in-store shopper behavior analysis |
US10963893B1 (en) | 2016-02-23 | 2021-03-30 | Videomining Corporation | Personalized decision tree based on in-store behavior analysis |
US10387896B1 (en) | 2016-04-27 | 2019-08-20 | Videomining Corporation | At-shelf brand strength tracking and decision analytics |
US10354262B1 (en) | 2016-06-02 | 2019-07-16 | Videomining Corporation | Brand-switching analysis using longitudinal tracking of at-shelf shopper behavior |
US20180060953A1 (en) * | 2016-08-29 | 2018-03-01 | Sap Se | Enterprise Sales Kit Creation System |
WO2018112651A1 (en) * | 2016-12-21 | 2018-06-28 | Engagement Labs Inc. / Laboratoires Engagement Inc. | System and method for measuring the performance of a brand and predicting its future sales |
US11494721B1 (en) * | 2017-08-28 | 2022-11-08 | Thomas Lah | Artificial intelligence system for electronically monitoring and analyzing data transmitted through multiple electronic channels to suggest actions for increasing the effectiveness of data transmitted through the channels |
JP6608411B2 (en) * | 2017-10-20 | 2019-11-20 | 株式会社日立製作所 | Data analysis system and policy generation method |
CN108075975B (en) * | 2017-12-28 | 2020-10-16 | 吉林大学 | Method and system for determining route transmission path in Internet of things environment |
US11625562B2 (en) * | 2019-02-11 | 2023-04-11 | Hrl Laboratories, Llc | System and method for human-machine hybrid prediction of events |
US11695682B2 (en) * | 2019-09-30 | 2023-07-04 | Ciena Corporation | Optimizing Border Gateway Protocol (BGP) traffic using reinforcement learning |
US20220261875A1 (en) * | 2021-02-17 | 2022-08-18 | Mastercard International Incorporated | Artificial intelligence based product recommendation methods and systems for enhancing approvals of payment processing requests |
US20230111115A1 (en) * | 2021-09-29 | 2023-04-13 | Oracle International Corporation | Identifying a contribution of an individual entity to an outcome value corresponding to multiple entities |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
AU1968501A (en) * | 1999-10-21 | 2001-04-30 | Unica Technologies, Inc. | Combining value and probability models in database mining |
US7003476B1 (en) * | 1999-12-29 | 2006-02-21 | General Electric Capital Corporation | Methods and systems for defining targeted marketing campaigns using embedded models and historical data |
US7406434B1 (en) * | 2000-12-15 | 2008-07-29 | Carl Meyer | System and method for improving the performance of electronic media advertising campaigns through multi-attribute analysis and optimization |
US7403904B2 (en) | 2002-07-19 | 2008-07-22 | International Business Machines Corporation | System and method for sequential decision making for customer relationship management |
US7881959B2 (en) * | 2005-05-03 | 2011-02-01 | International Business Machines Corporation | On demand selection of marketing offers in response to inbound communications |
-
2006
- 2006-01-20 US US11/335,684 patent/US8359226B2/en not_active Expired - Fee Related
-
2008
- 2008-03-25 US US12/054,745 patent/US8452639B2/en not_active Expired - Fee Related
-
2012
- 2012-12-14 US US13/715,169 patent/US20130103490A1/en not_active Abandoned
Non-Patent Citations (3)
Title |
---|
An empirical analysis of private brand demand recognising heterogeneous preferences and choice dynamicsG Baltas, P Doyle - Journal of the Operational Research Society, 1998 - ingentaconnect.com * |
An exploration of branding in industrial marketsSMD Mudambi, P Doyle, V Wong - Industrial Marketing Management, 1997 - Elsevier * |
Markov decision process - Wikipedia, the free encyclopedia, retrieved from the web at http://en.wikipedia.org/wiki/Markov_decision_process, 12-30-2013, pp.1-10. * |
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2015065290A1 (en) * | 2013-10-30 | 2015-05-07 | National University Of Singapore | Micropost brand monitoring |
US20150262205A1 (en) * | 2014-03-12 | 2015-09-17 | Adobe Systems Incorporated | System Identification Framework |
US10558987B2 (en) * | 2014-03-12 | 2020-02-11 | Adobe Inc. | System identification framework |
KR20170037615A (en) * | 2014-08-07 | 2017-04-04 | 각코호진 오키나와가가쿠기쥬츠다이가쿠인 다이가쿠가쿠엔 | Inverse reinforcement learning by density ratio estimation |
KR101966564B1 (en) | 2014-08-07 | 2019-08-13 | 각코호진 오키나와가가쿠기쥬츠다이가쿠인 다이가쿠가쿠엔 | Inverse reinforcement learning by density ratio estimation |
US10839302B2 (en) | 2015-11-24 | 2020-11-17 | The Research Foundation For The State University Of New York | Approximate value iteration with complex returns by bounding |
KR20180113587A (en) * | 2016-03-15 | 2018-10-16 | 각코호진 오키나와가가쿠기쥬츠다이가쿠인 다이가쿠가쿠엔 | Direct reverse reinforcement learning using density ratio estimation |
KR102198733B1 (en) | 2016-03-15 | 2021-01-05 | 각코호진 오키나와가가쿠기쥬츠다이가쿠인 다이가쿠가쿠엔 | Direct inverse reinforcement learning using density ratio estimation |
WO2017218699A1 (en) * | 2016-06-17 | 2017-12-21 | Graham Leslie Fyffe | System and methods for intrinsic reward reinforcement learning |
US11521056B2 (en) | 2016-06-17 | 2022-12-06 | Graham Fyffe | System and methods for intrinsic reward reinforcement learning |
US20230281643A1 (en) * | 2022-03-01 | 2023-09-07 | Iqvia Inc. | Decision support system for marketing mix modeling |
Also Published As
Publication number | Publication date |
---|---|
US20080177621A1 (en) | 2008-07-24 |
US8359226B2 (en) | 2013-01-22 |
US8452639B2 (en) | 2013-05-28 |
US20070174105A1 (en) | 2007-07-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8452639B2 (en) | System and method for marketing mix optimization for brand equity management | |
Huang et al. | A hybrid model for carbon price forecasting using GARCH and long short-term memory network | |
Gijsbrechts et al. | Can deep reinforcement learning improve inventory management? performance on lost sales, dual-sourcing, and multi-echelon problems | |
Vanvuchelen et al. | Use of proximal policy optimization for the joint replenishment problem | |
US7403904B2 (en) | System and method for sequential decision making for customer relationship management | |
US7644863B2 (en) | Agent using detailed predictive model | |
Bertsimas et al. | Data-driven learning in dynamic pricing using adaptive optimization | |
Qi et al. | Data‐driven research in retail operations—A review | |
Aouad et al. | Market segmentation trees | |
US20210125073A1 (en) | Method and system for individual demand forecasting | |
Subramanian et al. | Demand modeling in the presence of unobserved lost sales | |
Clausen et al. | Big data driven order-up-to level model: Application of machine learning | |
US20200034859A1 (en) | System and method for predicting stock on hand with predefined markdown plans | |
Li et al. | A multi-period ordering and clearance pricing model considering the competition between new and out-of-season products | |
WO2021077226A1 (en) | Method and system for individual demand forecasting | |
Chen et al. | Robust dynamic assortment optimization in the presence of outlier customers | |
Tajik et al. | A novel two-stage dynamic pricing model for logistics planning using an exploration–exploitation framework: A multi-armed bandit problem | |
Yıldız et al. | A variant SDDP approach for periodic-review approximately optimal pricing of a slow-moving a item in a duopoly under price protection with end-of-life return and retail fixed markdown policy | |
Murthy et al. | Model for Predicting Prospective Big-Mart Sales Based on Grid Search Optimization (GSO) | |
Spiliotis et al. | On the update frequency of univariate forecasting models | |
Wang et al. | Inventory control with partially observable states | |
CA3059932A1 (en) | Method and system for individual demand forecasting | |
WO2003042793A2 (en) | Agent using detailed predictive model | |
García-Calderón Chávez | Pricing recommendation by applying statistical modeling techniques | |
Jamalpur et al. | Applications of Deep Learning in Marketing Analytics: Predictive Modeling and Segmenting Customers |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION |