SlideShare una empresa de Scribd logo
1 de 92
AB TESTING TO AI
(REINFORCEMENT LEARNING)
WHO IS THIS GUY?
• Matt Gershoff
• CEO: Conductrics
• Twitter:mgershoff
• Email:matt@conductrics.com
AI is …?
WHAT WE WILL TALK ABOUT
• Definition of Reinforcement Learning
–Trial and Error Learning
•AB Testing (Bayesian)
•Multi-Armed Bandit – (Automation)
•Bandit with Targeting
–Multi-Touch Point Optimization
•Attribution=Dynamics
•Q-Learning
What is
Reinforcement
Learning?
Reinforcement
Learning is a
Problem not a
Solution
Reinforcement Learning Problem:
Learn to make a Sequence
of Decisions by Trial &
Error in order to Achieve
(delayed) Goal(s)
EXAMPLE
MARKETING PROBLEMS
Online Applications – websites, mobile, things
communicating via HTTP
Low Risk Decisions* – i.e. ‘Which Banner’
High Volume* – not for one off, or for decisions
that are made infrequently
* High Volume/Low Risk from here http://jtonedm.com/
TRIAL AND ERROR LEARNING
AB
Testing/Bandit
Sequential
Decisions
Targeting
A
B
Page A Convert
Don’t
Convert
Location Decision Objective/Payoff
TRIAL AND ERROR: AB TESTING
How to Solve:
A
B
Page A Convert
Don’t
Convert
Location Decision Objective/Payoff
TRIAL AND ERROR: AB TESTING
How to Solve:
1. AB Testing
A
B
Page A Convert
Don’t
Convert
Location Decision Objective/Payoff
TRIAL AND ERROR: AB TESTING
AB Testing: Bayesian
Red Button Green Button
Bayesian AB Test asks:
AB Testing: Bayesian
Bayesian AB Test asks:
AB Testing: Bayesian
Is P( Green|DATA)> P(Red|DATA)?
BAYESIAN AB TESTING REVIEW
P( Green|DATA)> P(Red|DATA)=50%
Sample Size=0
BAYESIAN AB TESTING REVIEW
P( Green|DATA)> P(Red|DATA)=68%
Sample Size=100
BAYESIAN AB TESTING REVIEW
P( Green|DATA)> P(Red|Data) = 94%
Sample Size=1,000
BAYESIAN AB TESTING REVIEW
P( Green|DATA)> P(Red|Data)=99.99…%
Sample Size=10,000
AB TESTING ->LEARN FIRST
Conductrics Confidential 23
Time
Explore/
Learn
Exploit/
Earn
Data Collection/Sample Apply Leaning
How to Solve:
1. AB Testing
2. Multi-Arm Bandit
A
B
Page A Convert
Don’t
Convert
Location Decision Objective/Payoff
SINGLE LOCATION DECISIONS/AB TEST
Like Bayesian AB Testing
• Calculate P(A|Data) & P(B|Data)
Unlike AB Testing
• Don’t make fair selections (50/50)
• Select based on P(A|Data) & P(B|Data)
BANDIT: THOMPSON SAMPLING
Adaptive
Construct Probability Distributions
• Use Mean as center
• Standard Deviation for spread
A
B C
ADAPTIVE: THOMPSON SAMPLING
A
B C
Adaptive – For Each User
1)Take a random sample from each distribution
A=0.49
ADAPTIVE: THOMPSON SAMPLING
A
B C
Adaptive – For Each User
1)Take a random sample from each distribution
A=0.49B=0.51
ADAPTIVE: THOMPSON SAMPLING
A
B C
Adaptive – For Each User
1)Take a random sample from each distribution
A=0.49C=0.46 B=0.51
ADAPTIVE: THOMPSON SAMPLING
A
B C
Adaptive – For Each User
1)Pick Option with Highest Score (Option B)
A=0.49C=0.46
B=0.51
ADAPTIVE: THOMPSON SAMPLING
A
B C
Adaptive – Repeat
1)Take a random sample from each distribution
ADAPTIVE: THOMPSON SAMPLING
A
B C
Adaptive – Repeat
1)Take a random sample from each distribution
A=0.52
ADAPTIVE: THOMPSON SAMPLING
A
B C
Adaptive – Repeat
1)Take a random sample from each distribution
A=0.52B=0.43
ADAPTIVE: THOMPSON SAMPLING
A
B C
Adaptive – Repeat
1)Take a random sample from each distribution
A=0.52C=0.49B=0.43
ADAPTIVE: THOMPSON SAMPLING
A
B C
Adaptive – Repeat
1)Take a random sample from each distribution
A=0.52C=0.49B=0.43
ADAPTIVE: THOMPSON SAMPLING
Selection Chance based on:
1. Relative estimated mean value of the option
2. Amount of overlap of the distributions
67%
8%
25%
0%
20%
40%
60%
80%
100%
Option A Option B Option C
Selection Chance
ADAPTIVE: THOMPSON SAMPLING
37
twitter: @mgershoff
Trial and
Error
Learning
Sequential
Decisions
Predictive
Targeting
TARGETING
PREDICTIVE TARGETING
A Mapping
∑Behavioral
Data
Option/Actions
Confidential
Thompson Sampling with Targeting
Confidential
Thompson Sampling with Targeting
Source: Larochelle - Neural Networks 1 - DLSS 2017.pdfConductrics Inc. | Matt Gershoff |
www.conductrics.com | @conductrics
LEARNING THE MAPPINGS
• Regression (Lin, Logistic, etc.)
• Deep Nets
• Decision Trees
𝑓(𝑥) = 𝑤0 + ෍
𝑑
𝑤 𝑑 ∗ 𝑥 𝑑
Conductrics Inc. | Matt Gershoff |
www.conductrics.com | @conductrics
REGRESSION
1) Input Data
2) Hidden Layer
3) Hidden Layer
4) Output Layer
Source: Larochelle - Neural Networks 1 - DLSS 2017.pdfConductrics Inc. | Matt Gershoff |
www.conductrics.com | @conductrics
DEEP LEARNING
Model as Decision Tree
What Simple Model?
Conductrics Inc. | Matt Gershoff |
www.conductrics.com | @conductrics
REINFORCEMENT LEARNING
REINFORCEMENT LEARNING
1. Sequential Decisions
2. Delayed Rewards
EXAMPLE
Enter
Site
Page 1
Page 2
MULTI-TOUCH = DYNAMICS
Enter
Site
Page 1
Page 2 C D
A B
MULTI-TOUCH = DYNAMICS
Enter
Site
Exit Site
Page 1
Page 2 C D
A B
MULTI-TOUCH = DYNAMICS
Enter
Site
Exit SiteGoal
Page 1
Page 2 C D
A B
MULTI-TOUCH = DYNAMICS
Enter
Site
Exit SiteGoal
Page 1
Page 2 C D
A B
MULTI-TOUCH = DYNAMICS
Enter
Site
Exit SiteGoal
Page 1
Page 2 C D
A B
MULTI-TOUCH = DYNAMICS
1. Conversion Rates
Option Value
Page1:A 3%
Page1:B 4%
Page2:C 10%
Page2:D 12%
MULTI-TOUCH = DYNAMICS
1. Conversion Rates
2. Transition Frequencies
Page:Action Page 1 Page 2
Page1:A - 30%
Page1:B - 20%
Page2:C 2% -
Page2:D 1% -
MULTI-TOUCH = DYNAMICS
This is Complicated!
MULTI-TOUCH = DYNAMICS
Q Learning
ሿ𝑸 𝒔 𝒕, 𝒂 𝒕 + 𝜶[𝒓 𝒕+𝟏 + 𝜸 ∗ 𝒎𝒂𝒙 𝒂 𝑸 𝒔 𝒕+𝟏, 𝒂 𝒕 − 𝑸 𝒔 𝒕, 𝒂 𝒕
ሿ𝑸 𝒔 𝒕, 𝒂 𝒕 + 𝜶[𝒓 𝒕+𝟏 + 𝜸 ∗ 𝒎𝒂𝒙 𝒂 𝑸 𝒔 𝒕+𝟏, 𝒂 𝒕 − 𝑸 𝒔 𝒕, 𝒂 𝒕
Q-LEARNING
Analytics Interpretation of Q-Learning
1)Treat Landing on the Next Page like a
regular conversion!
Q-LEARNING
Analytics Interpretation of Q-Learning
1)Treat Landing on the Next Page like a
regular conversion!
2)Use the estimates at the next step as the
conversion value!
Q-LEARNING
Page 1 A B
1) Take an action
Q-LEARNING
Page 1 A
1) Take an action – Pick A
Q-LEARNING
Page 1 A
2) Measure what user does after
Q-LEARNING
2) Do they Convert?
$10
Page 1 A
Q-LEARNING
2) Yes!
$10
Page 1 A
Q-LEARNING
ሿ𝑸 𝒔 𝒕, 𝒂 𝒕 + 𝜶[𝒓 𝒕+𝟏 + 𝜸 ∗ 𝒎𝒂𝒙 𝒂 𝑸 𝒔𝒕+𝟏, 𝒂 𝒕 − 𝑸 𝒔 𝒕, 𝒂 𝒕
2) Set r =$10
$10
Page 1 A
Q-LEARNING
EXACTLY the SAME as AB TESTING
$10
Page 1 A
Q-LEARNING
3) Do they next go to Page 2?
Goal
Page 1 A
Page 2
Q-LEARNING
3) Yes!
Goal
Page 1
Page 2
A
Q-LEARNING
3) Yes! Now in Dynamic part of Path
Goal
Page 1
Page 2
A
Q-LEARNING
71
Page 2 C D
4) Check Current Estimated Values ‘C’ & ‘D’
Q-LEARNING
4) Check Current Estimated Values ‘C’ & ‘D’
Of course initially C=$0; D=$0
Page 2 C D
$0 $0
Q-LEARNING
4) Check Current Estimated Values ‘C’ & ‘D’
But assume mean of C=$1; D=$5
Page 2 C D
$1 $5
Q-LEARNING
ሿ𝑸 𝒔 𝒕, 𝒂 𝒕 + 𝜶[𝒓 𝒕+𝟏 + 𝜸 ∗ 𝒎𝒂𝒙 𝒂 𝑸 𝒔𝒕+𝟏, 𝒂 𝒕 − 𝑸 𝒔 𝒕, 𝒂 𝒕
4) Set max(Q(st,at)) = $5 (value of D)
Page 2 C D
$1 $5
Q-LEARNING
ሿ𝑸 𝒔 𝒕, 𝒂 𝒕 + 𝜶[𝒓 𝒕+𝟏 + 𝜸 ∗ 𝒎𝒂𝒙 𝒂 𝑸 𝒔𝒕+𝟏, 𝒂 𝒕 − 𝑸 𝒔 𝒕, 𝒂 𝒕
1. 𝛄 𝐢𝐬 the 𝐝𝐢𝐬𝐜𝐨𝐮𝐧𝐭 𝐫𝐚𝐭𝐞
2. Related to Google’s Half Life
3. 7 day half life  0.9
Q-LEARNING
ሿ𝑸 𝒔 𝒕, 𝒂 𝒕 + 𝜶[𝒓 𝒕+𝟏 + 𝜸 ∗ 𝒎𝒂𝒙 𝒂 𝑸 𝒔𝒕+𝟏, 𝒂 𝒕 − 𝑸 𝒔 𝒕, 𝒂 𝒕
5) 𝐏𝐚𝐠𝐞𝟏: 𝐀 = $𝟏𝟎 + 𝟎. 𝟗 ∗ $𝟓
$10
Page 1
Page 2
A
Q-LEARNING
Direct Credit: $10.0
Attribution Credit: $4.5
Q-LEARNING
Direct Credit: $10.0
Attribution Credit: $4.5
Total Page1|A: $14.5
Q-LEARNING
5) 𝐂𝐫𝐞𝐝𝐢𝐭 𝐏𝐚𝐠𝐞𝟏: 𝐀 = $𝟏𝟒. 𝟓
$10
Page 1
Page 2
A
Q-LEARNING
Attribution in just two simple steps:
1)Treat Landing on Next Page like a regular
conversion!
2)Use Predictions of future values at the
next step as the conversion value!
Q-LEARNING
Q Learning + Targeting
User: Is a New User and from Rural area
Page 1
Page 2
A
User: Is a New User and from Rural area
Page 1
Page 2
A
Q Learning + Targeting
Attribution calculation depends on [Rural;New]
Page 1
Page 2
A
Q Learning + Targeting
85
Source: Conductrics Predictive Audience Discovery
Q-VALUE: NEW & RURAL USER
86
Source: Conductrics Predictive Audience Discovery
Q-VALUE: NEW & RURAL USER
87
Source: Conductrics Predictive Audience Discovery
Q-VALUE: NEW & RURAL USER
88
Q-VALUE: NEW & RURAL USER
1. For New & Rural users Option B has highest value
2. Use predicted value of Option B for use in the Q-value calculation
Source: Conductrics Predictive Audience Discovery
ሿ𝑸 𝒔 𝒕, 𝒂 𝒕 + 𝜶[𝒓 𝒕+𝟏 + 𝜸 ∗ 𝒎𝒂𝒙 𝒂 𝑸 𝒔𝒕+𝟏, 𝒂 𝒕 − 𝑸 𝒔 𝒕, 𝒂 𝒕
Page 1
Page 2
A
𝐏𝐚𝐠𝐞𝟏: 𝐀 = 𝟎 + 𝟎. 𝟗 ∗ 𝟎. 𝟒𝟏
Q Learning + Targeting
ሿ𝑸 𝒔 𝒕, 𝒂 𝒕 + 𝜶[𝒓 𝒕+𝟏 + 𝜸 ∗ 𝒎𝒂𝒙 𝒂 𝑸 𝒔𝒕+𝟏, 𝒂 𝒕 − 𝑸 𝒔 𝒕, 𝒂 𝒕
Page 1
Page 2
A
𝐏𝐚𝐠𝐞𝟏: 𝐀 = 𝟎. 𝟑𝟔𝟗
Q Learning + Targeting
1) Bandits help solve Automation
2) Attribution can be solved by
hacking ‘AB Testing’ (Q-Learning)
3) Extended Attribution to include
decisions/experiments
4) Looked into the eye of AI and Lived
WHAT DID WE LEARN
WAKE UP. WE ARE DONE!
Twitter:mgershoff
Email:matt.gershoff@conductrics.com

