SlideShare a Scribd company logo
1 of 36
Machine	Learning	@	Amazon
Ralf	Herbrich
11/8/16 1
Background
1992	– 1997	(Berlin,	Diploma)
1997	– 2000	(Berlin,	PhD)
2000	– 2009	(Microsoft	Research)
2009	– 2011	(Microsoft)
2011	– 2012	(Facebook)
2012	– Present	(Amazon)
Overview
• What	is	Machine	Learning?
• A	Computer	Science	and	Statistics	Perspective
• History	of	Machine	Learning
• Machine	Learning	@	Amazon
• Forecasting
• Machine	Translation
• Amazon	Machine	Learning
• Visual	Systems
11/8/16 3
Overview
• What	is	Machine	Learning?
• A	Computer	Science	and	Statistics	Perspective
• History	of	Machine	Learning
• Machine	Learning	@	Amazon
• Forecasting
• Machine	Translation
• Amazon	Machine	Learning
• Visual	Systems
11/8/16 4
Overview
• What	is	Machine	Learning?
• A	Computer	Science	and	Statistics	Perspective
• History	of	Machine	Learning
• Machine	Learning	@	Amazon
• Forecasting
• Machine	Translation
• Amazon	Machine	Learning
• Visual	Systems
11/8/16 5
Machine	Learning:	The	Science
Science
• Computer	Science
• Statistics
• Neuroscience
• Operations	Research
Artificial	Intelligence
• Rule	extraction	from	data
• Inspired	by	human	learning
• Adaptive	algorithms
Engineering
• Training:	Data	à Models
• Prediction:	Models	à Forecast
• Decision:	Forecast	à Actions
11/8/16 6
Machine	Learning:	A	Programer	Perspective
Traditional	Programming
Machine	Learning
Computer
Data
Program
Output
Computer
Data
Output
Program
711/8/16
High	atop	the	steps	of	
the	Pyramid	of	Giza	a	
young	woman	laughed	
and	called	down	to	him.	
"Robert,	
hurry	up!	I	knew	I	should	
have	married	a	younger	
man!"	Her	smile	was	
magic.	….
ML	Examples:	Named Entity Extraction
8
Author Annotator
High	atop	the	steps	of	
the	Pyramid	of	Giza	a	
young	woman	laughed	
and	called	down	to	him.	
"Robert,	
hurry	up!	I	knew	I	should	
have	married	a	younger	
man!"	Her smile	was	
magic.	….
if (word is capitalized) and
(word before is ‘in’) then
PLACE
else if (word = ‘her’) or (word = ‘his’)
or (word = ‘he’) or (word = ‘she’) then
PERSON
...
Data Output (Annotation)
Program
11/8/16
High	atop	the	steps	of	
the	Pyramid	of	Giza	a	
young	woman	laughed	
and	called	down	to	him.	
"Robert,	
hurry	up!	I	knew	I	should	
have	married	a	younger	
man!"	Her	smile	was	
magic.	….
ML	Examples:	Named Entity Extraction
9
Author Annotator
…	"Robert,	
hurry	up!	I	knew	I	should	
have	married	a	younger	
man!".	….
Machine Learning Service
High	atop	the	steps	of	
the	Pyramid	of	Giza	a	
young	woman	laughed	
and	called	down	to	him.	
…	Her smile	was	magic.	
….
11/8/16
Amazon’s	Virtuous	Cycles
Growth
Customer
Experience
Traffic
Sellers
Selection &
Convenience
Lower
Prices
Lower Cost
Structure
1. Saving	costs	by	better	planning	(e.g.,	forecasting)
2. Saving	costs	by	automating	human	decision	making	(e.g.,	pricing)
3. Increasing	revenue	by	low-friction	experience	(e.g.	recommendation)	
311/8/16
Overview
• What	is	Machine	Learning?
• A	Computer	Science	and	Statistics	Perspective
• History	of	Machine	Learning
• Machine	Learning	@	Amazon
• Forecasting
• Machine	Translation
• Amazon	Machine	Learning
• Visual	Systems
11/8/16 11
History	of	Machine	Learning
• Deep	Neural	
Networks
• Fast	hardware	
(GPUs)
• Distributed	
computing	and	
storage
• Learning	=	
Adaptation	of	
Weights	in	a	
brain-like	
layered	
architecture	
2015
("AI")
• Distributed	
computing	and	
storage
• Adaptive	
systems
• Learning	=	
Scalable,	
Adaptive	
Computation	
for	Various	Big	
Data
2010	
(“Service”)
• Wide	
application	in	
products
• Statistical	
Modeling	of	
Data
• Learning	=	
Parameter	
Estimation	or	
Inference
2005	
(“Graphical	
Models”)
• Statistical	
Learning	
Theory
• Scoring	
Systems
• Learning	=	
Optimization	of	
Convex	
Functions
2000
(“Kernel	
Machines”)
• Expert	Systems
• Decision-Tree	
Learning	(C4.5)
• Learning	=	
Methods	to	
automatically	
build	Expert	
Systems
1990	
(“Symbolic”)
• Neural	
Networks
• Artificial	
Intelligence
• Learning	=	
Adaptation	of	
Neurons	based	
on	External		
Stimuli
1980	
(“Neuro”)
11/8/16 12
History	of	Machine	Learning
• Deep	Neural	
Networks
• Fast	hardware	
(GPUs)
• Distributed	
computing	and	
storage
• Learning	=	
Adaptation	of	
Weights	in	a	
brain-like	
layered	
architecture	
2015
("AI")
• Distributed	
computing	and	
storage
• Adaptive	
systems
• Learning	=	
Scalable,	
Adaptive	
Computation	
for	Various	Big	
Data
2010	
(“Service”)
• Wide	
application	in	
products
• Statistical	
Modeling	of	
Data
• Learning	=	
Parameter	
Estimation	or	
Inference
2005	
(“Graphical	
Models”)
• Statistical	
Learning	
Theory
• Scoring	
Systems
• Learning	=	
Optimization	of	
Convex	
Functions
2000
(“Kernel	
Machines”)
• Expert	Systems
• Decision-Tree	
Learning	(C4.5)
• Learning	=	
Methods	to	
automatically	
build	Expert	
Systems
1990	
(“Symbolic”)
• Neural	
Networks
• Artificial	
Intelligence
• Learning	=	
Adaptation	of	
Neurons	based	
on	External		
Stimuli
1980	
(“Neuro”)
11/8/16 13
History	of	Machine	Learning
• Deep	Neural	
Networks
• Fast	hardware	
(GPUs)
• Distributed	
computing	and	
storage
• Learning	=	
Adaptation	of	
Weights	in	a	
brain-like	
layered	
architecture	
2015
("AI")
• Distributed	
computing	and	
storage
• Adaptive	
systems
• Learning	=	
Scalable,	
Adaptive	
Computation	
for	Various	Big	
Data
2010	
(“Service”)
• Wide	
application	in	
products
• Statistical	
Modeling	of	
Data
• Learning	=	
Parameter	
Estimation	or	
Inference
2005	
(“Graphical	
Models”)
• Statistical	
Learning	
Theory
• Scoring	
Systems
• Learning	=	
Optimization	of	
Convex	
Functions
2000
(“Kernel	
Machines”)
• Expert	Systems
• Decision-Tree	
Learning	(C4.5)
• Learning	=	
Methods	to	
automatically	
build	Expert	
Systems
1990	
(“Symbolic”)
• Neural	
Networks
• Artificial	
Intelligence
• Learning	=	
Adaptation	of	
Neurons	based	
on	External		
Stimuli
1980	
(“Neuro”)
11/8/16 14
History	of	Machine	Learning
• Deep	Neural	
Networks
• Fast	hardware	
(GPUs)
• Distributed	
computing	and	
storage
• Learning	=	
Adaptation	of	
Weights	in	a	
brain-like	
layered	
architecture	
2015
("AI")
• Distributed	
computing	and	
storage
• Adaptive	
systems
• Learning	=	
Scalable,	
Adaptive	
Computation	
for	Various	Big	
Data
2010	
(“Service”)
• Wide	
application	in	
products
• Statistical	
Modeling	of	
Data
• Learning	=	
Parameter	
Estimation	or	
Inference
2005	
(“Graphical	
Models”)
• Statistical	
Learning	
Theory
• Scoring	
Systems
• Learning	=	
Optimization	of	
Convex	
Functions
2000
(“Kernel	
Machines”)
• Expert	Systems
• Decision-Tree	
Learning	(C4.5)
• Learning	=	
Methods	to	
automatically	
build	Expert	
Systems
1990	
(“Symbolic”)
• Neural	
Networks
• Artificial	
Intelligence
• Learning	=	
Adaptation	of	
Neurons	based	
on	External		
Stimuli
1980	
(“Neuro”)
11/8/16 15
History	of	Machine	Learning
• Deep	Neural	
Networks
• Fast	hardware	
(GPUs)
• Distributed	
computing	and	
storage
• Learning	=	
Adaptation	of	
Weights	in	a	
brain-like	
layered	
architecture	
2015
("AI")
• Distributed	
computing	and	
storage
• Adaptive	
systems
• Learning	=	
Scalable,	
Adaptive	
Computation	
for	Various	Big	
Data
2010	
(“Service”)
• Wide	
application	in	
products
• Statistical	
Modeling	of	
Data
• Learning	=	
Parameter	
Estimation	or	
Inference
2005	
(“Graphical	
Models”)
• Statistical	
Learning	
Theory
• Scoring	
Systems
• Learning	=	
Optimization	of	
Convex	
Functions
2000
(“Kernel	
Machines”)
• Expert	Systems
• Decision-Tree	
Learning	(C4.5)
• Learning	=	
Methods	to	
automatically	
build	Expert	
Systems
1990	
(“Symbolic”)
• Neural	
Networks
• Artificial	
Intelligence
• Learning	=	
Adaptation	of	
Neurons	based	
on	External		
Stimuli
1980	
(“Neuro”)
11/8/16 16
History	of	Machine	Learning
• Deep	Neural	
Networks
• Fast	hardware	
(GPUs)
• Distributed	
computing	and	
storage
• Learning	=	
Adaptation	of	
Weights	in	a	
brain-like	
layered	
architecture	
2015
("AI")
• Distributed	
computing	and	
storage
• Adaptive	
systems
• Learning	=	
Scalable,	
Adaptive	
Computation	
for	Various	Big	
Data
2010	
(“Service”)
• Wide	
application	in	
products
• Statistical	
Modeling	of	
Data
• Learning	=	
Parameter	
Estimation	or	
Inference
2005	
(“Graphical	
Models”)
• Statistical	
Learning	
Theory
• Scoring	
Systems
• Learning	=	
Optimization	of	
Convex	
Functions
2000
(“Kernel	
Machines”)
• Expert	Systems
• Decision-Tree	
Learning	(C4.5)
• Learning	=	
Methods	to	
automatically	
build	Expert	
Systems
1990	
(“Symbolic”)
• Neural	
Networks
• Artificial	
Intelligence
• Learning	=	
Adaptation	of	
Neurons	based	
on	External		
Stimuli
1980	
(“Neuro”)
11/8/16 17
Overview
• What	is	Machine	Learning?
• A	Computer	Science	and	Statistics	Perspective
• History	of	Machine	Learning
• Machine	Learning	@	Amazon
• Forecasting
• Machine	Translation
• Amazon	Machine	Learning
• Visual	Systems
11/8/16 18
Machine	Learning	Opportunities	@	Amazon
Retail
• Demand	
Forecasting
• Vendor	Lead	Time	
Prediction
• Pricing
• Packaging
• Substitute	
Prediction
Customers
• Product	
Recommendation
• Product	Search
• Visual	Search
• Product	Ads
• Shopping	Advice
• Customer	Problem	
Detection
Seller
• Fraud	Detection
• Predictive	Help
• Seller	Search	&	
Crawling
Catalog
• Browse-Node	
Classification
• Meta-data	
validation
• Review	Analysis
• Hazmat	Prediction
Digital
• Named-Entity	
Extraction
• XRay
• Plagiarism	
Detection
• Echo	Speech	
Recognition
• Knowledge	
Acquisiion
1911/8/16
Locations
20
ML	Seattle
ML	Bangalore
S9
A9
A2Z
11/8/16
Ivona
ML	Berlin
Evi
Overview
• What	is	Machine	Learning?
• A	Computer	Science	and	Statistics	Perspective
• History	of	Machine	Learning
• Machine	Learning	and	Artificial	Intelligence	
• Machine	Learning	@	Amazon
• Forecasting
• Machine	Translation
• Amazon	Machine	Learning
• Visual	Systems
11/8/16 21
Forecasting
• Given	past	sales	of	a	product	in	every	region,	predict	regional	demand	up	to	one	year	into	the	future
Setting
• New	Products:	No	past	demand!
• Regionalized:	100+	fulfillment	centers	worldwide
• Sparsity:	Huge	skew	– many	products	sell	very	few	items
• Seasonal:	Huge	variation	due	to	external,	seasonal	events
• Distributions:	Future	is	uncertain	è predictions	must	be	distributions
• Scale:	20M+	products	fulfilled	by	Amazon	alone!
• Orders:	Customers	demand	bundle of	products
• Censored:	Past	sales	≠	past	demand	(inventory	constraint)
Challenges
11/8/16 22
Demand	Forecasting
2311/8/16
Training Range: Non-fashion items
have longer training ranges that we
can leverage. Need to information
share across new and old products.
Seasonality: This item has Christmas
seasonality with higher growth over time.
This is where we need growth features in
addition to date features.
Missing Features or Input:
Unexplained spikes in demand are
likely caused by missing features or
incomplete input data.
Example Softlines product to illustrate the challenges of forecasting.
New	Products
2411/8/16
Learning across groups of products with varying ages to improve accuracy for new products
New Product Without Sharing:
Product is less than 1 year old and
hasn’t seen all dates before. Features
learned per product are not very strong.
Red = Actual Demand
Black = Forecast
New Product With Sharing: Once
we share data across groups of
products, we start to see the
appropriate lift for new holidays.
Overview
• What	is	Machine	Learning?
• A	Computer	Science	and	Statistics	Perspective
• History	of	Machine	Learning
• Machine	Learning	@	Amazon
• Forecasting
• Machine	Translation
• Amazon	Machine	Learning
• Visual	Systems
11/8/16 25
ASIN	Machine	Translation
ASINs
ContributionProfit
Human Translation
Machine Translation
Selection Gap
11/8/16 26
Machine	Translation	Pipeline
11/8/16 27
Input	Normalization Tokenization
Sentence	SegmentationLowercasing
Translation/Decoding Recasing
Post-processing De-Tokenization
Input	Request
Detection	&	Escaping	of	
Non-translatables
Re-insertion	of	(converted)	
Nontranslatables
Translated	Request
Machine	Translation:	Deep Dive
p(English |Chinese) =
p(English)× p(Chinese | English)
p(Chinese)
∝ p(English)× p(Chinese | English)
Language
Model
Translation
Model
• Language Model: What are fluent English sentences?
• Translation Model: What English sentences account
well for a given Chinese sentence?
11/8/16 28
Overview
• What	is	Machine	Learning?
• A	Computer	Science	and	Statistics	Perspective
• History	of	Machine	Learning
• Machine	Learning	@	Amazon
• Forecasting
• Machine	Translation
• Amazon	Machine	Learning
• Visual	Systems
11/8/16 29
Scalable	Algorithms	&	Services
• No	limitations	on	model	size	and	data	size!
Setting
• Distributed:	Parameters	need	to	be	distributed
• Fault	Tolerance:	Data	and	model	chunks	might	fail
• Simplicity:	Zero-parameter	algorithms	for	engineers
• Any-Time:	Any-time	convergence	of	algorithms
• Resource-Constrains:	Learning	algorithms	that	optimize	under	resource	&	budget	
constraints
Challenges
11/8/16 30
Three	types	of	data-driven	development
Retrospective
analysis and
reporting
Here-and-now
real-time processing and
dashboards
Predictions
to enable smart
applications
Amazon Kinesis
Amazon EC2
AWS Lambda
Amazon Redshift
Amazon RDS
Amazon S3
Amazon EMR
Amazon Machine
Learning
Introducing	Amazon	ML
• Easy	to	use,	managed	machine	learning	service	
built	for	developers
• Robust,	powerful	machine	learning	technology	
based	on	Amazon’s	internal	systems
• Create	models	using	your	data	already	stored	in	
the	AWS	cloud
• Deploy	models	to	production	in	seconds
Overview
• What	is	Machine	Learning?
• A	Computer	Science	and	Statistics	Perspective
• History	of	Machine	Learning
• Machine	Learning	@	Amazon
• Forecasting
• Machine	Translation
• Amazon	Machine	Learning
• Visual	Systems
11/8/16 33
Automated Produce Inspection
New	Automated InspectionCurrent Inspection
Computer Vision
Conclusions
• Machine	Learning	is	an	emerging	and	scientifically	young	discipline!
• Machine	Learning	“translates”	data	from	the	past	into	accurate	
predictions	about	the	future!
• Amazon	has	a	broad	range	of	applications	for	Machine	Learning	– it’s	
central	to	Amazon’s	business!
11/8/16 35
Thanks!
11/8/16 36

