SlideShare a Scribd company logo
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
IntroducingAmazon Forecast
(Preview)
Bindu Reddy
GM, AWS AI
A I M 3 4 4
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Agenda
Overview of service
Science behind Amazon Forecast
Customer presentation ‒ 21st Century Fox
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Time-series forecasting is the science of predicting future points in a time-
series, given historical data
Applicable across multiple domains
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Accuracy is the most important factor in forecasting
A recent study of 15 US companies revealed that 15% improvement in accuracy
leads to 3% improvement in pre-tax profit*
Under forecasting leads to
lost opportunity
Over-forecasting leads
to wasted resources
*http://demand-planning.com/2018/07/12/how-much-does-forecasting-software-cost/*
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Traditional methods struggle with real-world forecasting complications
Can’t handle
seasonality
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Using deep learning increasesforecastaccuracy
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Introducing Amazon Forecast: An automated forecasting platform
Draws from 20 years of experience in forecasting at Amazon
Improves accuracy by up to 50% vs. traditional models
Comes with multiple deep learning-based algorithms along with classical
methods like ARIMA, ETS, and Prophet
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Forecast solves hard problems in
forecasting
Predicts spikes
accurately!
Generates forecasts
for new items
Learns relationships
between multiple
related time-series
Incorporates external
data (holidays,
promotions, and
so on)
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Automated time-series forecasting platform
Custom models –
no data sharing
Forecast
any time-series
Visualize and
override forecasts
Easily export to
Oracle, SAP
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Applicable across multipledifferent domains
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Set up your
data pipelines
Generate
forecasts
Deploy
model
Generate a custom deep learning model with five clicks
Compare accuracy
metrics across models
Choose AutoML or one
of the Amazon
Forecast pre-built
algorithms
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Diving alittledeeper …
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Forecastdataingestion
There are three types of datasets in Amazon Forecast:
Item metadataTarget time-series Related time-series
Related time-
series such as
price, web-hits,
etc.
Historic time-
series data of
items to
forecast
Attributes of the
item such as
category, genre,
and brand
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Traincustommodels once you ingestdata
Use AutoML or pick a
predefined algorithm
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Key metricsreported byAmazon Forecast
Amazon Forecast creates probabilistic forecasts (that is, forecasts for
specific prediction intervals)
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Deploy predictors thatmeetaccuracyrequirements
Deploy your trained
predictor
• Deploy a predictor and generate
Forecasts
• Use an API or schedule forecasts to be
generated on a regular basis
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Intuitiveand easy-to-useconsole
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Visualizeforecastsacross predictors
”We have been using Amazon Forecast to predict demand for over
50,000 different products, using Amazon Forecast’s state-of-the-art
deep learning algorithms that we can use right out of the box.
Amazon Forecast takes care of all the heavy lifting of setting up
pipelines, re-training schedules, and re-generating forecasts, so we
can experiment with hundreds of models very easily.”
Fernando Crocer,
Head of Analytics, Mercado Libre
”AmazonForecasthasbeenappliedtoCJLogistics’parcelvolumeforecastingprocesstooptimize
theamountofhumanresources,transportation,andwarehousespaceweprovisiontomeet
provisiontomeetdemand.AmazonForecastallowsustousesophisticatedmachinelearning-
machinelearning-basedforecastingtechniqueswithoutbuildingourownsystem.Looking
system.Lookingforward,wehaveaclearvisionofincreasingouroperationalefficiencybyusing
efficiencybyusingAmazonForecast.”
YoungSoo Kim,
Vice President of TES Strategy Unit, CJ Logistics
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Agenda
Overview of service
Pre-built algorithms and science behind Amazon Forecast
Customer presentations
Amazon Forecast at 21st Century Fox
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
“It is difficult to make predictions,
especially about the future.”
Danish Proverb
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Forecasting inanutshell
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Forecasting inanutshell
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Forecasting inanutshell
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Forecastalgorithmskeyfeatures
1. Probabilistic forecasts
2. Learning across time series
3. Learning with covariates
“All forecasts are wrong,
but some are useful.”
Paraphrasing George E. P. Box
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Probabilisticforecasts
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Probabilisticforecasts
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Probabilisticforecasts
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Probabilisticforecasts
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Probabilisticforecasts
• Quantification of uncertainty
• Support optimal decision making
• Make “wrong” forecasts useful
• All Amazon Forecast algorithms
support generating probabilistic
forecasts
• Forecasts can be obtained for
different quantiles of the predictive
distribution
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Traditionaltime-seriesmodels
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Traditionaltime-seriesmodels
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Traditionaltime-seriesmodels
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Traditionaltime-seriesmodels
• Independent forecasts
• Strong structural assumptions
• De-facto industry standard
• Well-understood, > 50 yrs. research
• High data efficiency
• Data must match the structural
assumptions
• Cannot identify patterns across time
series
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Discovering sharedpatterns withdeep learning
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Deep learning time-seriesmodels
• Global models: identify patterns
using all available time series
• Group-dependent seasonality and lifecycle
• Behavior in response to covariate inputs
• Weak structural assumptions
• Can be significantly more accurate
than traditional methods
• Can easily incorporate and learn
from rich metadata
• Support cold-start forecasts for new
items
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Learning withcovariates
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Learning withcovariates
• Additional inputs can
• Explain historical data
• Drive forecast behavior
• Examples from retail demand
forecasting
• Price information
• Information about promotions
• Out-of-stock information
• Web page views
• Categorical inputs can be used to
identify group-level patterns
Fashion
Women’s
Clothing
Shoes
Watches
Men’s
Clothing
Shoes
Watches
Girls'
Clothing
Shoes
Watches
Boys'
Clothing
Shoes
Watches
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Forecast Customer Story
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Introduction toFox DataAnalytics
+ +
+
Content
Commercial
AI & ML
Consumer
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Usecasefor time-seriesforecasting
• TV broadcast audience
forecasting
• Cable channels audience
forecasting
• Digital and VOD audience
forecasting
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Whyis audience forecasting important for us?
Better forecasting will improve:
• Financial planning
• Campaign planning and creation
• Campaign pacing and delivery
• Reduce liability
• Schedule allocation
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Whatmakes thisproblem speciallycomplex?
Content Metadata
Audience cannibalization
from Competition
Type of program, sports teams, social media buzz, and so on
Specially in Broadcast and Cable TV
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Existingapproaches to theproblem
Traditional
ARIMA
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Existingapproaches to theproblem
Traditional
ARIMA
• Cannot include content
metadata
• Does not consider
relationships with
audience competition
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Existingapproaches to theproblem
Traditional
ARIMA
Regression
XGBoost
• Cannot include content
metadata
• Does not consider
relationships with
Audience competition
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Existingapproaches to theproblem
Traditional
ARIMA
Regression
XGBoost
• Cannot include content
metadata.
• Does not consider
relationships with
Audience competition
• Does not consider the
sequential nature of the
data
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Existingapproaches to theproblem
Traditional
ARIMA
Deep Learning
RNN
Regression
XGBoost
• Cannot include content
metadata.
• Does not consider
relationships with
Audience competition
• Does not consider the
sequential nature of the
data
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Existingapproaches to theproblem
Traditional
ARIMA
Deep Learning
RNN
Regression
XGBoost
• Difficult to optimize
hyperparameters
• Cannot include content
metadata.
• Does not consider
relationships with
Audience competition
• Does not consider the
sequential nature of the
data
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Expected benefits fromAmazon Forecast
Model CreationData Preparation Model Evaluation
• Automated implementation
of best practices for data
preparation
• Out of the box support for state-of-
the-art Deep Learning models for
time series forecasting
• Automated Hyperparameter
Tuning
• Quickly and easily compare
multiple modeling
approaches
• Automated selection of best
model
1
2
3
Improved Model Performance
Thank you!
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Bindu Reddy
bindu@amazon.com
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.