Más contenido relacionado

Destacado

1215 daa lunch a bos intro slides_using our laptop
1215 daa lunch a bos intro slides_using our laptop1215 daa lunch a bos intro slides_using our laptop
1215 daa lunch a bos intro slides_using our laptopRising Media, Inc.
 
1325 keynote yale_pdf shareable
1325 keynote yale_pdf shareable1325 keynote yale_pdf shareable
1325 keynote yale_pdf shareableRising Media, Inc.
 
1215 daa lunch track 1 richardson_using our laptop
1215 daa lunch track 1 richardson_using our laptop1215 daa lunch track 1 richardson_using our laptop
1215 daa lunch track 1 richardson_using our laptopRising Media, Inc.
 
1530 track 1 fader_using our laptop
1530 track 1 fader_using our laptop1530 track 1 fader_using our laptop
1530 track 1 fader_using our laptopRising Media, Inc.
 
915 keynote stern_using our laptop
915 keynote stern_using our laptop915 keynote stern_using our laptop
915 keynote stern_using our laptopRising Media, Inc.
 
855 sponsor gazdak_using our laptop
855 sponsor gazdak_using our laptop855 sponsor gazdak_using our laptop
855 sponsor gazdak_using our laptopRising Media, Inc.
 
1215 daa lunch track 1 tmm_data_using our laptop
1215 daa lunch track 1 tmm_data_using our laptop1215 daa lunch track 1 tmm_data_using our laptop
1215 daa lunch track 1 tmm_data_using our laptopRising Media, Inc.
 