More Related Content

What's hot

Stratebi Big Data
Stratebi Big DataStratebi Big Data
Stratebi Big DataStratebi
 
Prescriptive Analytics
Prescriptive AnalyticsPrescriptive Analytics
Prescriptive AnalyticsŁukasz Grala
 
3 джозеп курто превращаем вашу организацию в big data компанию
3 джозеп курто превращаем вашу организацию в big data компанию3 джозеп курто превращаем вашу организацию в big data компанию
3 джозеп курто превращаем вашу организацию в big data компаниюantishmanti
 
Introducing the Big Data Ecosystem with Caserta Concepts & Talend
Introducing the Big Data Ecosystem with Caserta Concepts & TalendIntroducing the Big Data Ecosystem with Caserta Concepts & Talend
Introducing the Big Data Ecosystem with Caserta Concepts & TalendCaserta
 
Predictive modelling with azure ml
Predictive modelling with azure mlPredictive modelling with azure ml
Predictive modelling with azure mlKoray Kocabas
 
Azure Machine Learning
Azure Machine LearningAzure Machine Learning
Azure Machine LearningMostafa
 
The evolution of data analytics
The evolution of data analyticsThe evolution of data analytics
The evolution of data analyticsNatalino Busa
 
From hadoop to spark
From hadoop to sparkFrom hadoop to spark
From hadoop to sparksteccami
 