More Related Content

What's hot

AWS Webinar Series - Cost Optimisation Levers, Tools, and Strategies
AWS Webinar Series - Cost Optimisation Levers, Tools, and StrategiesAWS Webinar Series - Cost Optimisation Levers, Tools, and Strategies
AWS Webinar Series - Cost Optimisation Levers, Tools, and Strategies
Amazon Web Services
 
AWS Cost Optimisation Best Practices Webinar
AWS Cost Optimisation Best Practices WebinarAWS Cost Optimisation Best Practices Webinar
AWS Cost Optimisation Best Practices Webinar
Amazon Web Services
 
Building the business case for AWS
Building the business case for AWSBuilding the business case for AWS
Building the business case for AWS
Amazon Web Services
 
Databases - Choosing the right Database on AWS
Databases - Choosing the right Database on AWSDatabases - Choosing the right Database on AWS
Databases - Choosing the right Database on AWS
Amazon Web Services
 
Amazon SageMaker
Amazon SageMakerAmazon SageMaker
Amazon SageMaker
Amazon Web Services
 
Introduction to Sagemaker
Introduction to SagemakerIntroduction to Sagemaker
Introduction to Sagemaker
Amazon Web Services
 
End-to-End Machine Learning with Amazon SageMaker
End-to-End Machine Learning with Amazon SageMakerEnd-to-End Machine Learning with Amazon SageMaker
End-to-End Machine Learning with Amazon SageMaker
Sungmin Kim
 