1530 track 2 stuart_using our laptop
1530 track 2 stuart_using our laptop1530 track 2 stuart_using our laptop
1530 track 2 stuart_using our laptopRising Media, Inc.
 
1330 keynote mcbride_do not share
1330 keynote mcbride_do not share1330 keynote mcbride_do not share
1330 keynote mcbride_do not shareRising Media, Inc.
 
1030 track 1 wilson_using his laptop
1030 track 1 wilson_using his laptop1030 track 1 wilson_using his laptop
1030 track 1 wilson_using his laptopRising Media, Inc.
 
1345 track 1 chen_using our laptop
1345 track 1 chen_using our laptop1345 track 1 chen_using our laptop
1345 track 1 chen_using our laptopRising Media, Inc.
 
1420 sponsor call_using our laptop
1420 sponsor call_using our laptop1420 sponsor call_using our laptop
1420 sponsor call_using our laptopRising Media, Inc.
 
1000 track 1 groves_using our laptop
1000 track 1 groves_using our laptop1000 track 1 groves_using our laptop
1000 track 1 groves_using our laptopRising Media, Inc.
 
1620 keynote olson_using our laptop
1620 keynote olson_using our laptop1620 keynote olson_using our laptop
1620 keynote olson_using our laptopRising Media, Inc.
 