Machine Learning Classifiers
Machine Learning ClassifiersMachine Learning Classifiers
Machine Learning ClassifiersMostafa
 

What's hot (11)

Stratebi Big Data
Stratebi Big DataStratebi Big Data
Stratebi Big Data
 
AI meets Big Data
AI meets Big DataAI meets Big Data
AI meets Big Data
 
Big Data Landscape 2016
Big Data Landscape 2016Big Data Landscape 2016
Big Data Landscape 2016
 
Prescriptive Analytics
Prescriptive AnalyticsPrescriptive Analytics
Prescriptive Analytics
 
3 джозеп курто превращаем вашу организацию в big data компанию
3 джозеп курто превращаем вашу организацию в big data компанию3 джозеп курто превращаем вашу организацию в big data компанию
3 джозеп курто превращаем вашу организацию в big data компанию
 
Introducing the Big Data Ecosystem with Caserta Concepts & Talend
Introducing the Big Data Ecosystem with Caserta Concepts & TalendIntroducing the Big Data Ecosystem with Caserta Concepts & Talend
Introducing the Big Data Ecosystem with Caserta Concepts & Talend
 
Predictive modelling with azure ml
Predictive modelling with azure mlPredictive modelling with azure ml
Predictive modelling with azure ml
 
Azure Machine Learning
Azure Machine LearningAzure Machine Learning
Azure Machine Learning
 