Your Journey with AWS as an APN partner and APN Resources to Help You
Your Journey with AWS as an APN partner and APN Resources to Help YouYour Journey with AWS as an APN partner and APN Resources to Help You
Your Journey with AWS as an APN partner and APN Resources to Help You
Amazon Web Services
 
AWS re:Invent 2016: Getting Started with Amazon Aurora (DAT203)
AWS re:Invent 2016: Getting Started with Amazon Aurora (DAT203)AWS re:Invent 2016: Getting Started with Amazon Aurora (DAT203)
AWS re:Invent 2016: Getting Started with Amazon Aurora (DAT203)
Amazon Web Services
 
Build a Profitable and Customer-Centric Next-Gen MSP Practice (GPSBUS205) - A...
Build a Profitable and Customer-Centric Next-Gen MSP Practice (GPSBUS205) - A...Build a Profitable and Customer-Centric Next-Gen MSP Practice (GPSBUS205) - A...
Build a Profitable and Customer-Centric Next-Gen MSP Practice (GPSBUS205) - A...
Amazon Web Services
 
Amazon Rekognition
Amazon RekognitionAmazon Rekognition
Amazon Rekognition
Amazon Web Services
 
Aurora Serverless: Scalable, Cost-Effective Application Deployment (DAT336) -...
Aurora Serverless: Scalable, Cost-Effective Application Deployment (DAT336) -...Aurora Serverless: Scalable, Cost-Effective Application Deployment (DAT336) -...
Aurora Serverless: Scalable, Cost-Effective Application Deployment (DAT336) -...
Amazon Web Services
 
[AWS Innovate 온라인 컨퍼런스] Amazon Personalize를 통한 개인화 추천 기능 실전 구현하기 - 최원근, AWS 솔...
[AWS Innovate 온라인 컨퍼런스] Amazon Personalize를 통한 개인화 추천 기능 실전 구현하기 - 최원근, AWS 솔...[AWS Innovate 온라인 컨퍼런스] Amazon Personalize를 통한 개인화 추천 기능 실전 구현하기 - 최원근, AWS 솔...
[AWS Innovate 온라인 컨퍼런스] Amazon Personalize를 통한 개인화 추천 기능 실전 구현하기 - 최원근, AWS 솔...
Amazon Web Services Korea
 
Amazon Culture of Innovation
Amazon Culture of InnovationAmazon Culture of Innovation
Amazon Culture of Innovation
Amazon Web Services
 
FinOps - AWS Cost and Operational Efficiency - Pop-up Loft Tel Aviv
FinOps - AWS Cost and Operational Efficiency - Pop-up Loft Tel AvivFinOps - AWS Cost and Operational Efficiency - Pop-up Loft Tel Aviv
FinOps - AWS Cost and Operational Efficiency - Pop-up Loft Tel Aviv
Amazon Web Services
 
FinOps
FinOpsFinOps
Introduction to the Well-Architected Framework and Tool - SVC208 - Anaheim AW...
Introduction to the Well-Architected Framework and Tool - SVC208 - Anaheim AW...Introduction to the Well-Architected Framework and Tool - SVC208 - Anaheim AW...
Introduction to the Well-Architected Framework and Tool - SVC208 - Anaheim AW...
Amazon Web Services
 
Cost Optimisation
Cost OptimisationCost Optimisation
Cost Optimisation
Amazon Web Services
 
Practical FinOps in Practice
Practical FinOps in PracticePractical FinOps in Practice
Practical FinOps in Practice
Petri Kallberg
 
Identity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS SecurityIdentity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS Security
Amazon Web Services
 

What's hot (20)

AWS Webinar Series - Cost Optimisation Levers, Tools, and Strategies
AWS Webinar Series - Cost Optimisation Levers, Tools, and StrategiesAWS Webinar Series - Cost Optimisation Levers, Tools, and Strategies
AWS Webinar Series - Cost Optimisation Levers, Tools, and Strategies
 
AWS Cost Optimisation Best Practices Webinar
AWS Cost Optimisation Best Practices WebinarAWS Cost Optimisation Best Practices Webinar
AWS Cost Optimisation Best Practices Webinar
 
Building the business case for AWS
Building the business case for AWSBuilding the business case for AWS
Building the business case for AWS
 
Databases - Choosing the right Database on AWS
Databases - Choosing the right Database on AWSDatabases - Choosing the right Database on AWS
Databases - Choosing the right Database on AWS
 
Amazon SageMaker
Amazon SageMakerAmazon SageMaker
Amazon SageMaker
 
Introduction to Sagemaker
Introduction to SagemakerIntroduction to Sagemaker
Introduction to Sagemaker
 
End-to-End Machine Learning with Amazon SageMaker
End-to-End Machine Learning with Amazon SageMakerEnd-to-End Machine Learning with Amazon SageMaker
End-to-End Machine Learning with Amazon SageMaker
 