Destacado (17)

1215 daa lunch a bos intro slides_using our laptop
1215 daa lunch a bos intro slides_using our laptop1215 daa lunch a bos intro slides_using our laptop
1215 daa lunch a bos intro slides_using our laptop
 
1325 keynote yale_pdf shareable
1325 keynote yale_pdf shareable1325 keynote yale_pdf shareable
1325 keynote yale_pdf shareable
 
1415 track 2 richardson
1415 track 2 richardson1415 track 2 richardson
1415 track 2 richardson
 
1215 daa lunch track 1 richardson_using our laptop
1215 daa lunch track 1 richardson_using our laptop1215 daa lunch track 1 richardson_using our laptop
1215 daa lunch track 1 richardson_using our laptop
 
1530 track 1 fader_using our laptop
1530 track 1 fader_using our laptop1530 track 1 fader_using our laptop
1530 track 1 fader_using our laptop
 
915 e metrics_claudia perlich
915 e metrics_claudia perlich915 e metrics_claudia perlich
915 e metrics_claudia perlich
 
915 keynote stern_using our laptop
915 keynote stern_using our laptop915 keynote stern_using our laptop
915 keynote stern_using our laptop
 
855 sponsor gazdak_using our laptop
855 sponsor gazdak_using our laptop855 sponsor gazdak_using our laptop
855 sponsor gazdak_using our laptop
 
1215 daa lunch track 1 tmm_data_using our laptop
1215 daa lunch track 1 tmm_data_using our laptop1215 daa lunch track 1 tmm_data_using our laptop
1215 daa lunch track 1 tmm_data_using our laptop
 
1530 track 2 stuart_using our laptop
1530 track 2 stuart_using our laptop1530 track 2 stuart_using our laptop
1530 track 2 stuart_using our laptop
 
1330 keynote mcbride_do not share
1330 keynote mcbride_do not share1330 keynote mcbride_do not share
1330 keynote mcbride_do not share
 
1030 track 1 wilson_using his laptop
1030 track 1 wilson_using his laptop1030 track 1 wilson_using his laptop
1030 track 1 wilson_using his laptop
 
1345 track 1 chen_using our laptop
1345 track 1 chen_using our laptop1345 track 1 chen_using our laptop
1345 track 1 chen_using our laptop
 
855 yorchak using our laptop
855 yorchak using our laptop855 yorchak using our laptop
855 yorchak using our laptop
 
1420 sponsor call_using our laptop
1420 sponsor call_using our laptop1420 sponsor call_using our laptop
1420 sponsor call_using our laptop
 
1000 track 1 groves_using our laptop
1000 track 1 groves_using our laptop1000 track 1 groves_using our laptop
1000 track 1 groves_using our laptop
 
1620 keynote olson_using our laptop
1620 keynote olson_using our laptop1620 keynote olson_using our laptop
1620 keynote olson_using our laptop
 