The evolution of data analytics
The evolution of data analyticsThe evolution of data analytics
The evolution of data analytics
 
From hadoop to spark
From hadoop to sparkFrom hadoop to spark
From hadoop to spark
 
Machine Learning Classifiers
Machine Learning ClassifiersMachine Learning Classifiers
Machine Learning Classifiers
 

Viewers also liked

Elsevier Medical Graph – mit Machine Learning zu Precision Medicine
Elsevier Medical Graph – mit Machine Learning zu Precision MedicineElsevier Medical Graph – mit Machine Learning zu Precision Medicine
Elsevier Medical Graph – mit Machine Learning zu Precision MedicineRising Media Ltd.
 
Outside the Comfort Zone: Cross Industry Use Cases in Big Data Analytics
Outside the Comfort Zone: Cross Industry Use Cases in Big Data AnalyticsOutside the Comfort Zone: Cross Industry Use Cases in Big Data Analytics
Outside the Comfort Zone: Cross Industry Use Cases in Big Data AnalyticsRising Media Ltd.
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine LearningLior Rokach
 
Machine Learning in Ecommerce
Machine Learning in EcommerceMachine Learning in Ecommerce
Machine Learning in EcommerceDavid Jones
 
Charleston Conference 2016
Charleston Conference 2016Charleston Conference 2016
Charleston Conference 2016Anita de Waard
 
Learning Analytics in Medical Education
Learning Analytics in Medical EducationLearning Analytics in Medical Education
Learning Analytics in Medical EducationAbelardo Pardo
 
Keynote Berlin Buzzwords 2016 Inspiring The Next Generation @getmakered
Keynote Berlin Buzzwords 2016  Inspiring The  Next Generation @getmakered Keynote Berlin Buzzwords 2016  Inspiring The  Next Generation @getmakered
Keynote Berlin Buzzwords 2016 Inspiring The Next Generation @getmakered Diane Mueller
 
Machine Learning in Ecommerce
Machine Learning in EcommerceMachine Learning in Ecommerce
Machine Learning in EcommerceDavid Jones
 
Building and Using a Knowledge Graph to Combat Human Trafficking
Building and Using a Knowledge Graph to Combat Human TraffickingBuilding and Using a Knowledge Graph to Combat Human Trafficking
Building and Using a Knowledge Graph to Combat Human TraffickingCraig Knoblock
 
Data Science and Machine Learning for eCommerce and Retail
Data Science and Machine Learning for eCommerce and RetailData Science and Machine Learning for eCommerce and Retail
Data Science and Machine Learning for eCommerce and RetailAndrei Lopatenko
 
Predictive Analytics World for Business Germany 2017
Predictive Analytics World for Business Germany 2017Predictive Analytics World for Business Germany 2017
Predictive Analytics World for Business Germany 2017Rising Media Ltd.
 
Machine Learning for retail and ecommerce
Machine Learning for retail and ecommerceMachine Learning for retail and ecommerce
Machine Learning for retail and ecommerceAndrei Lopatenko
 
Hospital Analytics Solutions in the Cloud
Hospital Analytics Solutions in the CloudHospital Analytics Solutions in the Cloud
Hospital Analytics Solutions in the CloudNitai Partners Inc
 
A brief history of machine learning
A brief history of  machine learningA brief history of  machine learning
A brief history of machine learningRobert Colner
 
Predictive Analytics World for Business Deutschland 2017
Predictive Analytics World for Business Deutschland 2017Predictive Analytics World for Business Deutschland 2017
Predictive Analytics World for Business Deutschland 2017Rising Media Ltd.
 