Your Journey with AWS as an APN partner and APN Resources to Help You
Your Journey with AWS as an APN partner and APN Resources to Help YouYour Journey with AWS as an APN partner and APN Resources to Help You
Your Journey with AWS as an APN partner and APN Resources to Help You
 
AWS re:Invent 2016: Getting Started with Amazon Aurora (DAT203)
AWS re:Invent 2016: Getting Started with Amazon Aurora (DAT203)AWS re:Invent 2016: Getting Started with Amazon Aurora (DAT203)
AWS re:Invent 2016: Getting Started with Amazon Aurora (DAT203)
 
Build a Profitable and Customer-Centric Next-Gen MSP Practice (GPSBUS205) - A...
Build a Profitable and Customer-Centric Next-Gen MSP Practice (GPSBUS205) - A...Build a Profitable and Customer-Centric Next-Gen MSP Practice (GPSBUS205) - A...
Build a Profitable and Customer-Centric Next-Gen MSP Practice (GPSBUS205) - A...
 
Amazon Rekognition
Amazon RekognitionAmazon Rekognition
Amazon Rekognition
 
Aurora Serverless: Scalable, Cost-Effective Application Deployment (DAT336) -...
Aurora Serverless: Scalable, Cost-Effective Application Deployment (DAT336) -...Aurora Serverless: Scalable, Cost-Effective Application Deployment (DAT336) -...
Aurora Serverless: Scalable, Cost-Effective Application Deployment (DAT336) -...
 
[AWS Innovate 온라인 컨퍼런스] Amazon Personalize를 통한 개인화 추천 기능 실전 구현하기 - 최원근, AWS 솔...
[AWS Innovate 온라인 컨퍼런스] Amazon Personalize를 통한 개인화 추천 기능 실전 구현하기 - 최원근, AWS 솔...[AWS Innovate 온라인 컨퍼런스] Amazon Personalize를 통한 개인화 추천 기능 실전 구현하기 - 최원근, AWS 솔...
[AWS Innovate 온라인 컨퍼런스] Amazon Personalize를 통한 개인화 추천 기능 실전 구현하기 - 최원근, AWS 솔...
 
Amazon Culture of Innovation
Amazon Culture of InnovationAmazon Culture of Innovation
Amazon Culture of Innovation
 
FinOps - AWS Cost and Operational Efficiency - Pop-up Loft Tel Aviv
FinOps - AWS Cost and Operational Efficiency - Pop-up Loft Tel AvivFinOps - AWS Cost and Operational Efficiency - Pop-up Loft Tel Aviv
FinOps - AWS Cost and Operational Efficiency - Pop-up Loft Tel Aviv
 
FinOps
FinOpsFinOps
FinOps
 
Introduction to the Well-Architected Framework and Tool - SVC208 - Anaheim AW...
Introduction to the Well-Architected Framework and Tool - SVC208 - Anaheim AW...Introduction to the Well-Architected Framework and Tool - SVC208 - Anaheim AW...
Introduction to the Well-Architected Framework and Tool - SVC208 - Anaheim AW...
 
Cost Optimisation
Cost OptimisationCost Optimisation
Cost Optimisation
 
Practical FinOps in Practice
Practical FinOps in PracticePractical FinOps in Practice
Practical FinOps in Practice
 
Identity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS SecurityIdentity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS Security
 

Similar to [NEW LAUNCH!] Introducing Amazon Forecast (AIM344) - AWS re:Invent 2018

Introducing Amazon SageMaker - AWS Online Tech Talks
Introducing Amazon SageMaker - AWS Online Tech TalksIntroducing Amazon SageMaker - AWS Online Tech Talks
Introducing Amazon SageMaker - AWS Online Tech Talks
Amazon Web Services
 
Amazon SageMaker Ground Truth: Build High-Quality and Accurate ML Training Da...
Amazon SageMaker Ground Truth: Build High-Quality and Accurate ML Training Da...Amazon SageMaker Ground Truth: Build High-Quality and Accurate ML Training Da...
Amazon SageMaker Ground Truth: Build High-Quality and Accurate ML Training Da...
Amazon Web Services
 
[NEW LAUNCH!] Introducing Amazon Personalize: Real-time Personalization and R...
[NEW LAUNCH!] Introducing Amazon Personalize: Real-time Personalization and R...[NEW LAUNCH!] Introducing Amazon Personalize: Real-time Personalization and R...
[NEW LAUNCH!] Introducing Amazon Personalize: Real-time Personalization and R...
Amazon Web Services
 
Recomendaciones, predicciones y detección de fraude usando servicios de intel...
Recomendaciones, predicciones y detección de fraude usando servicios de intel...Recomendaciones, predicciones y detección de fraude usando servicios de intel...
Recomendaciones, predicciones y detección de fraude usando servicios de intel...
javier ramirez
 