Similar a Matt gershoff

Reinforcement learning conductrics-superweek2017
Reinforcement learning conductrics-superweek2017Reinforcement learning conductrics-superweek2017
Reinforcement learning conductrics-superweek2017Matt Gershoff
 
Multi-Channel Attribution (an Introduction + Markov chain application)
Multi-Channel Attribution (an Introduction + Markov chain application)Multi-Channel Attribution (an Introduction + Markov chain application)
Multi-Channel Attribution (an Introduction + Markov chain application)Gerald Logor
 
MG 6863 Unit III cash flow
MG 6863 Unit III cash flowMG 6863 Unit III cash flow
MG 6863 Unit III cash flowAsha A
 
BDAS-2017 | Maximizing a churn campaign’s profitability with cost sensitive m...
BDAS-2017 | Maximizing a churn campaign’s profitability with cost sensitive m...BDAS-2017 | Maximizing a churn campaign’s profitability with cost sensitive m...
BDAS-2017 | Maximizing a churn campaign’s profitability with cost sensitive m...Big-Data-Summit
 
Maximizing a churn campaigns profitability with cost sensitive machine learning
Maximizing a churn campaigns profitability with cost sensitive machine learningMaximizing a churn campaigns profitability with cost sensitive machine learning
Maximizing a churn campaigns profitability with cost sensitive machine learningAlejandro Correa Bahnsen, PhD
 
Understanding computer vision with Deep Learning
Understanding computer vision with Deep LearningUnderstanding computer vision with Deep Learning
Understanding computer vision with Deep LearningCloudxLab
 
Understanding computer vision with Deep Learning
Understanding computer vision with Deep LearningUnderstanding computer vision with Deep Learning
Understanding computer vision with Deep Learningknowbigdata
 
Understanding computer vision with Deep Learning
Understanding computer vision with Deep LearningUnderstanding computer vision with Deep Learning
Understanding computer vision with Deep LearningShubhWadekar
 
SKIM at Sawtooth Software Conference 2013: ACBC Revisited
SKIM at Sawtooth Software Conference 2013: ACBC RevisitedSKIM at Sawtooth Software Conference 2013: ACBC Revisited
SKIM at Sawtooth Software Conference 2013: ACBC RevisitedSKIM
 
Smith utm-prob form-dec-mak-309-ho
Smith utm-prob form-dec-mak-309-hoSmith utm-prob form-dec-mak-309-ho
Smith utm-prob form-dec-mak-309-honanihisham
 
Monte Carlo Simulations in Ad-Lift Measurement Using Spark by Prasad Chalasan...
Monte Carlo Simulations in Ad-Lift Measurement Using Spark by Prasad Chalasan...Monte Carlo Simulations in Ad-Lift Measurement Using Spark by Prasad Chalasan...
Monte Carlo Simulations in Ad-Lift Measurement Using Spark by Prasad Chalasan...Spark Summit
 
Monte Carlo Simulations in Ad Lift Measurement using Spark
Monte Carlo Simulations in Ad Lift Measurement using SparkMonte Carlo Simulations in Ad Lift Measurement using Spark
Monte Carlo Simulations in Ad Lift Measurement using SparkPrasad Chalasani
 

Similar a Matt gershoff (20)

Reinforcement learning conductrics-superweek2017
Reinforcement learning conductrics-superweek2017Reinforcement learning conductrics-superweek2017
Reinforcement learning conductrics-superweek2017
 
Multi-Channel Attribution (an Introduction + Markov chain application)
Multi-Channel Attribution (an Introduction + Markov chain application)Multi-Channel Attribution (an Introduction + Markov chain application)
Multi-Channel Attribution (an Introduction + Markov chain application)
 
Unit iii cash flow
Unit iii cash flowUnit iii cash flow
Unit iii cash flow
 
Unit iii cash flow
Unit iii cash flowUnit iii cash flow
Unit iii cash flow
 
05.2comp ror
05.2comp ror05.2comp ror
05.2comp ror
 
1.ppt
1.ppt1.ppt
1.ppt
 
MG 6863 Unit III cash flow
MG 6863 Unit III cash flowMG 6863 Unit III cash flow
MG 6863 Unit III cash flow
 
BDAS-2017 | Maximizing a churn campaign’s profitability with cost sensitive m...
BDAS-2017 | Maximizing a churn campaign’s profitability with cost sensitive m...BDAS-2017 | Maximizing a churn campaign’s profitability with cost sensitive m...
BDAS-2017 | Maximizing a churn campaign’s profitability with cost sensitive m...
 
Maximizing a churn campaigns profitability with cost sensitive machine learning
Maximizing a churn campaigns profitability with cost sensitive machine learningMaximizing a churn campaigns profitability with cost sensitive machine learning
Maximizing a churn campaigns profitability with cost sensitive machine learning
 
Understanding computer vision with Deep Learning
Understanding computer vision with Deep LearningUnderstanding computer vision with Deep Learning
Understanding computer vision with Deep Learning
 