Analytics of Hospital Clustering & Profiling as a Tool for Evidence-based Org...
Analytics of Hospital Clustering & Profiling as a Tool for Evidence-based Org...Analytics of Hospital Clustering & Profiling as a Tool for Evidence-based Org...
Analytics of Hospital Clustering & Profiling as a Tool for Evidence-based Org...BAINIDA
 
Predictive Analytics World Manufacturing Düsseldorf 2017 - DE
Predictive Analytics World Manufacturing Düsseldorf 2017 - DEPredictive Analytics World Manufacturing Düsseldorf 2017 - DE
Predictive Analytics World Manufacturing Düsseldorf 2017 - DERising Media Ltd.
 
Predictive Analytics World Manufacturing Düsseldorf 2017 - EN
Predictive Analytics World Manufacturing Düsseldorf 2017 - ENPredictive Analytics World Manufacturing Düsseldorf 2017 - EN
Predictive Analytics World Manufacturing Düsseldorf 2017 - ENRising Media Ltd.
 
The Future of Machine Learning
The Future of Machine LearningThe Future of Machine Learning
The Future of Machine LearningRussell Miles
 

Viewers also liked (20)

Elsevier Medical Graph – mit Machine Learning zu Precision Medicine
Elsevier Medical Graph – mit Machine Learning zu Precision MedicineElsevier Medical Graph – mit Machine Learning zu Precision Medicine
Elsevier Medical Graph – mit Machine Learning zu Precision Medicine
 
Outside the Comfort Zone: Cross Industry Use Cases in Big Data Analytics
Outside the Comfort Zone: Cross Industry Use Cases in Big Data AnalyticsOutside the Comfort Zone: Cross Industry Use Cases in Big Data Analytics
Outside the Comfort Zone: Cross Industry Use Cases in Big Data Analytics
 
Amazon Machine Learning
Amazon Machine LearningAmazon Machine Learning
Amazon Machine Learning
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Machine Learning in Ecommerce
Machine Learning in EcommerceMachine Learning in Ecommerce
Machine Learning in Ecommerce
 
Charleston Conference 2016
Charleston Conference 2016Charleston Conference 2016
Charleston Conference 2016
 
Learning Analytics in Medical Education
Learning Analytics in Medical EducationLearning Analytics in Medical Education
Learning Analytics in Medical Education
 
Keynote Berlin Buzzwords 2016 Inspiring The Next Generation @getmakered
Keynote Berlin Buzzwords 2016  Inspiring The  Next Generation @getmakered Keynote Berlin Buzzwords 2016  Inspiring The  Next Generation @getmakered
Keynote Berlin Buzzwords 2016 Inspiring The Next Generation @getmakered
 
Machine Learning in Ecommerce
Machine Learning in EcommerceMachine Learning in Ecommerce
Machine Learning in Ecommerce
 
Building and Using a Knowledge Graph to Combat Human Trafficking
Building and Using a Knowledge Graph to Combat Human TraffickingBuilding and Using a Knowledge Graph to Combat Human Trafficking
Building and Using a Knowledge Graph to Combat Human Trafficking
 
Data Science and Machine Learning for eCommerce and Retail
Data Science and Machine Learning for eCommerce and RetailData Science and Machine Learning for eCommerce and Retail
Data Science and Machine Learning for eCommerce and Retail
 
Predictive Analytics World for Business Germany 2017
Predictive Analytics World for Business Germany 2017Predictive Analytics World for Business Germany 2017
Predictive Analytics World for Business Germany 2017
 
Machine Learning for retail and ecommerce
Machine Learning for retail and ecommerceMachine Learning for retail and ecommerce
Machine Learning for retail and ecommerce
 
Hospital Analytics Solutions in the Cloud
Hospital Analytics Solutions in the CloudHospital Analytics Solutions in the Cloud
Hospital Analytics Solutions in the Cloud
 
A brief history of machine learning
A brief history of  machine learningA brief history of  machine learning
A brief history of machine learning
 
Predictive Analytics World for Business Deutschland 2017
Predictive Analytics World for Business Deutschland 2017Predictive Analytics World for Business Deutschland 2017
Predictive Analytics World for Business Deutschland 2017
 
Analytics of Hospital Clustering & Profiling as a Tool for Evidence-based Org...
Analytics of Hospital Clustering & Profiling as a Tool for Evidence-based Org...Analytics of Hospital Clustering & Profiling as a Tool for Evidence-based Org...
Analytics of Hospital Clustering & Profiling as a Tool for Evidence-based Org...
 
Predictive Analytics World Manufacturing Düsseldorf 2017 - DE
Predictive Analytics World Manufacturing Düsseldorf 2017 - DEPredictive Analytics World Manufacturing Düsseldorf 2017 - DE
Predictive Analytics World Manufacturing Düsseldorf 2017 - DE
 
Predictive Analytics World Manufacturing Düsseldorf 2017 - EN
Predictive Analytics World Manufacturing Düsseldorf 2017 - ENPredictive Analytics World Manufacturing Düsseldorf 2017 - EN
Predictive Analytics World Manufacturing Düsseldorf 2017 - EN
 
The Future of Machine Learning
The Future of Machine LearningThe Future of Machine Learning
The Future of Machine Learning
 

Similar to Die Bedeutung von Machine Learning für den e-Commerce am Beispiel von Amazon

Machine learning_snap#3
Machine learning_snap#3Machine learning_snap#3
Machine learning_snap#3Aseel Addawood
 
GTU GeekDay Data Science and Applications
GTU GeekDay Data Science and ApplicationsGTU GeekDay Data Science and Applications
GTU GeekDay Data Science and ApplicationsKürşat İNCE
 
Machine Learning in the Real World
Machine Learning in the Real WorldMachine Learning in the Real World
Machine Learning in the Real WorldSrinath Perera
 
Machine Learning and the Elastic Stack
Machine Learning and the Elastic StackMachine Learning and the Elastic Stack
Machine Learning and the Elastic StackYann Cluchey
 