Meetup Niort Data - AWS Intelligence Artificielle
Meetup Niort Data - AWS Intelligence ArtificielleMeetup Niort Data - AWS Intelligence Artificielle
Meetup Niort Data - AWS Intelligence Artificielle
Olivier Cahagne
 
Predictive Scaling for More Responsive Applications (API330) - AWS re:Invent ...
Predictive Scaling for More Responsive Applications (API330) - AWS re:Invent ...Predictive Scaling for More Responsive Applications (API330) - AWS re:Invent ...
Predictive Scaling for More Responsive Applications (API330) - AWS re:Invent ...
Amazon Web Services
 
Using Data to Delight and Retain Customers with ML
Using Data to Delight and Retain Customers with MLUsing Data to Delight and Retain Customers with ML
Using Data to Delight and Retain Customers with ML
Amazon Web Services
 
Build Your Recommendation Engine on AWS Today - AWS Summit Berlin 2018
Build Your Recommendation Engine on AWS Today - AWS Summit Berlin 2018Build Your Recommendation Engine on AWS Today - AWS Summit Berlin 2018
Build Your Recommendation Engine on AWS Today - AWS Summit Berlin 2018
Yotam Yarden
 
AI/ML with Data Lakes: Counterintuitive Consumer Insights in Retail (RET206) ...
AI/ML with Data Lakes: Counterintuitive Consumer Insights in Retail (RET206) ...AI/ML with Data Lakes: Counterintuitive Consumer Insights in Retail (RET206) ...
AI/ML with Data Lakes: Counterintuitive Consumer Insights in Retail (RET206) ...
Amazon Web Services
 
Industrial Transformation
Industrial TransformationIndustrial Transformation
Industrial Transformation
Amazon Web Services
 
How Trupanion Became an AI-driven Company for Pets
How Trupanion Became an AI-driven Company for PetsHow Trupanion Became an AI-driven Company for Pets
How Trupanion Became an AI-driven Company for Pets
Amazon Web Services
 
Build Data Engineering Platforms with Amazon EMR (ANT204) - AWS re:Invent 2018
Build Data Engineering Platforms with Amazon EMR (ANT204) - AWS re:Invent 2018Build Data Engineering Platforms with Amazon EMR (ANT204) - AWS re:Invent 2018
Build Data Engineering Platforms with Amazon EMR (ANT204) - AWS re:Invent 2018
Amazon Web Services
 
NFL and Forwood Safety Deploy Business Analytics at Scale with Amazon QuickSi...
NFL and Forwood Safety Deploy Business Analytics at Scale with Amazon QuickSi...NFL and Forwood Safety Deploy Business Analytics at Scale with Amazon QuickSi...
NFL and Forwood Safety Deploy Business Analytics at Scale with Amazon QuickSi...
Amazon Web Services
 
Build sophisticated forecasting & recommendation models - AIM204 - Santa Clar...
Build sophisticated forecasting & recommendation models - AIM204 - Santa Clar...Build sophisticated forecasting & recommendation models - AIM204 - Santa Clar...
Build sophisticated forecasting & recommendation models - AIM204 - Santa Clar...
Amazon Web Services
 
產業轉型:如何利用AWS構建SaaS服務平台,新思維拓展新商機 (Level: 200)
產業轉型:如何利用AWS構建SaaS服務平台,新思維拓展新商機 (Level: 200)產業轉型:如何利用AWS構建SaaS服務平台,新思維拓展新商機 (Level: 200)
產業轉型:如何利用AWS構建SaaS服務平台,新思維拓展新商機 (Level: 200)
Amazon Web Services
 
Practical Human-in-the-Loop Machine Learning
 Practical Human-in-the-Loop Machine Learning Practical Human-in-the-Loop Machine Learning
Practical Human-in-the-Loop Machine Learning
Amazon Web Services
 
Your road to a Well Architected solution in the Cloud - Tel Aviv Summit 2018
Your road to a Well Architected solution in the Cloud - Tel Aviv Summit 2018Your road to a Well Architected solution in the Cloud - Tel Aviv Summit 2018
Your road to a Well Architected solution in the Cloud - Tel Aviv Summit 2018
Amazon Web Services
 
Building a Recommender System on AWS
Building a Recommender System on AWSBuilding a Recommender System on AWS
Building a Recommender System on AWS
Amazon Web Services
 
Build Your Recommendation Engine on AWS Today!
Build Your Recommendation Engine on AWS Today!Build Your Recommendation Engine on AWS Today!
Build Your Recommendation Engine on AWS Today!
AWS Germany
 