Understanding computer vision with Deep Learning
Understanding computer vision with Deep LearningUnderstanding computer vision with Deep Learning
Understanding computer vision with Deep Learning
 
Understanding computer vision with Deep Learning
Understanding computer vision with Deep LearningUnderstanding computer vision with Deep Learning
Understanding computer vision with Deep Learning
 
SKIM at Sawtooth Software Conference 2013: ACBC Revisited
SKIM at Sawtooth Software Conference 2013: ACBC RevisitedSKIM at Sawtooth Software Conference 2013: ACBC Revisited
SKIM at Sawtooth Software Conference 2013: ACBC Revisited
 
08.pdf
08.pdf08.pdf
08.pdf
 
Smith utm-prob form-dec-mak-309-ho
Smith utm-prob form-dec-mak-309-hoSmith utm-prob form-dec-mak-309-ho
Smith utm-prob form-dec-mak-309-ho
 
Lecture blank - 8-9
Lecture  blank - 8-9Lecture  blank - 8-9
Lecture blank - 8-9
 
Monte Carlo Simulations in Ad-Lift Measurement Using Spark by Prasad Chalasan...
Monte Carlo Simulations in Ad-Lift Measurement Using Spark by Prasad Chalasan...Monte Carlo Simulations in Ad-Lift Measurement Using Spark by Prasad Chalasan...
Monte Carlo Simulations in Ad-Lift Measurement Using Spark by Prasad Chalasan...
 
Monte Carlo Simulations in Ad Lift Measurement using Spark
Monte Carlo Simulations in Ad Lift Measurement using SparkMonte Carlo Simulations in Ad Lift Measurement using Spark
Monte Carlo Simulations in Ad Lift Measurement using Spark
 
DM 3.pdf
DM 3.pdfDM 3.pdf
DM 3.pdf
 
Doe introductionh
Doe introductionhDoe introductionh
Doe introductionh
 

Más de Rising Media, Inc.

855 sponsor movassate_using our laptop
855 sponsor movassate_using our laptop855 sponsor movassate_using our laptop
855 sponsor movassate_using our laptopRising Media, Inc.
 
905 keynote peele_using our laptop
905 keynote peele_using our laptop905 keynote peele_using our laptop
905 keynote peele_using our laptopRising Media, Inc.
 
940 sponsor kallakuri_do not share
940 sponsor kallakuri_do not share940 sponsor kallakuri_do not share
940 sponsor kallakuri_do not shareRising Media, Inc.
 
900 keynote gottshall_using his laptop
900 keynote gottshall_using his laptop900 keynote gottshall_using his laptop
900 keynote gottshall_using his laptopRising Media, Inc.
 
1615 track 1 kolla_using our laptop
1615 track 1 kolla_using our laptop1615 track 1 kolla_using our laptop
1615 track 1 kolla_using our laptopRising Media, Inc.
 
1555 track 3 cowan_using our laptop
1555 track 3 cowan_using our laptop1555 track 3 cowan_using our laptop
1555 track 3 cowan_using our laptopRising Media, Inc.
 
1530 track 3 gunther_using our laptop
1530 track 3 gunther_using our laptop1530 track 3 gunther_using our laptop
1530 track 3 gunther_using our laptopRising Media, Inc.
 
1530 track 2 abbott_using our laptop
1530 track 2 abbott_using our laptop1530 track 2 abbott_using our laptop
1530 track 2 abbott_using our laptopRising Media, Inc.
 
1355 sponsor davenport_do not share
1355 sponsor davenport_do not share1355 sponsor davenport_do not share
1355 sponsor davenport_do not shareRising Media, Inc.
 
1310 keynote levi_using his laptop
1310 keynote levi_using his laptop1310 keynote levi_using his laptop
1310 keynote levi_using his laptopRising Media, Inc.
 

Más de Rising Media, Inc. (18)

855 sponsor movassate_using our laptop
855 sponsor movassate_using our laptop855 sponsor movassate_using our laptop
855 sponsor movassate_using our laptop
 
1615 plack using our laptop
1615 plack using our laptop1615 plack using our laptop
1615 plack using our laptop
 
1530 rimmele do not share
1530 rimmele do not share1530 rimmele do not share
1530 rimmele do not share
 
1115 fiztgerald schuchardt
1115 fiztgerald schuchardt1115 fiztgerald schuchardt
1115 fiztgerald schuchardt
 
1000 kondic do not share
1000 kondic do not share1000 kondic do not share
1000 kondic do not share
 
905 keynote peele_using our laptop
905 keynote peele_using our laptop905 keynote peele_using our laptop
905 keynote peele_using our laptop
 
Stephen morse sharable
Stephen morse sharableStephen morse sharable
Stephen morse sharable
 
1000 grandy using our laptop
1000 grandy using our laptop1000 grandy using our laptop
1000 grandy using our laptop
 
940 sponsor kallakuri_do not share
940 sponsor kallakuri_do not share940 sponsor kallakuri_do not share
940 sponsor kallakuri_do not share
 
900 keynote gottshall_using his laptop
900 keynote gottshall_using his laptop900 keynote gottshall_using his laptop
900 keynote gottshall_using his laptop
 