GTU GeekDay 2019 Limitations of Artificial Intelligence
GTU GeekDay 2019 Limitations of Artificial IntelligenceGTU GeekDay 2019 Limitations of Artificial Intelligence
GTU GeekDay 2019 Limitations of Artificial IntelligenceKürşat İNCE
 
H2O with Erin LeDell at Portland R User Group
H2O with Erin LeDell at Portland R User GroupH2O with Erin LeDell at Portland R User Group
H2O with Erin LeDell at Portland R User GroupSri Ambati
 
Barga DIDC'14 Invited Talk
Barga DIDC'14 Invited TalkBarga DIDC'14 Invited Talk
Barga DIDC'14 Invited TalkRoger Barga
 
The Ai & I at Work
The Ai & I at WorkThe Ai & I at Work
The Ai & I at WorkTarek Hoteit
 
intro to ML by the way m toh phasee movie Punjabi
intro to ML by the way m toh phasee movie Punjabiintro to ML by the way m toh phasee movie Punjabi
intro to ML by the way m toh phasee movie Punjabibotvillain45
 
Using The Hadoop Ecosystem to Drive Healthcare Innovation
Using The Hadoop Ecosystem to Drive Healthcare InnovationUsing The Hadoop Ecosystem to Drive Healthcare Innovation
Using The Hadoop Ecosystem to Drive Healthcare InnovationDan Wellisch
 
Applying Machine Learning and Artificial Intelligence to Business
Applying Machine Learning and Artificial Intelligence to BusinessApplying Machine Learning and Artificial Intelligence to Business
Applying Machine Learning and Artificial Intelligence to BusinessRussell Miles
 
Delivering Security Insights with Data Analytics and Visualization
Delivering Security Insights with Data Analytics and VisualizationDelivering Security Insights with Data Analytics and Visualization
Delivering Security Insights with Data Analytics and VisualizationRaffael Marty
 
Big Data and Data Science: The Technologies Shaping Our Lives
Big Data and Data Science: The Technologies Shaping Our LivesBig Data and Data Science: The Technologies Shaping Our Lives
Big Data and Data Science: The Technologies Shaping Our LivesRukshan Batuwita
 
Data science and Artificial Intelligence
Data science and Artificial IntelligenceData science and Artificial Intelligence
Data science and Artificial IntelligenceSuman Srinivasan
 
How Azure Databricks helped make IoT Analytics a Reality with Janath Manohara...
How Azure Databricks helped make IoT Analytics a Reality with Janath Manohara...How Azure Databricks helped make IoT Analytics a Reality with Janath Manohara...
How Azure Databricks helped make IoT Analytics a Reality with Janath Manohara...Databricks
 

Similar to Die Bedeutung von Machine Learning für den e-Commerce am Beispiel von Amazon (20)

00-01 DSnDA.pdf
00-01 DSnDA.pdf00-01 DSnDA.pdf
00-01 DSnDA.pdf
 
Machine learning_snap#3
Machine learning_snap#3Machine learning_snap#3
Machine learning_snap#3
 
GTU GeekDay Data Science and Applications
GTU GeekDay Data Science and ApplicationsGTU GeekDay Data Science and Applications
GTU GeekDay Data Science and Applications
 
Unit 1
Unit 1Unit 1
Unit 1
 
Machine Learning in the Real World
Machine Learning in the Real WorldMachine Learning in the Real World
Machine Learning in the Real World
 
Machine Learning and the Elastic Stack
Machine Learning and the Elastic StackMachine Learning and the Elastic Stack
Machine Learning and the Elastic Stack
 
GTU GeekDay 2019 Limitations of Artificial Intelligence
GTU GeekDay 2019 Limitations of Artificial IntelligenceGTU GeekDay 2019 Limitations of Artificial Intelligence
GTU GeekDay 2019 Limitations of Artificial Intelligence
 
H2O with Erin LeDell at Portland R User Group
H2O with Erin LeDell at Portland R User GroupH2O with Erin LeDell at Portland R User Group
H2O with Erin LeDell at Portland R User Group
 
Barga DIDC'14 Invited Talk
Barga DIDC'14 Invited TalkBarga DIDC'14 Invited Talk
Barga DIDC'14 Invited Talk
 
The Ai & I at Work
The Ai & I at WorkThe Ai & I at Work
The Ai & I at Work
 
intro to ML by the way m toh phasee movie Punjabi
intro to ML by the way m toh phasee movie Punjabiintro to ML by the way m toh phasee movie Punjabi
intro to ML by the way m toh phasee movie Punjabi
 
Using The Hadoop Ecosystem to Drive Healthcare Innovation
Using The Hadoop Ecosystem to Drive Healthcare InnovationUsing The Hadoop Ecosystem to Drive Healthcare Innovation
Using The Hadoop Ecosystem to Drive Healthcare Innovation
 
Applying Machine Learning and Artificial Intelligence to Business
Applying Machine Learning and Artificial Intelligence to BusinessApplying Machine Learning and Artificial Intelligence to Business
Applying Machine Learning and Artificial Intelligence to Business
 
Delivering Security Insights with Data Analytics and Visualization
Delivering Security Insights with Data Analytics and VisualizationDelivering Security Insights with Data Analytics and Visualization
Delivering Security Insights with Data Analytics and Visualization
 
Big Data and Data Science: The Technologies Shaping Our Lives
Big Data and Data Science: The Technologies Shaping Our LivesBig Data and Data Science: The Technologies Shaping Our Lives
Big Data and Data Science: The Technologies Shaping Our Lives
 
Data science and Artificial Intelligence
Data science and Artificial IntelligenceData science and Artificial Intelligence
Data science and Artificial Intelligence
 
How Azure Databricks helped make IoT Analytics a Reality with Janath Manohara...
How Azure Databricks helped make IoT Analytics a Reality with Janath Manohara...How Azure Databricks helped make IoT Analytics a Reality with Janath Manohara...
How Azure Databricks helped make IoT Analytics a Reality with Janath Manohara...
 