Security Observability: Democratizing Security in the Cloud (DEV206-S) - AWS ...
Security Observability: Democratizing Security in the Cloud (DEV206-S) - AWS ...Security Observability: Democratizing Security in the Cloud (DEV206-S) - AWS ...
Security Observability: Democratizing Security in the Cloud (DEV206-S) - AWS ...
Amazon Web Services
 

Similar to [NEW LAUNCH!] Introducing Amazon Forecast (AIM344) - AWS re:Invent 2018 (20)

Introducing Amazon SageMaker - AWS Online Tech Talks
Introducing Amazon SageMaker - AWS Online Tech TalksIntroducing Amazon SageMaker - AWS Online Tech Talks
Introducing Amazon SageMaker - AWS Online Tech Talks
 
Amazon SageMaker Ground Truth: Build High-Quality and Accurate ML Training Da...
Amazon SageMaker Ground Truth: Build High-Quality and Accurate ML Training Da...Amazon SageMaker Ground Truth: Build High-Quality and Accurate ML Training Da...
Amazon SageMaker Ground Truth: Build High-Quality and Accurate ML Training Da...
 
[NEW LAUNCH!] Introducing Amazon Personalize: Real-time Personalization and R...
[NEW LAUNCH!] Introducing Amazon Personalize: Real-time Personalization and R...[NEW LAUNCH!] Introducing Amazon Personalize: Real-time Personalization and R...
[NEW LAUNCH!] Introducing Amazon Personalize: Real-time Personalization and R...
 
Recomendaciones, predicciones y detección de fraude usando servicios de intel...
Recomendaciones, predicciones y detección de fraude usando servicios de intel...Recomendaciones, predicciones y detección de fraude usando servicios de intel...
Recomendaciones, predicciones y detección de fraude usando servicios de intel...
 
Meetup Niort Data - AWS Intelligence Artificielle
Meetup Niort Data - AWS Intelligence ArtificielleMeetup Niort Data - AWS Intelligence Artificielle
Meetup Niort Data - AWS Intelligence Artificielle
 
Predictive Scaling for More Responsive Applications (API330) - AWS re:Invent ...
Predictive Scaling for More Responsive Applications (API330) - AWS re:Invent ...Predictive Scaling for More Responsive Applications (API330) - AWS re:Invent ...
Predictive Scaling for More Responsive Applications (API330) - AWS re:Invent ...
 
Using Data to Delight and Retain Customers with ML
Using Data to Delight and Retain Customers with MLUsing Data to Delight and Retain Customers with ML
Using Data to Delight and Retain Customers with ML
 
Build Your Recommendation Engine on AWS Today - AWS Summit Berlin 2018
Build Your Recommendation Engine on AWS Today - AWS Summit Berlin 2018Build Your Recommendation Engine on AWS Today - AWS Summit Berlin 2018
Build Your Recommendation Engine on AWS Today - AWS Summit Berlin 2018
 
AI/ML with Data Lakes: Counterintuitive Consumer Insights in Retail (RET206) ...
AI/ML with Data Lakes: Counterintuitive Consumer Insights in Retail (RET206) ...AI/ML with Data Lakes: Counterintuitive Consumer Insights in Retail (RET206) ...
AI/ML with Data Lakes: Counterintuitive Consumer Insights in Retail (RET206) ...
 
Industrial Transformation
Industrial TransformationIndustrial Transformation
Industrial Transformation
 
How Trupanion Became an AI-driven Company for Pets
How Trupanion Became an AI-driven Company for PetsHow Trupanion Became an AI-driven Company for Pets
How Trupanion Became an AI-driven Company for Pets
 
Build Data Engineering Platforms with Amazon EMR (ANT204) - AWS re:Invent 2018
Build Data Engineering Platforms with Amazon EMR (ANT204) - AWS re:Invent 2018Build Data Engineering Platforms with Amazon EMR (ANT204) - AWS re:Invent 2018
Build Data Engineering Platforms with Amazon EMR (ANT204) - AWS re:Invent 2018
 
NFL and Forwood Safety Deploy Business Analytics at Scale with Amazon QuickSi...
NFL and Forwood Safety Deploy Business Analytics at Scale with Amazon QuickSi...NFL and Forwood Safety Deploy Business Analytics at Scale with Amazon QuickSi...
NFL and Forwood Safety Deploy Business Analytics at Scale with Amazon QuickSi...
 
Build sophisticated forecasting & recommendation models - AIM204 - Santa Clar...
Build sophisticated forecasting & recommendation models - AIM204 - Santa Clar...Build sophisticated forecasting & recommendation models - AIM204 - Santa Clar...
Build sophisticated forecasting & recommendation models - AIM204 - Santa Clar...
 