1615 track2 burt-do not share
1615 track2 burt-do not share1615 track2 burt-do not share
1615 track2 burt-do not share
 
1615 track 3 haensel
1615 track 3 haensel1615 track 3 haensel
1615 track 3 haensel
 
1615 track 1 kolla_using our laptop
1615 track 1 kolla_using our laptop1615 track 1 kolla_using our laptop
1615 track 1 kolla_using our laptop
 
1555 track 3 cowan_using our laptop
1555 track 3 cowan_using our laptop1555 track 3 cowan_using our laptop
1555 track 3 cowan_using our laptop
 
1530 track 3 gunther_using our laptop
1530 track 3 gunther_using our laptop1530 track 3 gunther_using our laptop
1530 track 3 gunther_using our laptop
 
1530 track 2 abbott_using our laptop
1530 track 2 abbott_using our laptop1530 track 2 abbott_using our laptop
1530 track 2 abbott_using our laptop
 
1355 sponsor davenport_do not share
1355 sponsor davenport_do not share1355 sponsor davenport_do not share
1355 sponsor davenport_do not share
 
1310 keynote levi_using his laptop
1310 keynote levi_using his laptop1310 keynote levi_using his laptop
1310 keynote levi_using his laptop
 

Último

A Comprehensive Guide to Technical SEO | Banyanbrain
A Comprehensive Guide to Technical SEO | BanyanbrainA Comprehensive Guide to Technical SEO | Banyanbrain
A Comprehensive Guide to Technical SEO | BanyanbrainBanyanbrain
 
Codes and Conventions of Film Magazine Websites.pptx
Codes and Conventions of Film Magazine Websites.pptxCodes and Conventions of Film Magazine Websites.pptx
Codes and Conventions of Film Magazine Websites.pptxGeorgeCulica
 
Exploring The World Of Adult Ad Networks.pdf
Exploring The World Of Adult Ad Networks.pdfExploring The World Of Adult Ad Networks.pdf
Exploring The World Of Adult Ad Networks.pdfadult marketing
 
Common Culture: Paul Willis Symbolic Creativity
Common Culture: Paul Willis Symbolic CreativityCommon Culture: Paul Willis Symbolic Creativity
Common Culture: Paul Willis Symbolic CreativityMonishka Adhikari
 
The power of SEO-driven market intelligence
The power of SEO-driven market intelligenceThe power of SEO-driven market intelligence
The power of SEO-driven market intelligenceHinde Lamrani
 
Talent Management for mba 3rd sem useful
Talent Management for mba 3rd sem usefulTalent Management for mba 3rd sem useful
Talent Management for mba 3rd sem usefulAtifaArbar
 
What’s the difference between Affiliate Marketing and Brand Partnerships?
What’s the difference between Affiliate Marketing and Brand Partnerships?What’s the difference between Affiliate Marketing and Brand Partnerships?
What’s the difference between Affiliate Marketing and Brand Partnerships?Partnercademy
 
Introduction to marketing Management Notes
Introduction to marketing Management NotesIntroduction to marketing Management Notes
Introduction to marketing Management NotesKiranTiwari42
 
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdfDigital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdfDemandbase
 
The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...sowmyrao14
 
Influencer Marketing Power point presentation
Influencer Marketing  Power point presentationInfluencer Marketing  Power point presentation
Influencer Marketing Power point presentationdgtivemarketingagenc
 
Master the Art of Digital Recruitment in Asia.pdf
Master the Art of Digital Recruitment in Asia.pdfMaster the Art of Digital Recruitment in Asia.pdf
Master the Art of Digital Recruitment in Asia.pdfHigher Education Marketing
 
Infographics about SEO strategies and uses
Infographics about SEO strategies and usesInfographics about SEO strategies and uses
Infographics about SEO strategies and usesbhavanirupeshmoksha
 
Most Influential HR Leaders Leading the Corporate World, 2024 (Final file).pdf
Most Influential HR Leaders Leading the Corporate World, 2024 (Final file).pdfMost Influential HR Leaders Leading the Corporate World, 2024 (Final file).pdf
Most Influential HR Leaders Leading the Corporate World, 2024 (Final file).pdfCIO Business World
 
Fueling A_B experiments with behavioral insights (1).pdf
Fueling A_B experiments with behavioral insights (1).pdfFueling A_B experiments with behavioral insights (1).pdf
Fueling A_B experiments with behavioral insights (1).pdfVWO
 
