SlideShare ist ein Scribd-Unternehmen logo
1 von 26
Downloaden Sie, um offline zu lesen
Getting Cozy With Raw Data
(A	Cautionary	Tale)
Yael	Elmatad
Data	Scientist,	Tapad
														@y_s_e
The Ad Tech Space
The	goal	of	Ad	Tech	is	to	show	advertisements	to	consumers
on	the	internet	and	to	ensure	that	the	right	ad	gets	shown	to
the	right	person.
Many	components:
Publishers	who	have	ad	space	on	their	pages
"Sell"	side	platforms	which	aggregate	publishers	and
facilitate	selling	of	ad	space
"Buy"	side	platforms	(like	Tapad)	which	bid	on	that	space
to	show	current	ad	campaigns
Advertisers	who	entrust	demand	side	platforms	to	place
their	content	appropriately
Why Cross-Device?
Device	Proliferation:
5.7	internet	connected	devices	per	household
Screen	Switching:
Digital	Natives	switch	screens	27	times	every	non-working	hour
Purchasing	Across	Devices:
40%	of	shoppers	consult	3	or	more	channels	before	purchase
Sources:	NPD,	March	2013;	eMarketer,	April	2012;	Conlumino	&	Webloyalty,	2012
Tapad Connects Consumers' Devices
	
To	address	these	issues,	Tapad	built	The	Device	Graph.
The	Device	Graph	seeks	to	connect	devices	within	a	household	for
targeting	across	multiple	screens.
Our	edges	are	inferred	based	on	a	variety	of	techniques	including
co-location,	partnerships	with	other	companies,
and	obfuscated	login	data	(where	no	personally	identifiable	data	is
ever	observed).
Tapad Statistics
Over	2	billion	nodes	(devices)	in	The	Device	Graph.
Representing	about	100	million	households	and
approximately	250	million	individuals.
75%	of	connected	devices	are	connected	to	3	or	more
devices.
38%	of	devices	are	computers	--	36%	represents	smart
phones	and	tablets.
The (Original, Household) Device Graph
No	scores	between	edges.
No	way	to	separate	individuals.
iPad
computer
Kindle
What We Wanted
Edge	thickness	indicates	confidence	of	link	between	devices
Colors	indicate	community	detection	based	device	clustering
The	(household)	Device	Graph	naturally	restricts	our	search	space
We	never	seek	to	identify	individuals	-	only	to	group	devices	used
by	the	same	individual
Graph	can	be	traversed	at	varying	thresholds	(scale	vs	accuracy)
Scoring Edges
We	needed	a	way	to	put	weights	on	edges.
			First	Attempt:	Use	Segment	data	
Provided	by	first	or	third-parties
Tries	to	put	devices	into	inferred	buckets.	ex:
Dog	lover
Comic	book	enthusiast
Male
Pros/Cons of Segment Data
	
		Pros:
Relatively	extensive	coverage
Simple	to	read/human	intelligible
Finite
			Cons:
Don't	know	how	the	segments	are	determined	(black	box)
Different	providers	may	not	have	the	same	methods
The	longer	a	device	has	been	in	our	graph	the	more	audiences
it	will	accumulate	(snowballs)
Plan of Attack
1.	 Used	the	segments	as	features	to	create	feature
vectors.																																																		
2.	 Compared	several	methods:
Simple	dot	product	(baseline)
Probabilistic	approaches	that	use	segment
co-occurrence
Machine	learning	approaches	that	use	truth	data	and
existing	graph	structure	as	proxy	data.
What Do We Mean By Proxy Data?
Assumption:
Two	nodes	connected	in	The	(household)	Device
Graph	are	more	likely	to	be	similar	to
each	other	than	two	unconnected	nodes.
Measuring Performance
To	compare	methods	we	compute	the	Win	Rate.		
1.	 Select	pair	of	devices	connected	in	graph;	compute	score
between	them	(true_score).
2.	 Select	random	device	unconnected	to	original	devices;
compute	a	score	with	one	of	original	devices
(false_score).	
if	true_score	>	false_score:
				win_value	=	1.0
elif	true_score	<	false_score:
				win_value	=	0.0
else:	#ties
				win_value	=	0.5
Performance Expectations
A	random	algorithm	should	achieve	an
average	win_value	of	about	0.5.
We	expect	an	optimal	algorithm	to	achieve	an
average	win_value	of	about	0.75	--	50%	better	than
random.
Why?	Because	census	data	suggests	around	2	adults	per
household.	Therefore,	we	expect	about	half	of	our
household	edges	to	be	highly	correlated	(similar)	while	the
remainder	should	be	statistically	uncorrelated	(dissimilar).
Well, how do segment data perform?
In	a	word:	poorly.
Our	attempts	eked	in	just	above	the	random	line	around	an
average	win_value	=	0.55.
At	most,	10%	better	than	random!
So what happened?
	
