SlideShare una empresa de Scribd logo
1 de 35
P U B L I C S E C T O R
S U M M I T
Canberra, ACT
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Machine Learning Analytics for the
Rest of Us
Jenny Davies
Solutions Architect
AWS
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Put machine learning in the
hands of every developer
Our Mission at AWS
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Some of our machine learning customers…
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Extracting data from images or scanned archives
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Identify objects, people, text, scenes, and activity, as well
as any inappropriate content in images and video
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Scenario
Determine the license plate of
the most prominent car in
frame
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Step 1: Find all cars
Use Amazon Rekognition API to
find cars in image
% pseudo code %
response = rekognition.detect_labels()
cars = response['Labels']) where
response['Labels']['Name'] = 'Car'
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Step 2: Determine
largest bounding box
% pseudo code %
for car in cars[‘Instances’]:
width = car['BoundingBox']['Width’]
height = car['BoundingBox']['Height’]
area = height * width
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Step 3: Read text from
most prominent car
Read text and use logic to
determine license plate
% pseudo code %
response = rekognition.detect_text()
Returns detected text, inferred
text type, and bounding box
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
OCR++ service to easily extract text and data from
virtually any document – no ML experience required
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Traditional OCR Systems
MethOd Num' C'USte'S Rand mdex ated using two
types of measures. The first is the average
TM~score 8 89.7% silhouette width itself, which is a
measure of the clus-
ppm 9 39,396 ter compactness and separation. In
general, clustering is
305C 9 895% based on the assumption that the
underlying data form
compact clusters of similar characteristics. Larger aver-
R50 7 92.096
age Silhouette Width means that the result of a
clustering
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Amazon Textract
TEXT method. Then, the proteins were clustered
using the k- medoids method with the
optimal number of clusters.
The performance of the various clusterings
was evalu- ated using two types of measures.
The first is the average silhouette width itself,
which is a measure of the clus- ter
compactness and separation. In general,
clustering is based on the assumption that
the underlying data form compact clusters of
similar characteristics. Larger aver- age
silhouette width means that the result of a
clustering algorithm consists of compact
clusters which are well sep- arated from each
other, i.e. probably close to the actual data
distribution. A small average silhouette width
means e.g. that one of the clusters …
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Amazon Textract table detectionAmazon Textract
TABLE
DATA
Method Num. clusters Rand index
TM-score 8 89.7%
FPFH 9 89.3%
3DSC 9 89.5%
RSD 7 92.0%
VFH 8 85.3%
Combined
silhouette weights
7 92.2%
Combined equal
weights
7 90.2%
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Graceland, Memphis
Presley, Elvis Aaron
TCB Limited
12-12-1234
TN
01 08 1935 X
901 987-6543
3765 Elvis Presley Blvd.
38116
X RCA Records
Rock n Roll Health
X
Presley, Elvis Aaron
Government forms (e.g. FDA new drug
application, financial disclosure form,
incident reporting)
Tax forms (US – e.g. W2, 1099-MISC, 990,
1040; UK – e.g. P45; Canada – e.g. T4, T5)
Amazon Textract forms
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Presley, Elvis AaronN A M E
Graceland, Memphis, TNA D D R E S S
12-12-1234I D
TCB LimitedC O M P A N Y
Graceland, Memphis
Presley
TCB Limited
12-12-1234
TN
901 987-6543
3765 Elvis Presley Blvd.
38116
Elvis
Elvis.Presley@yahoo.com
Amazon Textract forms
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Comprehension, forecasts, and predictions from your
data
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Real-time personalization and recommendation service,
based on the same technology used at Amazon.com –
no ML experience required
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
No master algorithm for personalization and
recommendation
Music Film Products Content
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Amazon Personalize: How it works
Amazon Personalize
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Amazon Personalize
Improve customer experiences with personalization and recommendations
K E Y F E A T U R E S
Context-aware
recommendations
Automated
machine learning
Bring existing algorithms
from Amazon SageMaker
Continuous learning
to improve
performance
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Accurate time-series forecasting service, based
on the same technology used at Amazon.com –
no ML experience required
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Sales
Challenges in forecasting
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Challenges in forecasting
Sales
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Challenges in forecasting
Sales
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Amazon Forecast: How it works
Amazon Forecast
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Amazon Forecast
Improve forecasting accuracy by up to 50% at 1/10th the cost
K E Y F E A T U R E S
Consider multiple
time-series
at once
Automatic
machine
learning
Visualise forecasts
and import results
into business apps
Evaluate model
accuracy
Schedule
forecasts and
model retraining
Bring existing
algorithms from
Amazon
SageMaker
Privacy and
encryption
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Forecasting, anomaly detection, and auto-narratives
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Amazon Quicksight ML
Three
powerful new
features
ML Anomaly Detection
Uncover hidden insights by
continuously analysing across
billions of data points
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Amazon Quicksight ML
Three
powerful new
features
ML Anomaly Detection
Uncover hidden insights by
continuously analysing across
billions of data points
ML Forecasting
Predict key business metrics
with point and click simplicity
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Amazon Quicksight ML
Three
powerful new
features
ML Anomaly Detection
Uncover hidden insights by
continuously analysing across
billions of data points
ML Forecasting
Predict key business metrics
with point and click simplicity
Auto-narratives
Tell the story of your data in
plain language narratives
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Date Product Category Geo Revenue
17/2/18 Electronics Australia $ 56.75
17/2/18 Outdoors Australia $ 8,876.88
17/2/18 Business Australia $ 391.34
17/2/18 Crafts Australia $ 0.66
17/2/18 Office Supplies Argentina $ 23,049.62
17/2/18 Collectibles UK $ 115.38
17/2/18 Baby Products UK $ 1,842.82
17/2/18 Software UK $ 75.64
17/2/18 Baby Products UK $ 41,424.23
17/2/18 Financial Services UK $ 3,946.44

Más contenido relacionado

Similar a Machine Learning Analytics for the rest of us

Similar a Machine Learning Analytics for the rest of us (20)

Drive Digital Transformation Using Machine Learning
Drive Digital Transformation Using Machine LearningDrive Digital Transformation Using Machine Learning
Drive Digital Transformation Using Machine Learning
 
Build Highly Accurate Training Datasets Using Amazon SageMaker Ground Truth
Build Highly Accurate Training Datasets Using Amazon SageMaker Ground TruthBuild Highly Accurate Training Datasets Using Amazon SageMaker Ground Truth
Build Highly Accurate Training Datasets Using Amazon SageMaker Ground Truth
 
Add Intelligence to Applications with AWS AI Services
Add Intelligence to Applications with AWS AI ServicesAdd Intelligence to Applications with AWS AI Services
Add Intelligence to Applications with AWS AI Services
 
Student Track - AWS Summit 2019 - Introduzione
Student Track - AWS Summit 2019 - IntroduzioneStudent Track - AWS Summit 2019 - Introduzione
Student Track - AWS Summit 2019 - Introduzione
 
Building the Business Case for Migrating to AWS
Building the Business Case for Migrating to AWSBuilding the Business Case for Migrating to AWS
Building the Business Case for Migrating to AWS
 
AWS及客戶在AI/ML的數位運行過程中得到的重要經驗與學習
AWS及客戶在AI/ML的數位運行過程中得到的重要經驗與學習AWS及客戶在AI/ML的數位運行過程中得到的重要經驗與學習
AWS及客戶在AI/ML的數位運行過程中得到的重要經驗與學習
 
SKL208 - Turbocharge your Business with AI and Machine Learning - Tel Aviv Su...
SKL208 - Turbocharge your Business with AI and Machine Learning - Tel Aviv Su...SKL208 - Turbocharge your Business with AI and Machine Learning - Tel Aviv Su...
SKL208 - Turbocharge your Business with AI and Machine Learning - Tel Aviv Su...
 
Turbocharge your business with AI and Machine Learning | AWS Summit Tel Aviv ...
Turbocharge your business with AI and Machine Learning | AWS Summit Tel Aviv ...Turbocharge your business with AI and Machine Learning | AWS Summit Tel Aviv ...
Turbocharge your business with AI and Machine Learning | AWS Summit Tel Aviv ...
 
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 Media Symposium 2019] Enhancing your Media Workflows with Amazon Machine...
[AWS Media Symposium 2019] Enhancing your Media Workflows with Amazon Machine...[AWS Media Symposium 2019] Enhancing your Media Workflows with Amazon Machine...
[AWS Media Symposium 2019] Enhancing your Media Workflows with Amazon Machine...
 
Drive Digital Transformation using Machine Learning
Drive Digital Transformation using Machine LearningDrive Digital Transformation using Machine Learning
Drive Digital Transformation using Machine Learning
 
Build sophisticated forecasting and recommendation models - AIM202 - New York...
Build sophisticated forecasting and recommendation models - AIM202 - New York...Build sophisticated forecasting and recommendation models - AIM202 - New York...
Build sophisticated forecasting and recommendation models - AIM202 - New York...
 
Unleash the Power of ML with AWS | AWS Summit Tel Aviv 2019
Unleash the Power of ML with AWS | AWS Summit Tel Aviv 2019Unleash the Power of ML with AWS | AWS Summit Tel Aviv 2019
Unleash the Power of ML with AWS | AWS Summit Tel Aviv 2019
 
Unleash the Power of ML with AWS | AWS Summit Tel Aviv 2019
Unleash the Power of ML with AWS | AWS Summit Tel Aviv 2019Unleash the Power of ML with AWS | AWS Summit Tel Aviv 2019
Unleash the Power of ML with AWS | AWS Summit Tel Aviv 2019
 
Accelerating-ML-Adoption-with-Our-New-AI-Services
Accelerating-ML-Adoption-with-Our-New-AI-ServicesAccelerating-ML-Adoption-with-Our-New-AI-Services
Accelerating-ML-Adoption-with-Our-New-AI-Services
 
Automatic Labelling and Model Tuning with Amazon SageMaker - AWS Summit Sydney
Automatic Labelling and Model Tuning with Amazon SageMaker - AWS Summit SydneyAutomatic Labelling and Model Tuning with Amazon SageMaker - AWS Summit Sydney
Automatic Labelling and Model Tuning with Amazon SageMaker - AWS Summit Sydney
 
Enriching your app with Image recognition and AWS AI services Hebrew Webinar
Enriching your app with Image recognition and AWS AI services Hebrew WebinarEnriching your app with Image recognition and AWS AI services Hebrew Webinar
Enriching your app with Image recognition and AWS AI services Hebrew Webinar
 
Predicting Demand In A Diverse Retail Environment - AWS Summit Sydney
Predicting Demand In A Diverse Retail Environment - AWS Summit SydneyPredicting Demand In A Diverse Retail Environment - AWS Summit Sydney
Predicting Demand In A Diverse Retail Environment - AWS Summit Sydney
 
Optimize deep learning training and inferencing using GPU and Amazon SageMake...
Optimize deep learning training and inferencing using GPU and Amazon SageMake...Optimize deep learning training and inferencing using GPU and Amazon SageMake...
Optimize deep learning training and inferencing using GPU and Amazon SageMake...
 
Machine learning for developers & data scientists with Amazon SageMaker - AIM...
Machine learning for developers & data scientists with Amazon SageMaker - AIM...Machine learning for developers & data scientists with Amazon SageMaker - AIM...
Machine learning for developers & data scientists with Amazon SageMaker - AIM...
 

Más de 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
 
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
 

Más de 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
 

Machine Learning Analytics for the rest of us

  • 1. P U B L I C S E C T O R S U M M I T Canberra, ACT
  • 2. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Machine Learning Analytics for the Rest of Us Jenny Davies Solutions Architect AWS
  • 3. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Put machine learning in the hands of every developer Our Mission at AWS
  • 4. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Some of our machine learning customers…
  • 5. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Extracting data from images or scanned archives
  • 6. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Identify objects, people, text, scenes, and activity, as well as any inappropriate content in images and video
  • 7. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Scenario Determine the license plate of the most prominent car in frame
  • 8. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T
  • 9. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Step 1: Find all cars Use Amazon Rekognition API to find cars in image % pseudo code % response = rekognition.detect_labels() cars = response['Labels']) where response['Labels']['Name'] = 'Car'
  • 10. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Step 2: Determine largest bounding box % pseudo code % for car in cars[‘Instances’]: width = car['BoundingBox']['Width’] height = car['BoundingBox']['Height’] area = height * width
  • 11. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Step 3: Read text from most prominent car Read text and use logic to determine license plate % pseudo code % response = rekognition.detect_text() Returns detected text, inferred text type, and bounding box
  • 12. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T OCR++ service to easily extract text and data from virtually any document – no ML experience required
  • 13. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Traditional OCR Systems MethOd Num' C'USte'S Rand mdex ated using two types of measures. The first is the average TM~score 8 89.7% silhouette width itself, which is a measure of the clus- ppm 9 39,396 ter compactness and separation. In general, clustering is 305C 9 895% based on the assumption that the underlying data form compact clusters of similar characteristics. Larger aver- R50 7 92.096 age Silhouette Width means that the result of a clustering
  • 14. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T
  • 15. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Amazon Textract TEXT method. Then, the proteins were clustered using the k- medoids method with the optimal number of clusters. The performance of the various clusterings was evalu- ated using two types of measures. The first is the average silhouette width itself, which is a measure of the clus- ter compactness and separation. In general, clustering is based on the assumption that the underlying data form compact clusters of similar characteristics. Larger aver- age silhouette width means that the result of a clustering algorithm consists of compact clusters which are well sep- arated from each other, i.e. probably close to the actual data distribution. A small average silhouette width means e.g. that one of the clusters …
  • 16. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Amazon Textract table detectionAmazon Textract TABLE DATA Method Num. clusters Rand index TM-score 8 89.7% FPFH 9 89.3% 3DSC 9 89.5% RSD 7 92.0% VFH 8 85.3% Combined silhouette weights 7 92.2% Combined equal weights 7 90.2%
  • 17. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Graceland, Memphis Presley, Elvis Aaron TCB Limited 12-12-1234 TN 01 08 1935 X 901 987-6543 3765 Elvis Presley Blvd. 38116 X RCA Records Rock n Roll Health X Presley, Elvis Aaron Government forms (e.g. FDA new drug application, financial disclosure form, incident reporting) Tax forms (US – e.g. W2, 1099-MISC, 990, 1040; UK – e.g. P45; Canada – e.g. T4, T5) Amazon Textract forms
  • 18. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Presley, Elvis AaronN A M E Graceland, Memphis, TNA D D R E S S 12-12-1234I D TCB LimitedC O M P A N Y Graceland, Memphis Presley TCB Limited 12-12-1234 TN 901 987-6543 3765 Elvis Presley Blvd. 38116 Elvis Elvis.Presley@yahoo.com Amazon Textract forms
  • 19. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Comprehension, forecasts, and predictions from your data
  • 20. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Real-time personalization and recommendation service, based on the same technology used at Amazon.com – no ML experience required
  • 21. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T No master algorithm for personalization and recommendation Music Film Products Content
  • 22. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Amazon Personalize: How it works Amazon Personalize
  • 23. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Amazon Personalize Improve customer experiences with personalization and recommendations K E Y F E A T U R E S Context-aware recommendations Automated machine learning Bring existing algorithms from Amazon SageMaker Continuous learning to improve performance
  • 24. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Accurate time-series forecasting service, based on the same technology used at Amazon.com – no ML experience required
  • 25. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Sales Challenges in forecasting
  • 26. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Challenges in forecasting Sales
  • 27. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Challenges in forecasting Sales
  • 28. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Amazon Forecast: How it works Amazon Forecast
  • 29. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Amazon Forecast Improve forecasting accuracy by up to 50% at 1/10th the cost K E Y F E A T U R E S Consider multiple time-series at once Automatic machine learning Visualise forecasts and import results into business apps Evaluate model accuracy Schedule forecasts and model retraining Bring existing algorithms from Amazon SageMaker Privacy and encryption
  • 30. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Forecasting, anomaly detection, and auto-narratives
  • 31. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Amazon Quicksight ML Three powerful new features ML Anomaly Detection Uncover hidden insights by continuously analysing across billions of data points
  • 32. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Amazon Quicksight ML Three powerful new features ML Anomaly Detection Uncover hidden insights by continuously analysing across billions of data points ML Forecasting Predict key business metrics with point and click simplicity
  • 33. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Amazon Quicksight ML Three powerful new features ML Anomaly Detection Uncover hidden insights by continuously analysing across billions of data points ML Forecasting Predict key business metrics with point and click simplicity Auto-narratives Tell the story of your data in plain language narratives
  • 34. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T
  • 35. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Date Product Category Geo Revenue 17/2/18 Electronics Australia $ 56.75 17/2/18 Outdoors Australia $ 8,876.88 17/2/18 Business Australia $ 391.34 17/2/18 Crafts Australia $ 0.66 17/2/18 Office Supplies Argentina $ 23,049.62 17/2/18 Collectibles UK $ 115.38 17/2/18 Baby Products UK $ 1,842.82 17/2/18 Software UK $ 75.64 17/2/18 Baby Products UK $ 41,424.23 17/2/18 Financial Services UK $ 3,946.44