產業轉型:如何利用AWS構建SaaS服務平台,新思維拓展新商機 (Level: 200)
產業轉型:如何利用AWS構建SaaS服務平台,新思維拓展新商機 (Level: 200)產業轉型:如何利用AWS構建SaaS服務平台,新思維拓展新商機 (Level: 200)
產業轉型:如何利用AWS構建SaaS服務平台,新思維拓展新商機 (Level: 200)
 
Practical Human-in-the-Loop Machine Learning
 Practical Human-in-the-Loop Machine Learning Practical Human-in-the-Loop Machine Learning
Practical Human-in-the-Loop Machine Learning
 
Your road to a Well Architected solution in the Cloud - Tel Aviv Summit 2018
Your road to a Well Architected solution in the Cloud - Tel Aviv Summit 2018Your road to a Well Architected solution in the Cloud - Tel Aviv Summit 2018
Your road to a Well Architected solution in the Cloud - Tel Aviv Summit 2018
 
Building a Recommender System on AWS
Building a Recommender System on AWSBuilding a Recommender System on AWS
Building a Recommender System on AWS
 
Build Your Recommendation Engine on AWS Today!
Build Your Recommendation Engine on AWS Today!Build Your Recommendation Engine on AWS Today!
Build Your Recommendation Engine on AWS Today!
 
Security Observability: Democratizing Security in the Cloud (DEV206-S) - AWS ...
Security Observability: Democratizing Security in the Cloud (DEV206-S) - AWS ...Security Observability: Democratizing Security in the Cloud (DEV206-S) - AWS ...
Security Observability: Democratizing Security in the Cloud (DEV206-S) - AWS ...
 

More from Amazon Web Services

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Amazon Web Services
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Amazon Web Services
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
Amazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
Amazon Web Services
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
Amazon Web Services
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
Amazon Web Services
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Amazon Web Services
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
Amazon Web Services
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Amazon Web Services
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
Amazon Web Services
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
Amazon Web Services
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Amazon Web Services
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
Amazon Web Services
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Amazon Web Services
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
Amazon Web Services
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
Amazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
Amazon Web Services
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
Amazon Web Services
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
Amazon Web Services
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
Amazon Web Services
 

More from Amazon Web Services (20)

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
 