The 10 Most Influential CMO's Leading the Way of Success, 2024 (Final file) (...
The 10 Most Influential CMO's Leading the Way of Success, 2024 (Final file) (...The 10 Most Influential CMO's Leading the Way of Success, 2024 (Final file) (...
The 10 Most Influential CMO's Leading the Way of Success, 2024 (Final file) (...CIO Business World
 
Understanding the Affiliate Marketing Channel; the short guide
Understanding the Affiliate Marketing Channel; the short guideUnderstanding the Affiliate Marketing Channel; the short guide
Understanding the Affiliate Marketing Channel; the short guidePartnercademy
 
Inbound Marekting 2.0 - The Paradigm Shift in Marketing | Axon Garside
Inbound Marekting 2.0 - The Paradigm Shift in Marketing | Axon GarsideInbound Marekting 2.0 - The Paradigm Shift in Marketing | Axon Garside
Inbound Marekting 2.0 - The Paradigm Shift in Marketing | Axon Garsiderobwhite630290
 
The 10 Most Inspirational Leaders LEADING THE WAY TO SUCCESS, 2024
The 10 Most Inspirational Leaders LEADING THE WAY TO SUCCESS, 2024The 10 Most Inspirational Leaders LEADING THE WAY TO SUCCESS, 2024
The 10 Most Inspirational Leaders LEADING THE WAY TO SUCCESS, 2024CIO Business World
 
Research and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdf
Research and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdfResearch and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdf
Research and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdfVWO
 

Último (20)

A Comprehensive Guide to Technical SEO | Banyanbrain
A Comprehensive Guide to Technical SEO | BanyanbrainA Comprehensive Guide to Technical SEO | Banyanbrain
A Comprehensive Guide to Technical SEO | Banyanbrain
 
Codes and Conventions of Film Magazine Websites.pptx
Codes and Conventions of Film Magazine Websites.pptxCodes and Conventions of Film Magazine Websites.pptx
Codes and Conventions of Film Magazine Websites.pptx
 
Exploring The World Of Adult Ad Networks.pdf
Exploring The World Of Adult Ad Networks.pdfExploring The World Of Adult Ad Networks.pdf
Exploring The World Of Adult Ad Networks.pdf
 
Common Culture: Paul Willis Symbolic Creativity
Common Culture: Paul Willis Symbolic CreativityCommon Culture: Paul Willis Symbolic Creativity
Common Culture: Paul Willis Symbolic Creativity
 
The power of SEO-driven market intelligence
The power of SEO-driven market intelligenceThe power of SEO-driven market intelligence
The power of SEO-driven market intelligence
 
Talent Management for mba 3rd sem useful
Talent Management for mba 3rd sem usefulTalent Management for mba 3rd sem useful
Talent Management for mba 3rd sem useful
 
What’s the difference between Affiliate Marketing and Brand Partnerships?
What’s the difference between Affiliate Marketing and Brand Partnerships?What’s the difference between Affiliate Marketing and Brand Partnerships?
What’s the difference between Affiliate Marketing and Brand Partnerships?
 
Introduction to marketing Management Notes
Introduction to marketing Management NotesIntroduction to marketing Management Notes
Introduction to marketing Management Notes
 
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdfDigital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
 
The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...
 
Influencer Marketing Power point presentation
Influencer Marketing  Power point presentationInfluencer Marketing  Power point presentation
Influencer Marketing Power point presentation
 
Master the Art of Digital Recruitment in Asia.pdf
Master the Art of Digital Recruitment in Asia.pdfMaster the Art of Digital Recruitment in Asia.pdf
Master the Art of Digital Recruitment in Asia.pdf
 
Infographics about SEO strategies and uses
Infographics about SEO strategies and usesInfographics about SEO strategies and uses
Infographics about SEO strategies and uses
 
Most Influential HR Leaders Leading the Corporate World, 2024 (Final file).pdf
Most Influential HR Leaders Leading the Corporate World, 2024 (Final file).pdfMost Influential HR Leaders Leading the Corporate World, 2024 (Final file).pdf
Most Influential HR Leaders Leading the Corporate World, 2024 (Final file).pdf
 
Fueling A_B experiments with behavioral insights (1).pdf
Fueling A_B experiments with behavioral insights (1).pdfFueling A_B experiments with behavioral insights (1).pdf
Fueling A_B experiments with behavioral insights (1).pdf
 
The 10 Most Influential CMO's Leading the Way of Success, 2024 (Final file) (...
The 10 Most Influential CMO's Leading the Way of Success, 2024 (Final file) (...The 10 Most Influential CMO's Leading the Way of Success, 2024 (Final file) (...
The 10 Most Influential CMO's Leading the Way of Success, 2024 (Final file) (...
 
Understanding the Affiliate Marketing Channel; the short guide
Understanding the Affiliate Marketing Channel; the short guideUnderstanding the Affiliate Marketing Channel; the short guide
Understanding the Affiliate Marketing Channel; the short guide
 
Inbound Marekting 2.0 - The Paradigm Shift in Marketing | Axon Garside
Inbound Marekting 2.0 - The Paradigm Shift in Marketing | Axon GarsideInbound Marekting 2.0 - The Paradigm Shift in Marketing | Axon Garside
Inbound Marekting 2.0 - The Paradigm Shift in Marketing | Axon Garside
 
The 10 Most Inspirational Leaders LEADING THE WAY TO SUCCESS, 2024
The 10 Most Inspirational Leaders LEADING THE WAY TO SUCCESS, 2024The 10 Most Inspirational Leaders LEADING THE WAY TO SUCCESS, 2024
The 10 Most Inspirational Leaders LEADING THE WAY TO SUCCESS, 2024
 
Research and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdf
Research and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdfResearch and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdf
Research and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdf
 

Matt gershoff