lec01.ppt
lec01.pptlec01.ppt
lec01.ppt
 
Machine Learning Overview: How did we get here ?
Machine Learning Overview: How did we get here ?Machine Learning Overview: How did we get here ?
Machine Learning Overview: How did we get here ?
 
Lecture1
Lecture1Lecture1
Lecture1
 

More from Rising Media Ltd.

Data Science at Roche: From Exploration to Productionization - Frank Block
Data Science at Roche: From Exploration to Productionization - Frank BlockData Science at Roche: From Exploration to Productionization - Frank Block
Data Science at Roche: From Exploration to Productionization - Frank BlockRising Media Ltd.
 
Cost-Effective Personalisation Platform for 30M Users of Ringier Axel Springe...
Cost-Effective Personalisation Platform for 30M Users of Ringier Axel Springe...Cost-Effective Personalisation Platform for 30M Users of Ringier Axel Springe...
Cost-Effective Personalisation Platform for 30M Users of Ringier Axel Springe...Rising Media Ltd.
 
Uplift Modelling as a Tool for Making Causal Inferences at Shopify - Mojan Hamed
Uplift Modelling as a Tool for Making Causal Inferences at Shopify - Mojan HamedUplift Modelling as a Tool for Making Causal Inferences at Shopify - Mojan Hamed
Uplift Modelling as a Tool for Making Causal Inferences at Shopify - Mojan HamedRising Media Ltd.
 
Behind the Buzzword: Understanding Customer Data Platforms in the Light of Pr...
Behind the Buzzword: Understanding Customer Data Platforms in the Light of Pr...Behind the Buzzword: Understanding Customer Data Platforms in the Light of Pr...
Behind the Buzzword: Understanding Customer Data Platforms in the Light of Pr...Rising Media Ltd.
 
Data Science Development Lifecycle - Everyone Talks About it, Nobody Really K...
Data Science Development Lifecycle - Everyone Talks About it, Nobody Really K...Data Science Development Lifecycle - Everyone Talks About it, Nobody Really K...
Data Science Development Lifecycle - Everyone Talks About it, Nobody Really K...Rising Media Ltd.
 
Creating Community at WeWork through Graph Embeddings with node2vec - Karry Lu
Creating Community at WeWork through Graph Embeddings with node2vec - Karry LuCreating Community at WeWork through Graph Embeddings with node2vec - Karry Lu
Creating Community at WeWork through Graph Embeddings with node2vec - Karry LuRising Media Ltd.
 
More than 10 Blue Links: Advanced-Level SERP Optimisation
More than 10 Blue Links: Advanced-Level SERP OptimisationMore than 10 Blue Links: Advanced-Level SERP Optimisation
More than 10 Blue Links: Advanced-Level SERP OptimisationRising Media Ltd.
 
How to Get Great Results Across Every Marketing Channel
How to Get Great Results Across Every Marketing ChannelHow to Get Great Results Across Every Marketing Channel
How to Get Great Results Across Every Marketing ChannelRising Media Ltd.
 
Don’t Freak Out! Tips for Mobile and Voice Search
Don’t Freak Out! Tips for Mobile and Voice SearchDon’t Freak Out! Tips for Mobile and Voice Search
Don’t Freak Out! Tips for Mobile and Voice SearchRising Media Ltd.
 
The Scout24 Data Landscape Manifesto: Building an Opinionated Data Platform
The Scout24 Data Landscape Manifesto: Building an Opinionated Data PlatformThe Scout24 Data Landscape Manifesto: Building an Opinionated Data Platform
The Scout24 Data Landscape Manifesto: Building an Opinionated Data PlatformRising Media Ltd.
 
Prescriptive ohne Predictive: Regression ist noch nicht tot! ROMI bei Unitymedia
Prescriptive ohne Predictive: Regression ist noch nicht tot! ROMI bei UnitymediaPrescriptive ohne Predictive: Regression ist noch nicht tot! ROMI bei Unitymedia
Prescriptive ohne Predictive: Regression ist noch nicht tot! ROMI bei UnitymediaRising Media Ltd.
 
Reinforcement Learning - Learning from Experience like a Human
Reinforcement Learning - Learning from Experience like a HumanReinforcement Learning - Learning from Experience like a Human
Reinforcement Learning - Learning from Experience like a HumanRising Media Ltd.
 
Mindful Analytics - Wie Achtsamkeit uns noch besser macht
Mindful Analytics - Wie Achtsamkeit uns noch besser machtMindful Analytics - Wie Achtsamkeit uns noch besser macht
Mindful Analytics - Wie Achtsamkeit uns noch besser machtRising Media Ltd.
 
Data Science Development with Impact
Data Science Development with ImpactData Science Development with Impact
Data Science Development with ImpactRising Media Ltd.
 
Predictive Analytics World for Business Deutschland 2018
Predictive Analytics World for Business Deutschland 2018Predictive Analytics World for Business Deutschland 2018
Predictive Analytics World for Business Deutschland 2018Rising Media Ltd.
 
Predictive Analytics World for Business Germany 2018
Predictive Analytics World for Business Germany 2018Predictive Analytics World for Business Germany 2018
Predictive Analytics World for Business Germany 2018Rising Media Ltd.
 
The Centrality of a Detailed Understanding of your Audience
The Centrality of a Detailed Understanding of your AudienceThe Centrality of a Detailed Understanding of your Audience
The Centrality of a Detailed Understanding of your AudienceRising Media Ltd.
 
Der steinige Weg zum automatisierten Data Science Produkt – Empfehlungen und ...
Der steinige Weg zum automatisierten Data Science Produkt – Empfehlungen und ...Der steinige Weg zum automatisierten Data Science Produkt – Empfehlungen und ...
Der steinige Weg zum automatisierten Data Science Produkt – Empfehlungen und ...Rising Media Ltd.
 