Segment	data	are	riddled	with:
randomness	&	noise
hidden	bias
An	example	of	randomness	&	noise:	1	out	of	4	devices	which
"self	identified	as	mom"	are	also	tagged	as	"male".
(Either	we're	really	really	progressive,	or	something	has	gone	horribly	wrong.)
So Much Bias!
Platform	Bias:	Certain	segments	are	platform	specific.	(For
example:	"used	a	specific	mail	client	on	Android")
Source	Bias:	We	don't	always	have	overlap	between	different
first	and	third	parties	we	work	with	and	the	overlap	is	not
uncorrelated.
Temporal	Bias:	Long-lived	devices	tend	to	accumulate	segments
(snowballs!).
Audience	Value	Bias:	Certain	segments	are	worth	more	to
advertisers	so	they	appear	more	often	than	expected.		(Example:
people	intending	to	purchase	automobiles.)
Platform Bias
Platform Bias
Platform Bias
Source Bias
Next Steps
	Either:
Account	for	these	biases	explicitly	and	try	to	correct	them.
(see:	engineering.tapad.com)
Or:
Test	different	algorithms.
Or:
Abandon	the	effort	and	look	elsewhere	for	different	data.
We	opted	for	the	last	one.
Browsing Data
In	the	end,	we	opted	to	use	our	in-house	browsing	data.		
Browsing	data	are	data	we	obtain	when	examining	available	ad
space.	Each	piece	of	data	gives	us	an	obfuscated	ID	and	the	url	on
which	the	device	is	browsing.		
Initially	avoided	due	to	sparsity:	
While	we	saw	about	20	pieces	of	audience	data	on	average	on	a
device,	we	were	in	some	cases	limited	to	a	single	unique	url	per
device	because	this	data	is	harder	to	come	by	than	black	box
segment	data.
Plan of Attack
(Preprocessing:	remove	the	fraudulent	urls	associated	with	botnets.)
Just	as	before,	create	a	feature	vector	but	now	the	features	are	the
legitimate	unique	domains	(tapad.com,	mlconf.com,	etc...).
Compare	several	methods:
The	feature	vector	dot	product	(baseline)
Matrix-based	approaches	which	use	probabilistic	correlations
based	on	url	co-occurrence	on	nodes
Clustering-based	approaches	which	reduce	dimensionality	by
first	clustering	highly	correlated	urls
Performance
Much	better!
Simple	dot	product	(baseline)	already	performs	about	18%
better	than	random.
Both	the	matrix-based	and	clustering-based	approaches
perform	up	to	40%	better	than	random.
This	is	in	the	range	of	how	we	expect	an	optimal	algorithm
to	perform	-	despite	data	sparsity!
Moral
Don't	assume	because	pieces	of	data	are	nicely	tied	in	a	bow
and	plentiful	that	they	are	the	right	data	to	use.
Question	your	data,	not	only	your	algorithms.
The	best	pieces	of	data	may	be	scarce	and	raw	because	they
are	often	less	fraught	with	hidden	biases	and	unnecessary
processing.
Learn more about Tapad
Read	our	blog:
http://engineering.tapad.com
Follow	us	on	twitter:
@tapad
@tapadeng
Follow	us	on	Instagram:
@tapadinc	(includes	a	picture	of	yours	truly	in	a	headstand.)
Contact	me:
yael@tapad.com,	@y_s_e

Weitere ähnliche Inhalte

Was ist angesagt?

Morning Workshop: Blend to Maximize Revenue, sponsored by Amobee at Digiday P...
Morning Workshop: Blend to Maximize Revenue, sponsored by Amobee at Digiday P...Morning Workshop: Blend to Maximize Revenue, sponsored by Amobee at Digiday P...
Morning Workshop: Blend to Maximize Revenue, sponsored by Amobee at Digiday P...Digiday
 
Google 2-Sided Business Model Case Study
Google 2-Sided Business Model Case StudyGoogle 2-Sided Business Model Case Study
Google 2-Sided Business Model Case Studybazza1664
 
Augumented Reality Market Review
Augumented Reality Market ReviewAugumented Reality Market Review
Augumented Reality Market ReviewMichael Farrar
 
Why Branded Mobile Apps fail?
Why Branded Mobile Apps fail?Why Branded Mobile Apps fail?
Why Branded Mobile Apps fail?Rachna Sharma
 
Accenture Media & Entertainment Industry 2021 - The Lifestyle Media Platform ...
Accenture Media & Entertainment Industry 2021 - The Lifestyle Media Platform ...Accenture Media & Entertainment Industry 2021 - The Lifestyle Media Platform ...
Accenture Media & Entertainment Industry 2021 - The Lifestyle Media Platform ...accenture
 
What to look for in a Digital Experience Platform?
What to look for in a Digital Experience Platform?What to look for in a Digital Experience Platform?
What to look for in a Digital Experience Platform?Ruud Kluivers
 
A Brief Introduction to a Digital Experience Platform (DXP)
A Brief Introduction to a Digital Experience Platform (DXP)A Brief Introduction to a Digital Experience Platform (DXP)
A Brief Introduction to a Digital Experience Platform (DXP)Pimcore
 
ad:tech Melbourne 2012 day1, track2
ad:tech Melbourne 2012 day1, track2ad:tech Melbourne 2012 day1, track2
ad:tech Melbourne 2012 day1, track2genevievemayne
 
3 Top Myths about Programmatic Ad Buying
3 Top Myths about Programmatic Ad Buying3 Top Myths about Programmatic Ad Buying
3 Top Myths about Programmatic Ad BuyingJoyce Lin
 
Emergence Capital Mobile Enterprise Trends - March 2017
Emergence Capital Mobile Enterprise Trends - March 2017Emergence Capital Mobile Enterprise Trends - March 2017
Emergence Capital Mobile Enterprise Trends - March 2017Emergence Capital
 
Profitability of Accessibility WordPress Accessibility Day 2020
Profitability of Accessibility WordPress Accessibility Day 2020Profitability of Accessibility WordPress Accessibility Day 2020
Profitability of Accessibility WordPress Accessibility Day 2020Sumner M. Davenport
 
Digital Transformation: Analog to Digital
Digital Transformation: Analog to DigitalDigital Transformation: Analog to Digital
Digital Transformation: Analog to Digitalaccenture
 
[WSO2 Summit New York 2018] Earn Your Place In The Platform Economy
[WSO2 Summit New York 2018] Earn Your Place In The Platform Economy [WSO2 Summit New York 2018] Earn Your Place In The Platform Economy
[WSO2 Summit New York 2018] Earn Your Place In The Platform Economy WSO2
 
Where is the cloud going next? A look back at SaaS 10 years ago and the shift...
Where is the cloud going next? A look back at SaaS 10 years ago and the shift...Where is the cloud going next? A look back at SaaS 10 years ago and the shift...
Where is the cloud going next? A look back at SaaS 10 years ago and the shift...Emergence Capital Partners
 
A Modern Digital Experience Platform
A Modern Digital Experience PlatformA Modern Digital Experience Platform
A Modern Digital Experience PlatformPhase2
 
Agile mobility solutions v.1.2
Agile mobility solutions v.1.2Agile mobility solutions v.1.2
Agile mobility solutions v.1.2Akhil B Singh
 
Brighton SEO Mobile Marketing in the Age of 5G
Brighton SEO  Mobile Marketing in the Age of 5GBrighton SEO  Mobile Marketing in the Age of 5G
Brighton SEO Mobile Marketing in the Age of 5GJon Hibbitt
 
Accenture Media & Entertainment Industry 2021 - The Aggregator Value Play
Accenture Media & Entertainment Industry 2021 - The Aggregator Value PlayAccenture Media & Entertainment Industry 2021 - The Aggregator Value Play
Accenture Media & Entertainment Industry 2021 - The Aggregator Value Playaccenture
 

Was ist angesagt? (20)

Morning Workshop: Blend to Maximize Revenue, sponsored by Amobee at Digiday P...
Morning Workshop: Blend to Maximize Revenue, sponsored by Amobee at Digiday P...Morning Workshop: Blend to Maximize Revenue, sponsored by Amobee at Digiday P...
Morning Workshop: Blend to Maximize Revenue, sponsored by Amobee at Digiday P...
 
Google 2-Sided Business Model Case Study
Google 2-Sided Business Model Case StudyGoogle 2-Sided Business Model Case Study
Google 2-Sided Business Model Case Study
 
Augumented Reality Market Review
Augumented Reality Market ReviewAugumented Reality Market Review
Augumented Reality Market Review
 
Why Branded Mobile Apps fail?
Why Branded Mobile Apps fail?Why Branded Mobile Apps fail?
Why Branded Mobile Apps fail?
 
Accenture Media & Entertainment Industry 2021 - The Lifestyle Media Platform ...
Accenture Media & Entertainment Industry 2021 - The Lifestyle Media Platform ...Accenture Media & Entertainment Industry 2021 - The Lifestyle Media Platform ...
Accenture Media & Entertainment Industry 2021 - The Lifestyle Media Platform ...
 
What to look for in a Digital Experience Platform?
What to look for in a Digital Experience Platform?What to look for in a Digital Experience Platform?
What to look for in a Digital Experience Platform?
 
A Brief Introduction to a Digital Experience Platform (DXP)
A Brief Introduction to a Digital Experience Platform (DXP)A Brief Introduction to a Digital Experience Platform (DXP)
A Brief Introduction to a Digital Experience Platform (DXP)
 
ad:tech Melbourne 2012 day1, track2
ad:tech Melbourne 2012 day1, track2ad:tech Melbourne 2012 day1, track2
ad:tech Melbourne 2012 day1, track2
 
3 Top Myths about Programmatic Ad Buying
3 Top Myths about Programmatic Ad Buying3 Top Myths about Programmatic Ad Buying
3 Top Myths about Programmatic Ad Buying
 
Emergence Capital Mobile Enterprise Trends - March 2017
Emergence Capital Mobile Enterprise Trends - March 2017Emergence Capital Mobile Enterprise Trends - March 2017
Emergence Capital Mobile Enterprise Trends - March 2017
 
Profitability of Accessibility WordPress Accessibility Day 2020
Profitability of Accessibility WordPress Accessibility Day 2020Profitability of Accessibility WordPress Accessibility Day 2020
Profitability of Accessibility WordPress Accessibility Day 2020
 
Digital Transformation: Analog to Digital
Digital Transformation: Analog to DigitalDigital Transformation: Analog to Digital
Digital Transformation: Analog to Digital
 
Designing Data Products
Designing Data ProductsDesigning Data Products
Designing Data Products
 
[WSO2 Summit New York 2018] Earn Your Place In The Platform Economy
[WSO2 Summit New York 2018] Earn Your Place In The Platform Economy [WSO2 Summit New York 2018] Earn Your Place In The Platform Economy
[WSO2 Summit New York 2018] Earn Your Place In The Platform Economy
 
Where is the cloud going next? A look back at SaaS 10 years ago and the shift...
Where is the cloud going next? A look back at SaaS 10 years ago and the shift...Where is the cloud going next? A look back at SaaS 10 years ago and the shift...
Where is the cloud going next? A look back at SaaS 10 years ago and the shift...
 
A Modern Digital Experience Platform
A Modern Digital Experience PlatformA Modern Digital Experience Platform
A Modern Digital Experience Platform
 
Agile mobility solutions v.1.2
Agile mobility solutions v.1.2Agile mobility solutions v.1.2
Agile mobility solutions v.1.2
 
The Perfect Storm
The Perfect StormThe Perfect Storm
The Perfect Storm
 
Brighton SEO Mobile Marketing in the Age of 5G
Brighton SEO  Mobile Marketing in the Age of 5GBrighton SEO  Mobile Marketing in the Age of 5G
Brighton SEO Mobile Marketing in the Age of 5G
 
Accenture Media & Entertainment Industry 2021 - The Aggregator Value Play
Accenture Media & Entertainment Industry 2021 - The Aggregator Value PlayAccenture Media & Entertainment Industry 2021 - The Aggregator Value Play
Accenture Media & Entertainment Industry 2021 - The Aggregator Value Play
 

Ähnlich wie MLconf Yael Elmatad

Publishers: Maximize Audience Value On Every Screen
Publishers: Maximize Audience Value On Every ScreenPublishers: Maximize Audience Value On Every Screen
Publishers: Maximize Audience Value On Every ScreenIan Kane
 
Mobile App Marketing Glossary
Mobile App Marketing GlossaryMobile App Marketing Glossary
Mobile App Marketing GlossaryJames Nichols
 
Mobile App Marketing Glossary
Mobile App Marketing GlossaryMobile App Marketing Glossary
Mobile App Marketing GlossaryJim Nichols
 
MIT: Planet Adtech - Ad Tech Guide for marketers March 2014
MIT: Planet Adtech - Ad Tech Guide for marketers March 2014MIT: Planet Adtech - Ad Tech Guide for marketers March 2014
MIT: Planet Adtech - Ad Tech Guide for marketers March 2014Brian Crotty
 
Master Cross-Device Advertising in About 10 Minutes
Master Cross-Device Advertising in About 10 MinutesMaster Cross-Device Advertising in About 10 Minutes
Master Cross-Device Advertising in About 10 MinutesJim Nichols
 
What is Ad Tech.pdf
What is Ad Tech.pdfWhat is Ad Tech.pdf
What is Ad Tech.pdfCiente
 
Conversant - Master Cross-Device Advertising in About 10 Minutes
Conversant - Master Cross-Device Advertising in About 10 MinutesConversant - Master Cross-Device Advertising in About 10 Minutes
Conversant - Master Cross-Device Advertising in About 10 MinutesConversant, Inc.
 
Master Cross Device in 10 minutes
Master Cross Device in 10 minutesMaster Cross Device in 10 minutes
Master Cross Device in 10 minutesJim Nichols
 
WTF Programmatic Dictionary
WTF Programmatic DictionaryWTF Programmatic Dictionary
WTF Programmatic Dictionarycpxmarketing
 
Tablet Advertising for 2011
Tablet Advertising for 2011Tablet Advertising for 2011
Tablet Advertising for 2011Crisp Media
 
Conversant 6 essentials for doing cross device right
Conversant 6 essentials for doing cross device rightConversant 6 essentials for doing cross device right
Conversant 6 essentials for doing cross device rightJim Nichols
 
IRJET - MADTECH Software System using Social Media Mining
IRJET - MADTECH Software System using Social Media MiningIRJET - MADTECH Software System using Social Media Mining
IRJET - MADTECH Software System using Social Media MiningIRJET Journal
 
Mad tech a revolution between martech and adtech
Mad tech  a revolution between martech and adtechMad tech  a revolution between martech and adtech
Mad tech a revolution between martech and adtechGayathri Immadi
 
Digital Display Advertising For Medicare Marketing: The Comprehensive Medicar...
Digital Display Advertising For Medicare Marketing: The Comprehensive Medicar...Digital Display Advertising For Medicare Marketing: The Comprehensive Medicar...
Digital Display Advertising For Medicare Marketing: The Comprehensive Medicar...Scott Levine
 
Mobile Advertising Glossary
Mobile Advertising GlossaryMobile Advertising Glossary
Mobile Advertising GlossaryAdiquity
 
2020 Marketer's Guide to Emerging Technologies with Analegy Innovation Rating...
2020 Marketer's Guide to Emerging Technologies with Analegy Innovation Rating...2020 Marketer's Guide to Emerging Technologies with Analegy Innovation Rating...
2020 Marketer's Guide to Emerging Technologies with Analegy Innovation Rating...Actuan Global
 
[White Paper] Interconnections via API: Improving the performance of digital ...
[White Paper] Interconnections via API: Improving the performance of digital ...[White Paper] Interconnections via API: Improving the performance of digital ...
[White Paper] Interconnections via API: Improving the performance of digital ...AT Internet
 
Understanding the Core Components of Adtech.pdf
Understanding the Core Components of Adtech.pdfUnderstanding the Core Components of Adtech.pdf
Understanding the Core Components of Adtech.pdfCiente
 

Ähnlich wie MLconf Yael Elmatad (20)

Publishers: Maximize Audience Value On Every Screen
Publishers: Maximize Audience Value On Every ScreenPublishers: Maximize Audience Value On Every Screen
Publishers: Maximize Audience Value On Every Screen
 
Mobile App Marketing Glossary
Mobile App Marketing GlossaryMobile App Marketing Glossary
Mobile App Marketing Glossary
 
Mobile App Marketing Glossary
Mobile App Marketing GlossaryMobile App Marketing Glossary
Mobile App Marketing Glossary
 
MIT: Planet Adtech - Ad Tech Guide for marketers March 2014
MIT: Planet Adtech - Ad Tech Guide for marketers March 2014MIT: Planet Adtech - Ad Tech Guide for marketers March 2014
MIT: Planet Adtech - Ad Tech Guide for marketers March 2014
 
Master Cross-Device Advertising in About 10 Minutes
Master Cross-Device Advertising in About 10 MinutesMaster Cross-Device Advertising in About 10 Minutes
Master Cross-Device Advertising in About 10 Minutes
 
BOLO2010 Portugal
BOLO2010 PortugalBOLO2010 Portugal
BOLO2010 Portugal
 
What is Ad Tech.pdf
What is Ad Tech.pdfWhat is Ad Tech.pdf
What is Ad Tech.pdf
 
Conversant - Master Cross-Device Advertising in About 10 Minutes
Conversant - Master Cross-Device Advertising in About 10 MinutesConversant - Master Cross-Device Advertising in About 10 Minutes
Conversant - Master Cross-Device Advertising in About 10 Minutes
 
Master Cross Device in 10 minutes
Master Cross Device in 10 minutesMaster Cross Device in 10 minutes
Master Cross Device in 10 minutes
 
WTF Programmatic Dictionary
WTF Programmatic DictionaryWTF Programmatic Dictionary
WTF Programmatic Dictionary
 
Tablet Advertising for 2011
Tablet Advertising for 2011Tablet Advertising for 2011
Tablet Advertising for 2011
 
Mcr trendz
Mcr trendzMcr trendz
Mcr trendz
 
Conversant 6 essentials for doing cross device right
Conversant 6 essentials for doing cross device rightConversant 6 essentials for doing cross device right
Conversant 6 essentials for doing cross device right
 
IRJET - MADTECH Software System using Social Media Mining
IRJET - MADTECH Software System using Social Media MiningIRJET - MADTECH Software System using Social Media Mining
IRJET - MADTECH Software System using Social Media Mining
 
Mad tech a revolution between martech and adtech
Mad tech  a revolution between martech and adtechMad tech  a revolution between martech and adtech
Mad tech a revolution between martech and adtech
 
Digital Display Advertising For Medicare Marketing: The Comprehensive Medicar...
Digital Display Advertising For Medicare Marketing: The Comprehensive Medicar...Digital Display Advertising For Medicare Marketing: The Comprehensive Medicar...
Digital Display Advertising For Medicare Marketing: The Comprehensive Medicar...
 
Mobile Advertising Glossary
Mobile Advertising GlossaryMobile Advertising Glossary
Mobile Advertising Glossary
 
2020 Marketer's Guide to Emerging Technologies with Analegy Innovation Rating...
2020 Marketer's Guide to Emerging Technologies with Analegy Innovation Rating...2020 Marketer's Guide to Emerging Technologies with Analegy Innovation Rating...
2020 Marketer's Guide to Emerging Technologies with Analegy Innovation Rating...
 
[White Paper] Interconnections via API: Improving the performance of digital ...
[White Paper] Interconnections via API: Improving the performance of digital ...[White Paper] Interconnections via API: Improving the performance of digital ...
[White Paper] Interconnections via API: Improving the performance of digital ...
 
Understanding the Core Components of Adtech.pdf
Understanding the Core Components of Adtech.pdfUnderstanding the Core Components of Adtech.pdf
Understanding the Core Components of Adtech.pdf
 

Mehr von MLconf

Jamila Smith-Loud - Understanding Human Impact: Social and Equity Assessments...
Jamila Smith-Loud - Understanding Human Impact: Social and Equity Assessments...Jamila Smith-Loud - Understanding Human Impact: Social and Equity Assessments...
Jamila Smith-Loud - Understanding Human Impact: Social and Equity Assessments...MLconf
 
Ted Willke - The Brain’s Guide to Dealing with Context in Language Understanding
Ted Willke - The Brain’s Guide to Dealing with Context in Language UnderstandingTed Willke - The Brain’s Guide to Dealing with Context in Language Understanding
Ted Willke - The Brain’s Guide to Dealing with Context in Language UnderstandingMLconf
 
Justin Armstrong - Applying Computer Vision to Reduce Contamination in the Re...
Justin Armstrong - Applying Computer Vision to Reduce Contamination in the Re...Justin Armstrong - Applying Computer Vision to Reduce Contamination in the Re...
Justin Armstrong - Applying Computer Vision to Reduce Contamination in the Re...MLconf
 
Igor Markov - Quantum Computing: a Treasure Hunt, not a Gold Rush
Igor Markov - Quantum Computing: a Treasure Hunt, not a Gold RushIgor Markov - Quantum Computing: a Treasure Hunt, not a Gold Rush
Igor Markov - Quantum Computing: a Treasure Hunt, not a Gold RushMLconf
 
Josh Wills - Data Labeling as Religious Experience
Josh Wills - Data Labeling as Religious ExperienceJosh Wills - Data Labeling as Religious Experience
Josh Wills - Data Labeling as Religious ExperienceMLconf
 
Vinay Prabhu - Project GaitNet: Ushering in the ImageNet moment for human Gai...
Vinay Prabhu - Project GaitNet: Ushering in the ImageNet moment for human Gai...Vinay Prabhu - Project GaitNet: Ushering in the ImageNet moment for human Gai...
Vinay Prabhu - Project GaitNet: Ushering in the ImageNet moment for human Gai...MLconf
 
Jekaterina Novikova - Machine Learning Methods in Detecting Alzheimer’s Disea...
Jekaterina Novikova - Machine Learning Methods in Detecting Alzheimer’s Disea...Jekaterina Novikova - Machine Learning Methods in Detecting Alzheimer’s Disea...
Jekaterina Novikova - Machine Learning Methods in Detecting Alzheimer’s Disea...MLconf
 
Meghana Ravikumar - Optimized Image Classification on the Cheap
Meghana Ravikumar - Optimized Image Classification on the CheapMeghana Ravikumar - Optimized Image Classification on the Cheap
Meghana Ravikumar - Optimized Image Classification on the CheapMLconf
 
Noam Finkelstein - The Importance of Modeling Data Collection
Noam Finkelstein - The Importance of Modeling Data CollectionNoam Finkelstein - The Importance of Modeling Data Collection
Noam Finkelstein - The Importance of Modeling Data CollectionMLconf
 
June Andrews - The Uncanny Valley of ML
June Andrews - The Uncanny Valley of MLJune Andrews - The Uncanny Valley of ML
June Andrews - The Uncanny Valley of MLMLconf
 
Sneha Rajana - Deep Learning Architectures for Semantic Relation Detection Tasks
Sneha Rajana - Deep Learning Architectures for Semantic Relation Detection TasksSneha Rajana - Deep Learning Architectures for Semantic Relation Detection Tasks
Sneha Rajana - Deep Learning Architectures for Semantic Relation Detection TasksMLconf
 
Anoop Deoras - Building an Incrementally Trained, Local Taste Aware, Global D...
Anoop Deoras - Building an Incrementally Trained, Local Taste Aware, Global D...Anoop Deoras - Building an Incrementally Trained, Local Taste Aware, Global D...
Anoop Deoras - Building an Incrementally Trained, Local Taste Aware, Global D...MLconf
 
Vito Ostuni - The Voice: New Challenges in a Zero UI World
Vito Ostuni - The Voice: New Challenges in a Zero UI WorldVito Ostuni - The Voice: New Challenges in a Zero UI World
Vito Ostuni - The Voice: New Challenges in a Zero UI WorldMLconf
 
Anna choromanska - Data-driven Challenges in AI: Scale, Information Selection...
Anna choromanska - Data-driven Challenges in AI: Scale, Information Selection...Anna choromanska - Data-driven Challenges in AI: Scale, Information Selection...
Anna choromanska - Data-driven Challenges in AI: Scale, Information Selection...MLconf
 
Janani Kalyanam - Machine Learning to Detect Illegal Online Sales of Prescrip...
Janani Kalyanam - Machine Learning to Detect Illegal Online Sales of Prescrip...Janani Kalyanam - Machine Learning to Detect Illegal Online Sales of Prescrip...
Janani Kalyanam - Machine Learning to Detect Illegal Online Sales of Prescrip...MLconf
 
Esperanza Lopez Aguilera - Using a Bayesian Neural Network in the Detection o...
Esperanza Lopez Aguilera - Using a Bayesian Neural Network in the Detection o...Esperanza Lopez Aguilera - Using a Bayesian Neural Network in the Detection o...
Esperanza Lopez Aguilera - Using a Bayesian Neural Network in the Detection o...MLconf
 
Neel Sundaresan - Teaching a machine to code
Neel Sundaresan - Teaching a machine to codeNeel Sundaresan - Teaching a machine to code
Neel Sundaresan - Teaching a machine to codeMLconf
 
Rishabh Mehrotra - Recommendations in a Marketplace: Personalizing Explainabl...
Rishabh Mehrotra - Recommendations in a Marketplace: Personalizing Explainabl...Rishabh Mehrotra - Recommendations in a Marketplace: Personalizing Explainabl...
Rishabh Mehrotra - Recommendations in a Marketplace: Personalizing Explainabl...MLconf
 
Soumith Chintala - Increasing the Impact of AI Through Better Software
Soumith Chintala - Increasing the Impact of AI Through Better SoftwareSoumith Chintala - Increasing the Impact of AI Through Better Software
Soumith Chintala - Increasing the Impact of AI Through Better SoftwareMLconf
 
Roy Lowrance - Predicting Bond Prices: Regime Changes
Roy Lowrance - Predicting Bond Prices: Regime ChangesRoy Lowrance - Predicting Bond Prices: Regime Changes
Roy Lowrance - Predicting Bond Prices: Regime ChangesMLconf
 

Mehr von MLconf (20)

Jamila Smith-Loud - Understanding Human Impact: Social and Equity Assessments...
Jamila Smith-Loud - Understanding Human Impact: Social and Equity Assessments...Jamila Smith-Loud - Understanding Human Impact: Social and Equity Assessments...
Jamila Smith-Loud - Understanding Human Impact: Social and Equity Assessments...
 
Ted Willke - The Brain’s Guide to Dealing with Context in Language Understanding
Ted Willke - The Brain’s Guide to Dealing with Context in Language UnderstandingTed Willke - The Brain’s Guide to Dealing with Context in Language Understanding
Ted Willke - The Brain’s Guide to Dealing with Context in Language Understanding
 
Justin Armstrong - Applying Computer Vision to Reduce Contamination in the Re...
Justin Armstrong - Applying Computer Vision to Reduce Contamination in the Re...Justin Armstrong - Applying Computer Vision to Reduce Contamination in the Re...
Justin Armstrong - Applying Computer Vision to Reduce Contamination in the Re...
 
Igor Markov - Quantum Computing: a Treasure Hunt, not a Gold Rush
Igor Markov - Quantum Computing: a Treasure Hunt, not a Gold RushIgor Markov - Quantum Computing: a Treasure Hunt, not a Gold Rush
Igor Markov - Quantum Computing: a Treasure Hunt, not a Gold Rush
 
Josh Wills - Data Labeling as Religious Experience
Josh Wills - Data Labeling as Religious ExperienceJosh Wills - Data Labeling as Religious Experience
Josh Wills - Data Labeling as Religious Experience
 
Vinay Prabhu - Project GaitNet: Ushering in the ImageNet moment for human Gai...
Vinay Prabhu - Project GaitNet: Ushering in the ImageNet moment for human Gai...Vinay Prabhu - Project GaitNet: Ushering in the ImageNet moment for human Gai...
Vinay Prabhu - Project GaitNet: Ushering in the ImageNet moment for human Gai...
 
Jekaterina Novikova - Machine Learning Methods in Detecting Alzheimer’s Disea...
Jekaterina Novikova - Machine Learning Methods in Detecting Alzheimer’s Disea...Jekaterina Novikova - Machine Learning Methods in Detecting Alzheimer’s Disea...
Jekaterina Novikova - Machine Learning Methods in Detecting Alzheimer’s Disea...
 
Meghana Ravikumar - Optimized Image Classification on the Cheap
Meghana Ravikumar - Optimized Image Classification on the CheapMeghana Ravikumar - Optimized Image Classification on the Cheap
Meghana Ravikumar - Optimized Image Classification on the Cheap
 
Noam Finkelstein - The Importance of Modeling Data Collection
Noam Finkelstein - The Importance of Modeling Data CollectionNoam Finkelstein - The Importance of Modeling Data Collection
Noam Finkelstein - The Importance of Modeling Data Collection
 
June Andrews - The Uncanny Valley of ML
June Andrews - The Uncanny Valley of MLJune Andrews - The Uncanny Valley of ML
June Andrews - The Uncanny Valley of ML
 
Sneha Rajana - Deep Learning Architectures for Semantic Relation Detection Tasks
Sneha Rajana - Deep Learning Architectures for Semantic Relation Detection TasksSneha Rajana - Deep Learning Architectures for Semantic Relation Detection Tasks
Sneha Rajana - Deep Learning Architectures for Semantic Relation Detection Tasks
 
Anoop Deoras - Building an Incrementally Trained, Local Taste Aware, Global D...
Anoop Deoras - Building an Incrementally Trained, Local Taste Aware, Global D...Anoop Deoras - Building an Incrementally Trained, Local Taste Aware, Global D...
Anoop Deoras - Building an Incrementally Trained, Local Taste Aware, Global D...
 
Vito Ostuni - The Voice: New Challenges in a Zero UI World
Vito Ostuni - The Voice: New Challenges in a Zero UI WorldVito Ostuni - The Voice: New Challenges in a Zero UI World
Vito Ostuni - The Voice: New Challenges in a Zero UI World
 
Anna choromanska - Data-driven Challenges in AI: Scale, Information Selection...
Anna choromanska - Data-driven Challenges in AI: Scale, Information Selection...Anna choromanska - Data-driven Challenges in AI: Scale, Information Selection...
Anna choromanska - Data-driven Challenges in AI: Scale, Information Selection...
 
Janani Kalyanam - Machine Learning to Detect Illegal Online Sales of Prescrip...
Janani Kalyanam - Machine Learning to Detect Illegal Online Sales of Prescrip...Janani Kalyanam - Machine Learning to Detect Illegal Online Sales of Prescrip...
Janani Kalyanam - Machine Learning to Detect Illegal Online Sales of Prescrip...
 
Esperanza Lopez Aguilera - Using a Bayesian Neural Network in the Detection o...
Esperanza Lopez Aguilera - Using a Bayesian Neural Network in the Detection o...Esperanza Lopez Aguilera - Using a Bayesian Neural Network in the Detection o...
Esperanza Lopez Aguilera - Using a Bayesian Neural Network in the Detection o...
 
Neel Sundaresan - Teaching a machine to code
Neel Sundaresan - Teaching a machine to codeNeel Sundaresan - Teaching a machine to code
Neel Sundaresan - Teaching a machine to code
 
Rishabh Mehrotra - Recommendations in a Marketplace: Personalizing Explainabl...
Rishabh Mehrotra - Recommendations in a Marketplace: Personalizing Explainabl...Rishabh Mehrotra - Recommendations in a Marketplace: Personalizing Explainabl...
Rishabh Mehrotra - Recommendations in a Marketplace: Personalizing Explainabl...
 
Soumith Chintala - Increasing the Impact of AI Through Better Software
Soumith Chintala - Increasing the Impact of AI Through Better SoftwareSoumith Chintala - Increasing the Impact of AI Through Better Software
Soumith Chintala - Increasing the Impact of AI Through Better Software
 
Roy Lowrance - Predicting Bond Prices: Regime Changes
Roy Lowrance - Predicting Bond Prices: Regime ChangesRoy Lowrance - Predicting Bond Prices: Regime Changes
Roy Lowrance - Predicting Bond Prices: Regime Changes
 

Kürzlich hochgeladen

Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 

Kürzlich hochgeladen (20)

Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 

MLconf Yael Elmatad