[NEW LAUNCH!] Introducing Amazon Forecast (AIM344) - AWS re:Invent 2018

  • 1. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. IntroducingAmazon Forecast (Preview) Bindu Reddy GM, AWS AI A I M 3 4 4
  • 2. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Agenda Overview of service Science behind Amazon Forecast Customer presentation ‒ 21st Century Fox
  • 3. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Time-series forecasting is the science of predicting future points in a time- series, given historical data Applicable across multiple domains
  • 4. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Accuracy is the most important factor in forecasting A recent study of 15 US companies revealed that 15% improvement in accuracy leads to 3% improvement in pre-tax profit* Under forecasting leads to lost opportunity Over-forecasting leads to wasted resources *http://demand-planning.com/2018/07/12/how-much-does-forecasting-software-cost/*
  • 5. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Traditional methods struggle with real-world forecasting complications Can’t handle seasonality
  • 6. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Using deep learning increasesforecastaccuracy
  • 7. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Introducing Amazon Forecast: An automated forecasting platform Draws from 20 years of experience in forecasting at Amazon Improves accuracy by up to 50% vs. traditional models Comes with multiple deep learning-based algorithms along with classical methods like ARIMA, ETS, and Prophet
  • 8. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Forecast solves hard problems in forecasting Predicts spikes accurately! Generates forecasts for new items Learns relationships between multiple related time-series Incorporates external data (holidays, promotions, and so on)
  • 9. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Automated time-series forecasting platform Custom models – no data sharing Forecast any time-series Visualize and override forecasts Easily export to Oracle, SAP
  • 10. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Applicable across multipledifferent domains
  • 11. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Set up your data pipelines Generate forecasts Deploy model Generate a custom deep learning model with five clicks Compare accuracy metrics across models Choose AutoML or one of the Amazon Forecast pre-built algorithms
  • 12. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Diving alittledeeper …
  • 13. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Forecastdataingestion There are three types of datasets in Amazon Forecast: Item metadataTarget time-series Related time-series Related time- series such as price, web-hits, etc. Historic time- series data of items to forecast Attributes of the item such as category, genre, and brand
  • 14. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Traincustommodels once you ingestdata Use AutoML or pick a predefined algorithm
  • 15. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Key metricsreported byAmazon Forecast Amazon Forecast creates probabilistic forecasts (that is, forecasts for specific prediction intervals)
  • 16. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Deploy predictors thatmeetaccuracyrequirements Deploy your trained predictor • Deploy a predictor and generate Forecasts • Use an API or schedule forecasts to be generated on a regular basis
  • 17. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Intuitiveand easy-to-useconsole
  • 18. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Visualizeforecastsacross predictors
  • 19. ”We have been using Amazon Forecast to predict demand for over 50,000 different products, using Amazon Forecast’s state-of-the-art deep learning algorithms that we can use right out of the box. Amazon Forecast takes care of all the heavy lifting of setting up pipelines, re-training schedules, and re-generating forecasts, so we can experiment with hundreds of models very easily.” Fernando Crocer, Head of Analytics, Mercado Libre
  • 21. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Agenda Overview of service Pre-built algorithms and science behind Amazon Forecast Customer presentations Amazon Forecast at 21st Century Fox
  • 22. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 23. “It is difficult to make predictions, especially about the future.” Danish Proverb
  • 24. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Forecasting inanutshell
  • 25. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Forecasting inanutshell
  • 26. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Forecasting inanutshell
  • 27. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Forecastalgorithmskeyfeatures 1. Probabilistic forecasts 2. Learning across time series 3. Learning with covariates
  • 28. “All forecasts are wrong, but some are useful.” Paraphrasing George E. P. Box
  • 29. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Probabilisticforecasts
  • 30. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Probabilisticforecasts
  • 31. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Probabilisticforecasts
  • 32. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Probabilisticforecasts
  • 33. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Probabilisticforecasts • Quantification of uncertainty • Support optimal decision making • Make “wrong” forecasts useful • All Amazon Forecast algorithms support generating probabilistic forecasts • Forecasts can be obtained for different quantiles of the predictive distribution
  • 34. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Traditionaltime-seriesmodels
  • 35. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Traditionaltime-seriesmodels
  • 36. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Traditionaltime-seriesmodels
  • 37. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Traditionaltime-seriesmodels • Independent forecasts • Strong structural assumptions • De-facto industry standard • Well-understood, > 50 yrs. research • High data efficiency • Data must match the structural assumptions • Cannot identify patterns across time series
  • 38. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Discovering sharedpatterns withdeep learning
  • 39. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Deep learning time-seriesmodels • Global models: identify patterns using all available time series • Group-dependent seasonality and lifecycle • Behavior in response to covariate inputs • Weak structural assumptions • Can be significantly more accurate than traditional methods • Can easily incorporate and learn from rich metadata • Support cold-start forecasts for new items
  • 40. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Learning withcovariates
  • 41. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Learning withcovariates • Additional inputs can • Explain historical data • Drive forecast behavior • Examples from retail demand forecasting • Price information • Information about promotions • Out-of-stock information • Web page views • Categorical inputs can be used to identify group-level patterns Fashion Women’s Clothing Shoes Watches Men’s Clothing Shoes Watches Girls' Clothing Shoes Watches Boys' Clothing Shoes Watches
  • 42. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Forecast Customer Story
  • 43. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Introduction toFox DataAnalytics + + + Content Commercial AI & ML Consumer
  • 44. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Usecasefor time-seriesforecasting • TV broadcast audience forecasting • Cable channels audience forecasting • Digital and VOD audience forecasting
  • 45. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Whyis audience forecasting important for us? Better forecasting will improve: • Financial planning • Campaign planning and creation • Campaign pacing and delivery • Reduce liability • Schedule allocation
  • 46. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Whatmakes thisproblem speciallycomplex? Content Metadata Audience cannibalization from Competition Type of program, sports teams, social media buzz, and so on Specially in Broadcast and Cable TV
  • 47. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Existingapproaches to theproblem Traditional ARIMA
  • 48. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Existingapproaches to theproblem Traditional ARIMA • Cannot include content metadata • Does not consider relationships with audience competition
  • 49. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Existingapproaches to theproblem Traditional ARIMA Regression XGBoost • Cannot include content metadata • Does not consider relationships with Audience competition
  • 50. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Existingapproaches to theproblem Traditional ARIMA Regression XGBoost • Cannot include content metadata. • Does not consider relationships with Audience competition • Does not consider the sequential nature of the data
  • 51. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Existingapproaches to theproblem Traditional ARIMA Deep Learning RNN Regression XGBoost • Cannot include content metadata. • Does not consider relationships with Audience competition • Does not consider the sequential nature of the data
  • 52. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Existingapproaches to theproblem Traditional ARIMA Deep Learning RNN Regression XGBoost • Difficult to optimize hyperparameters • Cannot include content metadata. • Does not consider relationships with Audience competition • Does not consider the sequential nature of the data
  • 53. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Expected benefits fromAmazon Forecast Model CreationData Preparation Model Evaluation • Automated implementation of best practices for data preparation • Out of the box support for state-of- the-art Deep Learning models for time series forecasting • Automated Hyperparameter Tuning • Quickly and easily compare multiple modeling approaches • Automated selection of best model 1 2 3 Improved Model Performance
  • 54. Thank you! © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Bindu Reddy bindu@amazon.com
  • 55. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.