SpiegelMining – Data Science auf Spiegel Online
SpiegelMining – Data Science auf Spiegel Online SpiegelMining – Data Science auf Spiegel Online
SpiegelMining – Data Science auf Spiegel Online Rising Media Ltd.
 

More from Rising Media Ltd. (20)

Data Science at Roche: From Exploration to Productionization - Frank Block
Data Science at Roche: From Exploration to Productionization - Frank BlockData Science at Roche: From Exploration to Productionization - Frank Block
Data Science at Roche: From Exploration to Productionization - Frank Block
 
Cost-Effective Personalisation Platform for 30M Users of Ringier Axel Springe...
Cost-Effective Personalisation Platform for 30M Users of Ringier Axel Springe...Cost-Effective Personalisation Platform for 30M Users of Ringier Axel Springe...
Cost-Effective Personalisation Platform for 30M Users of Ringier Axel Springe...
 
Uplift Modelling as a Tool for Making Causal Inferences at Shopify - Mojan Hamed
Uplift Modelling as a Tool for Making Causal Inferences at Shopify - Mojan HamedUplift Modelling as a Tool for Making Causal Inferences at Shopify - Mojan Hamed
Uplift Modelling as a Tool for Making Causal Inferences at Shopify - Mojan Hamed
 
Behind the Buzzword: Understanding Customer Data Platforms in the Light of Pr...
Behind the Buzzword: Understanding Customer Data Platforms in the Light of Pr...Behind the Buzzword: Understanding Customer Data Platforms in the Light of Pr...
Behind the Buzzword: Understanding Customer Data Platforms in the Light of Pr...
 
Data Science Development Lifecycle - Everyone Talks About it, Nobody Really K...
Data Science Development Lifecycle - Everyone Talks About it, Nobody Really K...Data Science Development Lifecycle - Everyone Talks About it, Nobody Really K...
Data Science Development Lifecycle - Everyone Talks About it, Nobody Really K...
 
Creating Community at WeWork through Graph Embeddings with node2vec - Karry Lu
Creating Community at WeWork through Graph Embeddings with node2vec - Karry LuCreating Community at WeWork through Graph Embeddings with node2vec - Karry Lu
Creating Community at WeWork through Graph Embeddings with node2vec - Karry Lu
 
More than 10 Blue Links: Advanced-Level SERP Optimisation
More than 10 Blue Links: Advanced-Level SERP OptimisationMore than 10 Blue Links: Advanced-Level SERP Optimisation
More than 10 Blue Links: Advanced-Level SERP Optimisation
 
How to Get Great Results Across Every Marketing Channel
How to Get Great Results Across Every Marketing ChannelHow to Get Great Results Across Every Marketing Channel
How to Get Great Results Across Every Marketing Channel
 
Don’t Freak Out! Tips for Mobile and Voice Search
Don’t Freak Out! Tips for Mobile and Voice SearchDon’t Freak Out! Tips for Mobile and Voice Search
Don’t Freak Out! Tips for Mobile and Voice Search
 
The Scout24 Data Landscape Manifesto: Building an Opinionated Data Platform
The Scout24 Data Landscape Manifesto: Building an Opinionated Data PlatformThe Scout24 Data Landscape Manifesto: Building an Opinionated Data Platform
The Scout24 Data Landscape Manifesto: Building an Opinionated Data Platform
 
Prescriptive ohne Predictive: Regression ist noch nicht tot! ROMI bei Unitymedia
Prescriptive ohne Predictive: Regression ist noch nicht tot! ROMI bei UnitymediaPrescriptive ohne Predictive: Regression ist noch nicht tot! ROMI bei Unitymedia
Prescriptive ohne Predictive: Regression ist noch nicht tot! ROMI bei Unitymedia
 
Reinforcement Learning - Learning from Experience like a Human
Reinforcement Learning - Learning from Experience like a HumanReinforcement Learning - Learning from Experience like a Human
Reinforcement Learning - Learning from Experience like a Human
 
Mindful Analytics - Wie Achtsamkeit uns noch besser macht
Mindful Analytics - Wie Achtsamkeit uns noch besser machtMindful Analytics - Wie Achtsamkeit uns noch besser macht
Mindful Analytics - Wie Achtsamkeit uns noch besser macht
 
Data Science Development with Impact
Data Science Development with ImpactData Science Development with Impact
Data Science Development with Impact
 
Predictive Analytics World for Business Deutschland 2018
Predictive Analytics World for Business Deutschland 2018Predictive Analytics World for Business Deutschland 2018
Predictive Analytics World for Business Deutschland 2018
 
Predictive Analytics World for Business Germany 2018
Predictive Analytics World for Business Germany 2018Predictive Analytics World for Business Germany 2018
Predictive Analytics World for Business Germany 2018
 
The Centrality of a Detailed Understanding of your Audience
The Centrality of a Detailed Understanding of your AudienceThe Centrality of a Detailed Understanding of your Audience
The Centrality of a Detailed Understanding of your Audience
 
Der steinige Weg zum automatisierten Data Science Produkt – Empfehlungen und ...
Der steinige Weg zum automatisierten Data Science Produkt – Empfehlungen und ...Der steinige Weg zum automatisierten Data Science Produkt – Empfehlungen und ...
Der steinige Weg zum automatisierten Data Science Produkt – Empfehlungen und ...
 
Data Alchemy
Data AlchemyData Alchemy
Data Alchemy
 
SpiegelMining – Data Science auf Spiegel Online
SpiegelMining – Data Science auf Spiegel Online SpiegelMining – Data Science auf Spiegel Online
SpiegelMining – Data Science auf Spiegel Online
 

Recently uploaded

Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Delhi Call girls
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Digi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxDigi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxTanveerAhmed817946
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...soniya singh
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...Pooja Nehwal
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...Suhani Kapoor
 

Recently uploaded (20)

Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Digi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxDigi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptx
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
 

Die Bedeutung von Machine Learning für den e-Commerce am Beispiel von Amazon