SlideShare ist ein Scribd-Unternehmen logo
1 von 59
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
IntroducingAmazon Personalize
(Preview)
Bindu Reddy
GM, AWS AI
A I M 3 6 5
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Agenda
Overview of service
Science of personalization
Customer presentations
• Domino’s Pizza Enterprises
• RB Media
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Personalizing user experience is proven to increase
discoverability, engagement, user satisfaction, and revenue
30% of page views on Amazon are from
recommendations
… However, most customers find personalization
hard to get right
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Effective personalization requires solving multiple hard problems
Reacting to user interactions in real time
Avoiding mostly showing popular items
Handling cold start (insufficient data about
new users/items)
Scale
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Traditional recommender systems aren’t adequate
• Rule-based systems perform poorly,
don’t scale and are hard to maintain
• Collaborative filtering and matrix
factorization methods are good for
v1, but deep neural networks, esp.
recurrent neural networks, that take
into account the sequence of a
user’s activity (clicks) out-perform
other methods
Deep learning techniques have a direct impact on the
bottom line
SimilarityPopularity
Neural
network
Matrix
factorization
+15.4%
Engagement
Recurrent
Neural Net +
Bandit
Rule-based
card ranker
Bayesian
network model
+7.4%
Engagement+29%
Click Through
+20%
Click Through
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Introducing Amazon Personalize
Real-time personalization and recommendation, based on the machine
learning technology used by Amazon.com
Generates personalized recommendations for your users via API calls
• State-of-the-art deep learning algorithms that out-perform traditional methods
• Auto-ML capabilities that automate the entire process from data ingestion to inference
• Real-time personalized recommendations – Ability to ingest activity/clickstream data and
generate recommendations, in real time, based on the session/context of the use
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Common applications & usecases
Personalized
recommendations
Search
reranking
Notifications and
emailsRelated Items
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Applicable across multipledomains
Amazon Personalize can be applied to many domains including
• Retail and E-commerce
• Video on demand
• News
• Travel
• Personalized notifications
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Personalize ‒Overview
Prepare your data,
then upload with the
Amazon Personalize
API
Choose one of our
algorithms or tell
AutoML to find the best
fit
Modify your code Retrain continually to
improve the model
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Real-timedatacan beconsumed byAmazon Personalize
Historical user
activity
User
attributes
Item
catalog
Real-time data
Mobile
SDKs
(coming soon)
JavaScript SDK
Amazon S3
bucket
Server-Side SDKs
Offline data
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
UsetheConsole/API totrainand experiment withmodels
Use AutoML or pick a pre-
defined algorithm
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Deploy thebestmodels (solutions)bylaunching a
campaign
Amazon Personalize
Campaigns
• Launching a campaign will deploy all the
infrastructure needed to create a
personalize endpoint
• You can use a simple API to
getRecommendatons() or
getPersonalizedResults()
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Deliverpersonalized recommendations inproduction
Your web
server
Browser
Real-time event data
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Consoleto monitor and track allthedifferent steps
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Easytouseconsoletotestpersonalizedrecommendations
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon PersonalizeCustomers
"At Sony, we are focused on developing predictive models to create an engaging
and relevant experience for all our consumers. However, delivering truly
personalized offers and tailored content to millions of users across channels and
content formats is no simple task – it requires the complex integration of advanced
technology, people, and processes. Amazon Personalize eliminates the heavy lifting
of building a personalized recommendation system. We can leverage Amazon
Personalize's data pipelines and indexing infrastructure, while developing our
models using Amazon SageMaker. The combination of Amazon SageMaker and
Amazon Personalize enables us to automate and accelerate our machine learning
development, and drive more effective personalization at scale." Gabor Melli
Senior Director of Machine Learning, Sony
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Balakrishnan (Murali) Narayanaswamy
Senior Machine Learning Scientist
Amazon AI
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Modeling for Personalization
(order and timing matters)
Fundamental insight
The evolution of historical interest and dis-interest is a good indicator of future preferences
(application data-specific patterns)
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Modeling for Personalization
(order and timing matters)
Fundamental insight
The evolution of historical interest and dis-interest is a good indicator of future preferences
(application data specific patterns)
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Sequentialmodeling
(recurrent neural network)
(labels)
Available in Amazon
Personalize as Recurrent
Recommender
(features)
(learned user representation)
Other
Information
User
Representation
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
ModelingSessions
Available in Amazon Personalize as
Hierarchical Recurrent Neural Network (HRNN)
(learned user representation)(hierarchical recurrent network)
User
Representation
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Stateof theArt Performance
0.954
0.928 0.925 0.922
0.91
0.856
Rolling
Average
T-SVD [2009] PMF [2008] RRN [2017] DeepRec
[2017]
HRNN
Ratings RMSE on Netflix
98 MM interactions, 500k users, 18k items
Rolling Average T-SVD [2009] PMF [2008]
RRN [2017] DeepRec [2017] HRNN
0.933
0.916
0.871
0.857
0.846
Rolling Average FM [2012] I-AutoRec
[2015]
RNN HRNN
Ratings RMSE on MovieLens
20 MM interactions, 173k users, 131k items
Rolling Average FM [2012]
I-AutoRec [2015] RNN
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Large ParameterSpace ‒ HPO andAutoML
SIMS DeepFM
HRNN
Automatic within algorithm
parameter tuning (HPO)
Automatic algorithm selection
(AutoML)
(time decay) (depth, size)
(depth, size, height)
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
WhyAmazon Personalize?
(hierarchical sequential models) work well for many personalization tasks
(stable) solutions out of the box
Includes many tricks from deep learning practitioners
AutoML and HPO
Best possible results (on your data) with minimal intervention
Bring your own recommender
Tune Amazon Personalize to (your specific needs)
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Personalizing Customer
Engagement at Scale
Mallika Krishnamurthy
Global Head, Strategy & Insights
Domino’s Pizza Enterprises
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Breakout repeats
Day of Week, Month Day
Session Title
Time – Time | Location
Day of Week, Month Day
Session Title
Time – Time | Location
Day of Week, Month Day
Session Title
Time – Time | Location
Australia | New Zealand | Japan | Germany | Netherlands
Belgium | Luxembourg | France
2400+ stores
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Largest Pizza Chain in Australia
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Clicktoadd slidetitle(size48)
L E A D I N G T H E I N T E R N E T O F F O O D
I N E V E RY N E I G H B O R H O O D
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Technology focused
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AI and machine learning
A C C E S S I B L E A N Y W H E R E
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Owned media Channels
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Online ordering at scale
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Personalization of deals
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Thank you!
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Mallika Krishnamurthy
Global Head, Strategy & Insights
Domino’s Pizza Enterprises
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Mike Pyland
CTO
RBmedia / Recorded Books Inc.
rbmediaglobal.com
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Global leader in spoken audio content and digital media distribution technology that reaches
millions of consumers — at home, in the car, and wherever their mobile devices take them.
RBmedia produces exclusive titles and delivers the finest digital content and information —
including audiobooks, eBooks, educational courses, entertainment titles, and much more.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Library Digital Media Delivery Platform
5,000+ public and academic libraries worldwide
Follows standard Library Checkout/Hold model
Checkout growth 50+% over last year
>700K Titles
Audiobooks
eBooks
Magazines & Comics
Streaming Video
Education
Health & Wellness
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Current Recommendations
Simple presentation of most popular titles
Default is Romance and Mystery
Based on genre
User must select genres
Removes previously checked out books
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Current Recommendations
Simple presentation of most popular titles
Default is Romance and Mystery
Based on Genre
User must select genres
Removes previously checked out books
Challenges
No personalization
Everyone gets same titles worldwide
Just Audiobooks/eBooks
Not sure there is enough benefit to customer
Don’t want to add clutter
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
NewRecommendations Engine
Goals
Quick Time to Market
Didn’t want to analyze models for 6-12 months
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
NewRecommendations Engine
Goals
Quick Time to Market
Didn’t want to analyze models for 6-12 months
Low Cost & Scalable
No Data Scientist needed
API Integration
Delta updates Vs Full Loads
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
NewRecommendations Engine
Goals
Quick Time to Market
Didn’t want to analyze models for 6-12 months
Low Cost & Scalable
No Data Scientist needed
API Integration
Delta updates Vs Full Loads
Personalized
Similar users & similar books
Real Time (New Users handled)
Preferences – eAudio or eBook, Available
Flexible Future
Ability to adjust results & models – Change weight slightly
Add additional media types and data
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Personalize
Goals Achieved
Quick Time to Market
In <1 month we had prepared data, loaded datasets, trained model, saw results
Low Cost
No Data Scientist – Easy to follow steps so any developer can deliver
API Integration for real time Delta updates
Only pay for GPUs when in use
Don’t need to do 5000 models for different libraries
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Personalize
Goals Achieved
Quick Time to Market
In <1 month we had prepared data, loaded datasets, trained model, saw results
Low Cost
No Data Scientist – Easy to follow steps so any developer can deliver
API Integration for real time Delta updates
Only pay for GPUs when in use
Don’t need to do 5000 models for different libraries
Scalable
Auto sizing for processing
Ability to extract similar data and load into other data repositories like search
Easily leverage AWS services (Lambda, Kinesis, and API Gateway)
Real Time / Delta loads
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Personalize
Goals Achieved
Personalized
Similar books, Similar users, results based on usage data
Preferences learned – eAudio or eBook, Genre
Real Time (New Users) with minimal inputs
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Personalize
Goals Achieved
Personalized
Similar books, Similar users, results based on usage data
Preferences learned – eAudio or eBook, Genre
Real Time (New Users) with minimal inputs
Flexible Future
Ability to easily choose recipes/models to test best results
Full SageMaker and AI capabilities, if desired
Ability to expand Content metadata and relationships
Ability to add sentiment data
Ability to mix/filter with other information in API results
Ownership & Availability
Full control
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Personalize ‒ Process
Choose an MVP
What problem are you trying to solve???
Choose data for Customer, Products, Relationship(Checkout/Sales)
Review data – cleaning up data may be the hardest part
Start Small (doesn’t have to be all of your data to start)
Define formula for “strength” of relationship – AI may fix initial thoughts
Walk through the Notebook for understanding of steps
Choose the top recipes for desired results (or try them all and review)
Prepare and Load data to S3
Run the Notebook
Load Datasets
Define “Solution” & Train – run multiple recipes to find best one
Test outputs
Operationalize – Full data, real time updates, APIs for final use case
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Personalize
Delivered Results
In <1 month we knew it would deliver expected results = Win for IT
Gives our users truly personalized results = Happiness
Gives our libraries comparable / competitive tool = Engagement
Competitive advantage for RBdigital = ROI
Thank you to the AWS team for delivering a much needed tool
Thank you!
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Mike Pyland
mpyland@recordedbooks.com
www.linkedin.com/in/mikepyland
Learn more and signup for the
Amazon PersonalizePreview:
https://aws.amazon.com/personalize/
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Weitere ähnliche Inhalte

Was ist angesagt?

Amazon Personalize Event Tracker 실시간 고객 반응을 고려한 추천::김태수, 솔루션즈 아키텍트, AWS::AWS ...
Amazon Personalize Event Tracker 실시간 고객 반응을 고려한 추천::김태수, 솔루션즈 아키텍트, AWS::AWS ...Amazon Personalize Event Tracker 실시간 고객 반응을 고려한 추천::김태수, 솔루션즈 아키텍트, AWS::AWS ...
Amazon Personalize Event Tracker 실시간 고객 반응을 고려한 추천::김태수, 솔루션즈 아키텍트, AWS::AWS ...Amazon Web Services Korea
 
Protecting Your Data with Encryption on AWS
Protecting Your Data with Encryption on AWSProtecting Your Data with Encryption on AWS
Protecting Your Data with Encryption on AWSAmazon Web Services
 
취향기반의 개인화 서비스를 통한 이커머스 혁신 – 소성운 ZIGZAG 데이터사이언티스트, 강상원 마이셀럽스 대표:: AWS Cloud We...
취향기반의 개인화 서비스를 통한 이커머스 혁신 – 소성운 ZIGZAG 데이터사이언티스트, 강상원 마이셀럽스 대표:: AWS Cloud We...취향기반의 개인화 서비스를 통한 이커머스 혁신 – 소성운 ZIGZAG 데이터사이언티스트, 강상원 마이셀럽스 대표:: AWS Cloud We...
취향기반의 개인화 서비스를 통한 이커머스 혁신 – 소성운 ZIGZAG 데이터사이언티스트, 강상원 마이셀럽스 대표:: AWS Cloud We...Amazon Web Services Korea
 
Amazon Connect & Amazon Lex Demo
Amazon Connect & Amazon Lex DemoAmazon Connect & Amazon Lex Demo
Amazon Connect & Amazon Lex DemoAmazon Web Services
 
글로벌 기업들의 효과적인 데이터 분석을 위한 Data Lake 구축 및 분석 사례 - 김준형 (AWS 솔루션즈 아키텍트)
글로벌 기업들의 효과적인 데이터 분석을 위한 Data Lake 구축 및 분석 사례 - 김준형 (AWS 솔루션즈 아키텍트)글로벌 기업들의 효과적인 데이터 분석을 위한 Data Lake 구축 및 분석 사례 - 김준형 (AWS 솔루션즈 아키텍트)
글로벌 기업들의 효과적인 데이터 분석을 위한 Data Lake 구축 및 분석 사례 - 김준형 (AWS 솔루션즈 아키텍트)Amazon Web Services Korea
 
Aws glue를 통한 손쉬운 데이터 전처리 작업하기
Aws glue를 통한 손쉬운 데이터 전처리 작업하기Aws glue를 통한 손쉬운 데이터 전처리 작업하기
Aws glue를 통한 손쉬운 데이터 전처리 작업하기Amazon Web Services Korea
 
[AWS Innovate 온라인 컨퍼런스] Amazon Personalize를 통한 개인화 추천 기능 실전 구현하기 - 최원근, AWS 솔...
[AWS Innovate 온라인 컨퍼런스] Amazon Personalize를 통한 개인화 추천 기능 실전 구현하기 - 최원근, AWS 솔...[AWS Innovate 온라인 컨퍼런스] Amazon Personalize를 통한 개인화 추천 기능 실전 구현하기 - 최원근, AWS 솔...
[AWS Innovate 온라인 컨퍼런스] Amazon Personalize를 통한 개인화 추천 기능 실전 구현하기 - 최원근, AWS 솔...Amazon Web Services Korea
 
CleverTap - Behavioral Analytics and User Engagement
CleverTap - Behavioral Analytics and User EngagementCleverTap - Behavioral Analytics and User Engagement
CleverTap - Behavioral Analytics and User EngagementCleverTap
 
Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기
Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기
Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기Amazon Web Services Korea
 
AWS DMS를 통한 오라클 DB 마이그레이션 방법 - AWS Summit Seoul 2017
AWS DMS를 통한 오라클 DB 마이그레이션 방법 - AWS Summit Seoul 2017AWS DMS를 통한 오라클 DB 마이그레이션 방법 - AWS Summit Seoul 2017
AWS DMS를 통한 오라클 DB 마이그레이션 방법 - AWS Summit Seoul 2017Amazon Web Services Korea
 
Being Well-Architected in the Cloud
Being Well-Architected in the CloudBeing Well-Architected in the Cloud
Being Well-Architected in the CloudAmazon Web Services
 
AWS re:Invent 특집(3) – Amazon 인공 지능(AI) 서비스 및 AWS 딥러닝 프레임웍 활용 (윤석찬)
AWS re:Invent 특집(3) – Amazon 인공 지능(AI) 서비스 및 AWS 딥러닝 프레임웍 활용 (윤석찬)AWS re:Invent 특집(3) – Amazon 인공 지능(AI) 서비스 및 AWS 딥러닝 프레임웍 활용 (윤석찬)
AWS re:Invent 특집(3) – Amazon 인공 지능(AI) 서비스 및 AWS 딥러닝 프레임웍 활용 (윤석찬)Amazon Web Services Korea
 
AWS를 활용해서 글로벌 게임 런칭하기 - 박진성 AWS 솔루션즈 아키텍트 :: AWS Summit Seoul 2021
AWS를 활용해서 글로벌 게임 런칭하기 - 박진성 AWS 솔루션즈 아키텍트 :: AWS Summit Seoul 2021AWS를 활용해서 글로벌 게임 런칭하기 - 박진성 AWS 솔루션즈 아키텍트 :: AWS Summit Seoul 2021
AWS를 활용해서 글로벌 게임 런칭하기 - 박진성 AWS 솔루션즈 아키텍트 :: AWS Summit Seoul 2021Amazon Web Services Korea
 
Introducing Amazon Polly and Amazon Rekognition
Introducing Amazon Polly and Amazon RekognitionIntroducing Amazon Polly and Amazon Rekognition
Introducing Amazon Polly and Amazon RekognitionAmazon Web Services
 
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법Amazon Web Services Korea
 
AWS Lake Formation을 통한 손쉬운 데이터 레이크 구성 및 관리 - 윤석찬 :: AWS Unboxing 온라인 세미나
AWS Lake Formation을 통한 손쉬운 데이터 레이크 구성 및 관리 - 윤석찬 :: AWS Unboxing 온라인 세미나AWS Lake Formation을 통한 손쉬운 데이터 레이크 구성 및 관리 - 윤석찬 :: AWS Unboxing 온라인 세미나
AWS Lake Formation을 통한 손쉬운 데이터 레이크 구성 및 관리 - 윤석찬 :: AWS Unboxing 온라인 세미나Amazon Web Services Korea
 

Was ist angesagt? (20)

Amazon Personalize Event Tracker 실시간 고객 반응을 고려한 추천::김태수, 솔루션즈 아키텍트, AWS::AWS ...
Amazon Personalize Event Tracker 실시간 고객 반응을 고려한 추천::김태수, 솔루션즈 아키텍트, AWS::AWS ...Amazon Personalize Event Tracker 실시간 고객 반응을 고려한 추천::김태수, 솔루션즈 아키텍트, AWS::AWS ...
Amazon Personalize Event Tracker 실시간 고객 반응을 고려한 추천::김태수, 솔루션즈 아키텍트, AWS::AWS ...
 
Protecting Your Data with Encryption on AWS
Protecting Your Data with Encryption on AWSProtecting Your Data with Encryption on AWS
Protecting Your Data with Encryption on AWS
 
취향기반의 개인화 서비스를 통한 이커머스 혁신 – 소성운 ZIGZAG 데이터사이언티스트, 강상원 마이셀럽스 대표:: AWS Cloud We...
취향기반의 개인화 서비스를 통한 이커머스 혁신 – 소성운 ZIGZAG 데이터사이언티스트, 강상원 마이셀럽스 대표:: AWS Cloud We...취향기반의 개인화 서비스를 통한 이커머스 혁신 – 소성운 ZIGZAG 데이터사이언티스트, 강상원 마이셀럽스 대표:: AWS Cloud We...
취향기반의 개인화 서비스를 통한 이커머스 혁신 – 소성운 ZIGZAG 데이터사이언티스트, 강상원 마이셀럽스 대표:: AWS Cloud We...
 
Amazon Connect & Amazon Lex Demo
Amazon Connect & Amazon Lex DemoAmazon Connect & Amazon Lex Demo
Amazon Connect & Amazon Lex Demo
 
글로벌 기업들의 효과적인 데이터 분석을 위한 Data Lake 구축 및 분석 사례 - 김준형 (AWS 솔루션즈 아키텍트)
글로벌 기업들의 효과적인 데이터 분석을 위한 Data Lake 구축 및 분석 사례 - 김준형 (AWS 솔루션즈 아키텍트)글로벌 기업들의 효과적인 데이터 분석을 위한 Data Lake 구축 및 분석 사례 - 김준형 (AWS 솔루션즈 아키텍트)
글로벌 기업들의 효과적인 데이터 분석을 위한 Data Lake 구축 및 분석 사례 - 김준형 (AWS 솔루션즈 아키텍트)
 
Aws glue를 통한 손쉬운 데이터 전처리 작업하기
Aws glue를 통한 손쉬운 데이터 전처리 작업하기Aws glue를 통한 손쉬운 데이터 전처리 작업하기
Aws glue를 통한 손쉬운 데이터 전처리 작업하기
 
[AWS Innovate 온라인 컨퍼런스] Amazon Personalize를 통한 개인화 추천 기능 실전 구현하기 - 최원근, AWS 솔...
[AWS Innovate 온라인 컨퍼런스] Amazon Personalize를 통한 개인화 추천 기능 실전 구현하기 - 최원근, AWS 솔...[AWS Innovate 온라인 컨퍼런스] Amazon Personalize를 통한 개인화 추천 기능 실전 구현하기 - 최원근, AWS 솔...
[AWS Innovate 온라인 컨퍼런스] Amazon Personalize를 통한 개인화 추천 기능 실전 구현하기 - 최원근, AWS 솔...
 
CleverTap - Behavioral Analytics and User Engagement
CleverTap - Behavioral Analytics and User EngagementCleverTap - Behavioral Analytics and User Engagement
CleverTap - Behavioral Analytics and User Engagement
 
Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기
Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기
Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기
 
Amazon SageMaker
Amazon SageMakerAmazon SageMaker
Amazon SageMaker
 
Fundamentals of AWS Security
Fundamentals of AWS SecurityFundamentals of AWS Security
Fundamentals of AWS Security
 
AWS DMS를 통한 오라클 DB 마이그레이션 방법 - AWS Summit Seoul 2017
AWS DMS를 통한 오라클 DB 마이그레이션 방법 - AWS Summit Seoul 2017AWS DMS를 통한 오라클 DB 마이그레이션 방법 - AWS Summit Seoul 2017
AWS DMS를 통한 오라클 DB 마이그레이션 방법 - AWS Summit Seoul 2017
 
Being Well-Architected in the Cloud
Being Well-Architected in the CloudBeing Well-Architected in the Cloud
Being Well-Architected in the Cloud
 
AWS re:Invent 특집(3) – Amazon 인공 지능(AI) 서비스 및 AWS 딥러닝 프레임웍 활용 (윤석찬)
AWS re:Invent 특집(3) – Amazon 인공 지능(AI) 서비스 및 AWS 딥러닝 프레임웍 활용 (윤석찬)AWS re:Invent 특집(3) – Amazon 인공 지능(AI) 서비스 및 AWS 딥러닝 프레임웍 활용 (윤석찬)
AWS re:Invent 특집(3) – Amazon 인공 지능(AI) 서비스 및 AWS 딥러닝 프레임웍 활용 (윤석찬)
 
AWS를 활용해서 글로벌 게임 런칭하기 - 박진성 AWS 솔루션즈 아키텍트 :: AWS Summit Seoul 2021
AWS를 활용해서 글로벌 게임 런칭하기 - 박진성 AWS 솔루션즈 아키텍트 :: AWS Summit Seoul 2021AWS를 활용해서 글로벌 게임 런칭하기 - 박진성 AWS 솔루션즈 아키텍트 :: AWS Summit Seoul 2021
AWS를 활용해서 글로벌 게임 런칭하기 - 박진성 AWS 솔루션즈 아키텍트 :: AWS Summit Seoul 2021
 
Introducing Amazon Polly and Amazon Rekognition
Introducing Amazon Polly and Amazon RekognitionIntroducing Amazon Polly and Amazon Rekognition
Introducing Amazon Polly and Amazon Rekognition
 
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법
 
AWS Lake Formation을 통한 손쉬운 데이터 레이크 구성 및 관리 - 윤석찬 :: AWS Unboxing 온라인 세미나
AWS Lake Formation을 통한 손쉬운 데이터 레이크 구성 및 관리 - 윤석찬 :: AWS Unboxing 온라인 세미나AWS Lake Formation을 통한 손쉬운 데이터 레이크 구성 및 관리 - 윤석찬 :: AWS Unboxing 온라인 세미나
AWS Lake Formation을 통한 손쉬운 데이터 레이크 구성 및 관리 - 윤석찬 :: AWS Unboxing 온라인 세미나
 
Introducing Amazon SageMaker
Introducing Amazon SageMakerIntroducing Amazon SageMaker
Introducing Amazon SageMaker
 
Aws config
Aws configAws config
Aws config
 

Ähnlich wie [NEW LAUNCH!] Introducing Amazon Personalize: Real-time Personalization and Recommendations (AIM365) - AWS re:Invent 2018

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 LearningAmazon 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 MLAmazon Web Services
 
Leadership Session: Digital Advertising - Customer Learning & the Road Ahead ...
Leadership Session: Digital Advertising - Customer Learning & the Road Ahead ...Leadership Session: Digital Advertising - Customer Learning & the Road Ahead ...
Leadership Session: Digital Advertising - Customer Learning & the Road Ahead ...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 PetsAmazon Web Services
 
DataXDay - Machine learning models at scale with Amazon SageMaker
DataXDay - Machine learning models at scale with Amazon SageMaker DataXDay - Machine learning models at scale with Amazon SageMaker
DataXDay - Machine learning models at scale with Amazon SageMaker DataXDay Conference by Xebia
 
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 TalksAmazon Web Services
 
Introduction to AI
Introduction to AIIntroduction to AI
Introduction to AIBoaz Ziniman
 
[NEW LAUNCH!] Introducing Amazon Forecast (AIM344) - AWS re:Invent 2018
[NEW LAUNCH!] Introducing Amazon Forecast  (AIM344) - AWS re:Invent 2018[NEW LAUNCH!] Introducing Amazon Forecast  (AIM344) - AWS re:Invent 2018
[NEW LAUNCH!] Introducing Amazon Forecast (AIM344) - AWS re:Invent 2018Amazon Web Services
 
Culture of Innovation - AWS Transformation Day Boston 2018
Culture of Innovation - AWS Transformation Day Boston 2018Culture of Innovation - AWS Transformation Day Boston 2018
Culture of Innovation - AWS Transformation Day Boston 2018Amazon Web Services
 
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
 
Deep Dive on Amazon Rekognition, ft. Tinder & News UK (AIM307-R) - AWS re:Inv...
Deep Dive on Amazon Rekognition, ft. Tinder & News UK (AIM307-R) - AWS re:Inv...Deep Dive on Amazon Rekognition, ft. Tinder & News UK (AIM307-R) - AWS re:Inv...
Deep Dive on Amazon Rekognition, ft. Tinder & News UK (AIM307-R) - AWS re:Inv...Amazon Web Services
 
The Future of Enterprise IT - Lessons Learned
The Future of Enterprise IT - Lessons LearnedThe Future of Enterprise IT - Lessons Learned
The Future of Enterprise IT - Lessons LearnedAmazon 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
 
Building intelligent applications using AI services
Building intelligent applications using AI servicesBuilding intelligent applications using AI services
Building intelligent applications using AI servicesAmazon Web Services
 
Deep Dive on Amazon Rekognition, ft. Pinterest (AIM307-R1) - AWS re:Invent 2018
Deep Dive on Amazon Rekognition, ft. Pinterest (AIM307-R1) - AWS re:Invent 2018Deep Dive on Amazon Rekognition, ft. Pinterest (AIM307-R1) - AWS re:Invent 2018
Deep Dive on Amazon Rekognition, ft. Pinterest (AIM307-R1) - AWS re:Invent 2018Amazon 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
 
Artificial Intelligence nella realtà di oggi: come utilizzarla al meglio
Artificial Intelligence nella realtà di oggi: come utilizzarla al meglioArtificial Intelligence nella realtà di oggi: come utilizzarla al meglio
Artificial Intelligence nella realtà di oggi: come utilizzarla al meglioAmazon Web Services
 
AWS AI state of the union - AWS Cape Town Summit 2018
AWS AI state of the union - AWS Cape Town Summit 2018AWS AI state of the union - AWS Cape Town Summit 2018
AWS AI state of the union - AWS Cape Town Summit 2018Amazon Web Services
 
Starting your Cloud Transformation Journey - Tel Aviv Summit 2018
Starting your Cloud Transformation Journey - Tel Aviv Summit 2018Starting your Cloud Transformation Journey - Tel Aviv Summit 2018
Starting your Cloud Transformation Journey - Tel Aviv Summit 2018Boaz Ziniman
 

Ähnlich wie [NEW LAUNCH!] Introducing Amazon Personalize: Real-time Personalization and Recommendations (AIM365) - AWS re:Invent 2018 (20)

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
 
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
 
Industrial Transformation
Industrial TransformationIndustrial Transformation
Industrial Transformation
 
Leadership Session: Digital Advertising - Customer Learning & the Road Ahead ...
Leadership Session: Digital Advertising - Customer Learning & the Road Ahead ...Leadership Session: Digital Advertising - Customer Learning & the Road Ahead ...
Leadership Session: Digital Advertising - Customer Learning & the Road Ahead ...
 
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
 
DataXDay - Machine learning models at scale with Amazon SageMaker
DataXDay - Machine learning models at scale with Amazon SageMaker DataXDay - Machine learning models at scale with Amazon SageMaker
DataXDay - Machine learning models at scale with Amazon SageMaker
 
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
 
Introduction to AI
Introduction to AIIntroduction to AI
Introduction to AI
 
[NEW LAUNCH!] Introducing Amazon Forecast (AIM344) - AWS re:Invent 2018
[NEW LAUNCH!] Introducing Amazon Forecast  (AIM344) - AWS re:Invent 2018[NEW LAUNCH!] Introducing Amazon Forecast  (AIM344) - AWS re:Invent 2018
[NEW LAUNCH!] Introducing Amazon Forecast (AIM344) - AWS re:Invent 2018
 
Culture of Innovation - AWS Transformation Day Boston 2018
Culture of Innovation - AWS Transformation Day Boston 2018Culture of Innovation - AWS Transformation Day Boston 2018
Culture of Innovation - AWS Transformation Day Boston 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) ...
 
Deep Dive on Amazon Rekognition, ft. Tinder & News UK (AIM307-R) - AWS re:Inv...
Deep Dive on Amazon Rekognition, ft. Tinder & News UK (AIM307-R) - AWS re:Inv...Deep Dive on Amazon Rekognition, ft. Tinder & News UK (AIM307-R) - AWS re:Inv...
Deep Dive on Amazon Rekognition, ft. Tinder & News UK (AIM307-R) - AWS re:Inv...
 
The Future of Enterprise IT - Lessons Learned
The Future of Enterprise IT - Lessons LearnedThe Future of Enterprise IT - Lessons Learned
The Future of Enterprise IT - Lessons Learned
 
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...
 
Building intelligent applications using AI services
Building intelligent applications using AI servicesBuilding intelligent applications using AI services
Building intelligent applications using AI services
 
Deep Dive on Amazon Rekognition, ft. Pinterest (AIM307-R1) - AWS re:Invent 2018
Deep Dive on Amazon Rekognition, ft. Pinterest (AIM307-R1) - AWS re:Invent 2018Deep Dive on Amazon Rekognition, ft. Pinterest (AIM307-R1) - AWS re:Invent 2018
Deep Dive on Amazon Rekognition, ft. Pinterest (AIM307-R1) - AWS re:Invent 2018
 
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!
 
Artificial Intelligence nella realtà di oggi: come utilizzarla al meglio
Artificial Intelligence nella realtà di oggi: come utilizzarla al meglioArtificial Intelligence nella realtà di oggi: come utilizzarla al meglio
Artificial Intelligence nella realtà di oggi: come utilizzarla al meglio
 
AWS AI state of the union - AWS Cape Town Summit 2018
AWS AI state of the union - AWS Cape Town Summit 2018AWS AI state of the union - AWS Cape Town Summit 2018
AWS AI state of the union - AWS Cape Town Summit 2018
 
Starting your Cloud Transformation Journey - Tel Aviv Summit 2018
Starting your Cloud Transformation Journey - Tel Aviv Summit 2018Starting your Cloud Transformation Journey - Tel Aviv Summit 2018
Starting your Cloud Transformation Journey - Tel Aviv Summit 2018
 

Mehr von 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 FargateAmazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSAmazon 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
 
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 WorkloadsAmazon 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 sfatareAmazon 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 NodeJSAmazon 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 webAmazon 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 sfatareAmazon 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 AWSAmazon 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 DeckAmazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without serversAmazon 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 ServiceAmazon Web Services
 

Mehr von 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 Personalize: Real-time Personalization and Recommendations (AIM365) - AWS re:Invent 2018

  • 1. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. IntroducingAmazon Personalize (Preview) Bindu Reddy GM, AWS AI A I M 3 6 5
  • 2. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Agenda Overview of service Science of personalization Customer presentations • Domino’s Pizza Enterprises • RB Media
  • 3. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Personalizing user experience is proven to increase discoverability, engagement, user satisfaction, and revenue 30% of page views on Amazon are from recommendations … However, most customers find personalization hard to get right
  • 4. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Effective personalization requires solving multiple hard problems Reacting to user interactions in real time Avoiding mostly showing popular items Handling cold start (insufficient data about new users/items) Scale
  • 5. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Traditional recommender systems aren’t adequate • Rule-based systems perform poorly, don’t scale and are hard to maintain • Collaborative filtering and matrix factorization methods are good for v1, but deep neural networks, esp. recurrent neural networks, that take into account the sequence of a user’s activity (clicks) out-perform other methods
  • 6. Deep learning techniques have a direct impact on the bottom line SimilarityPopularity Neural network Matrix factorization +15.4% Engagement Recurrent Neural Net + Bandit Rule-based card ranker Bayesian network model +7.4% Engagement+29% Click Through +20% Click Through
  • 7. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Introducing Amazon Personalize Real-time personalization and recommendation, based on the machine learning technology used by Amazon.com Generates personalized recommendations for your users via API calls • State-of-the-art deep learning algorithms that out-perform traditional methods • Auto-ML capabilities that automate the entire process from data ingestion to inference • Real-time personalized recommendations – Ability to ingest activity/clickstream data and generate recommendations, in real time, based on the session/context of the use
  • 8. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Common applications & usecases Personalized recommendations Search reranking Notifications and emailsRelated Items
  • 9. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Applicable across multipledomains Amazon Personalize can be applied to many domains including • Retail and E-commerce • Video on demand • News • Travel • Personalized notifications
  • 10. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Personalize ‒Overview Prepare your data, then upload with the Amazon Personalize API Choose one of our algorithms or tell AutoML to find the best fit Modify your code Retrain continually to improve the model
  • 11. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Real-timedatacan beconsumed byAmazon Personalize Historical user activity User attributes Item catalog Real-time data Mobile SDKs (coming soon) JavaScript SDK Amazon S3 bucket Server-Side SDKs Offline data
  • 12. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. UsetheConsole/API totrainand experiment withmodels Use AutoML or pick a pre- defined algorithm
  • 13. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Deploy thebestmodels (solutions)bylaunching a campaign Amazon Personalize Campaigns • Launching a campaign will deploy all the infrastructure needed to create a personalize endpoint • You can use a simple API to getRecommendatons() or getPersonalizedResults()
  • 14. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Deliverpersonalized recommendations inproduction Your web server Browser Real-time event data
  • 15. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Consoleto monitor and track allthedifferent steps
  • 16. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Easytouseconsoletotestpersonalizedrecommendations
  • 17. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon PersonalizeCustomers
  • 18. "At Sony, we are focused on developing predictive models to create an engaging and relevant experience for all our consumers. However, delivering truly personalized offers and tailored content to millions of users across channels and content formats is no simple task – it requires the complex integration of advanced technology, people, and processes. Amazon Personalize eliminates the heavy lifting of building a personalized recommendation system. We can leverage Amazon Personalize's data pipelines and indexing infrastructure, while developing our models using Amazon SageMaker. The combination of Amazon SageMaker and Amazon Personalize enables us to automate and accelerate our machine learning development, and drive more effective personalization at scale." Gabor Melli Senior Director of Machine Learning, Sony
  • 19. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Balakrishnan (Murali) Narayanaswamy Senior Machine Learning Scientist Amazon AI
  • 20. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Modeling for Personalization (order and timing matters) Fundamental insight The evolution of historical interest and dis-interest is a good indicator of future preferences (application data-specific patterns)
  • 21. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Modeling for Personalization (order and timing matters) Fundamental insight The evolution of historical interest and dis-interest is a good indicator of future preferences (application data specific patterns)
  • 22. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Sequentialmodeling (recurrent neural network) (labels) Available in Amazon Personalize as Recurrent Recommender (features) (learned user representation) Other Information User Representation
  • 23. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. ModelingSessions Available in Amazon Personalize as Hierarchical Recurrent Neural Network (HRNN) (learned user representation)(hierarchical recurrent network) User Representation
  • 24. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Stateof theArt Performance 0.954 0.928 0.925 0.922 0.91 0.856 Rolling Average T-SVD [2009] PMF [2008] RRN [2017] DeepRec [2017] HRNN Ratings RMSE on Netflix 98 MM interactions, 500k users, 18k items Rolling Average T-SVD [2009] PMF [2008] RRN [2017] DeepRec [2017] HRNN 0.933 0.916 0.871 0.857 0.846 Rolling Average FM [2012] I-AutoRec [2015] RNN HRNN Ratings RMSE on MovieLens 20 MM interactions, 173k users, 131k items Rolling Average FM [2012] I-AutoRec [2015] RNN
  • 25. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Large ParameterSpace ‒ HPO andAutoML SIMS DeepFM HRNN Automatic within algorithm parameter tuning (HPO) Automatic algorithm selection (AutoML) (time decay) (depth, size) (depth, size, height)
  • 26. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. WhyAmazon Personalize? (hierarchical sequential models) work well for many personalization tasks (stable) solutions out of the box Includes many tricks from deep learning practitioners AutoML and HPO Best possible results (on your data) with minimal intervention Bring your own recommender Tune Amazon Personalize to (your specific needs)
  • 27. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Personalizing Customer Engagement at Scale Mallika Krishnamurthy Global Head, Strategy & Insights Domino’s Pizza Enterprises
  • 28. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 29. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Breakout repeats Day of Week, Month Day Session Title Time – Time | Location Day of Week, Month Day Session Title Time – Time | Location Day of Week, Month Day Session Title Time – Time | Location Australia | New Zealand | Japan | Germany | Netherlands Belgium | Luxembourg | France 2400+ stores
  • 30. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Largest Pizza Chain in Australia
  • 31. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Clicktoadd slidetitle(size48) L E A D I N G T H E I N T E R N E T O F F O O D I N E V E RY N E I G H B O R H O O D
  • 32. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Technology focused
  • 33. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. AI and machine learning A C C E S S I B L E A N Y W H E R E
  • 34. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Owned media Channels
  • 35. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 36. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Online ordering at scale
  • 37. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 38. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 39. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Personalization of deals
  • 40. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 41. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 42. Thank you! © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Mallika Krishnamurthy Global Head, Strategy & Insights Domino’s Pizza Enterprises
  • 43. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Mike Pyland CTO RBmedia / Recorded Books Inc. rbmediaglobal.com
  • 44. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Global leader in spoken audio content and digital media distribution technology that reaches millions of consumers — at home, in the car, and wherever their mobile devices take them. RBmedia produces exclusive titles and delivers the finest digital content and information — including audiobooks, eBooks, educational courses, entertainment titles, and much more.
  • 45. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Library Digital Media Delivery Platform 5,000+ public and academic libraries worldwide Follows standard Library Checkout/Hold model Checkout growth 50+% over last year >700K Titles Audiobooks eBooks Magazines & Comics Streaming Video Education Health & Wellness
  • 46. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Current Recommendations Simple presentation of most popular titles Default is Romance and Mystery Based on genre User must select genres Removes previously checked out books
  • 47. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Current Recommendations Simple presentation of most popular titles Default is Romance and Mystery Based on Genre User must select genres Removes previously checked out books Challenges No personalization Everyone gets same titles worldwide Just Audiobooks/eBooks Not sure there is enough benefit to customer Don’t want to add clutter
  • 48. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. NewRecommendations Engine Goals Quick Time to Market Didn’t want to analyze models for 6-12 months
  • 49. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. NewRecommendations Engine Goals Quick Time to Market Didn’t want to analyze models for 6-12 months Low Cost & Scalable No Data Scientist needed API Integration Delta updates Vs Full Loads
  • 50. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. NewRecommendations Engine Goals Quick Time to Market Didn’t want to analyze models for 6-12 months Low Cost & Scalable No Data Scientist needed API Integration Delta updates Vs Full Loads Personalized Similar users & similar books Real Time (New Users handled) Preferences – eAudio or eBook, Available Flexible Future Ability to adjust results & models – Change weight slightly Add additional media types and data
  • 51. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Personalize Goals Achieved Quick Time to Market In <1 month we had prepared data, loaded datasets, trained model, saw results Low Cost No Data Scientist – Easy to follow steps so any developer can deliver API Integration for real time Delta updates Only pay for GPUs when in use Don’t need to do 5000 models for different libraries
  • 52. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Personalize Goals Achieved Quick Time to Market In <1 month we had prepared data, loaded datasets, trained model, saw results Low Cost No Data Scientist – Easy to follow steps so any developer can deliver API Integration for real time Delta updates Only pay for GPUs when in use Don’t need to do 5000 models for different libraries Scalable Auto sizing for processing Ability to extract similar data and load into other data repositories like search Easily leverage AWS services (Lambda, Kinesis, and API Gateway) Real Time / Delta loads
  • 53. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Personalize Goals Achieved Personalized Similar books, Similar users, results based on usage data Preferences learned – eAudio or eBook, Genre Real Time (New Users) with minimal inputs
  • 54. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Personalize Goals Achieved Personalized Similar books, Similar users, results based on usage data Preferences learned – eAudio or eBook, Genre Real Time (New Users) with minimal inputs Flexible Future Ability to easily choose recipes/models to test best results Full SageMaker and AI capabilities, if desired Ability to expand Content metadata and relationships Ability to add sentiment data Ability to mix/filter with other information in API results Ownership & Availability Full control
  • 55. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Personalize ‒ Process Choose an MVP What problem are you trying to solve??? Choose data for Customer, Products, Relationship(Checkout/Sales) Review data – cleaning up data may be the hardest part Start Small (doesn’t have to be all of your data to start) Define formula for “strength” of relationship – AI may fix initial thoughts Walk through the Notebook for understanding of steps Choose the top recipes for desired results (or try them all and review) Prepare and Load data to S3 Run the Notebook Load Datasets Define “Solution” & Train – run multiple recipes to find best one Test outputs Operationalize – Full data, real time updates, APIs for final use case
  • 56. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Personalize Delivered Results In <1 month we knew it would deliver expected results = Win for IT Gives our users truly personalized results = Happiness Gives our libraries comparable / competitive tool = Engagement Competitive advantage for RBdigital = ROI Thank you to the AWS team for delivering a much needed tool
  • 57. Thank you! © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Mike Pyland mpyland@recordedbooks.com www.linkedin.com/in/mikepyland
  • 58. Learn more and signup for the Amazon PersonalizePreview: https://aws.amazon.com/personalize/
  • 59. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Hinweis der Redaktion

  1. Current systems only employ factorization machines or item similarity models which do not respond to user intention in real time leading to recommendations which lead to poor user experience Source for 1: https://drive.corp.amazon.com/documents/AMLC2018/AcceptedPapers/amlc_recurrent_bandit.pdf - Rule based systems involve segmenting customers according to their demographic information (such as age) and category interests. These manually curated segments and personalization actions soon balloon to thousands and it becomes hard to validate performance of new rules as A/B tests take time to converge. In Amazon our ML systems ALWAYS beat human curated rules Source for rule based: https://drive.corp.amazon.com/documents/AMLC2018/AcceptedPapers/amlc2018-bjd.pdf
  2. Headquartered in Australia, Domino's Pizza Enterprises Ltd (DPE) is the largest franchisee for the Domino’s Pizza brand worldwide.
  3. DPE is located in 8 markets including Australia, NZ, Belgium, France, the Netherlands, Japan, Germany and Luxembourg, with more than 2400 stores
  4. It is the largest pizza chain in Australia in terms of both network store numbers and network sales. And our market share in pizza is dominant.
  5. Our Vision is to Lead the Internet of Food in Every Neighborhood.
  6. To achieve this, there has been an ongoing commitment to being at the forefront of technological innovation that focuses on making the customer experience a better one. It led to the development of GPS Driver Tracker that launched in 2015, that lets a customer track their pizza from the store to their door. - More recently we launched drone deliveries - our autonomous delivery vehicle, to add to our fleet of delivery methods. And our New Pizza Checker with Augmented Reality – allows users to visually make their pizza by dragging toppings onto a virtual pizza. Creates a more engaging and true to life ordering experience for our customers.
  7. How we communicate with our customers through technological advancements in AI and Machine Learning is an area we have been actively exploring.
  8. We utilize our owned-media channels to reach our customers on an ongoing basis and this has been highly effective for us because our customer base is so engaged.
  9. And while we’ll continue to focus on growing our subscriber base, we have a major opportunity to truly personalize the engagement we have with our customers, at scale.
  10. As over 60% of our orders are placed online, we have built up rich customer data sets that enable us to deeply understand who are our customers and how they behave
  11. Today, we are sending our customers SMSs, eDMs and push notifications, but our targeting is too manual. We are missing the automation to scale our testing framework and the machine learning to provide the intelligence behind the targeting. Amazon Personalize integrated with Pinpoint has enabled us to start testing at a rapid pace.
  12. Time based test: Time between when the message was sent and the message was clicked was on average 55 minutes, with the test group, but within the control group the average was 88 minutes.  Meaning the personalized SMS was more timely and conversion was marginally better. 
  13. We’ve also seen an uplift in conversion by approx. 0.07% percentage points when sending personalized deals to our test group versus standard deals to our control group.  
  14. Time was our main challenge. We kicked off the POC 3 weeks before the Conference, spent 1 week developing and getting it up and running, and two weeks testing and improving…so there’s a lot more opportunity for us to test further and fine tune our model.
  15. On the flip side, it’s fairly impressive that we were able to do so much so quickly. A testament to AWS’s platforms and the teams working behind the scenes both in Seattle and in Brisbane. So Why go on this journey with AWS and Amazon Personalize? Well we wanted to work with a partner who aligns with our values. A partner that would embrace our fast fail mentality, working with us to achieve outcomes at a rapid pace; A partner who is not afraid to imagine the possibilities with us And most importantly, a partner who puts the customer at the heart of everything they do.  
  16. RB is known for high quality Audiobooks since 1979 Audiobooks.com is #2 in the market next to Audible– we have a great relationship with Audible I believe Rbmedia’s 35+K audiobooks makes us the largest publisher on Audible WFH and Wavesound cover our UK and Australia markets for exclusive audiobooks and library distribution Tantor, CA, Gildan and Highbridge produce over 4000 titles a year – data driven Gildan and our exclusive partners give us more business audio titles than any other publisher
  17. RBdigital is a multi-tenant hosted platform for public libraries Follows library model for Checkouts and holds Each library owns their selected content May share content from a System or Consortia Recommendations must follow the list of owned/shared content and should be Available for checkout now The RB All You Can Eat model helps with availability by providing more than 25K titles as Unlimited access RBdigital launched in 2012 with just Audiobooks, adding eBooks in 2015 then Magazines, Comics, Educational resources and SVOD
  18. Like most home grown personalization systems we did a basic most popular list Based it on Genre to show category patron likes Filters previously read
  19. It isn’t personalized to the individual Have to ask patron or they automatically get Romance/Mystery Last board dinner meeting I was told “it better not bring up Romance or it’s worthless” Buried due to lack of confidence it helps Checked the box for marketing, but did it truly help the user?
  20. I needed to sell executive team on value prior to investment Prove Value – small enough to just steal dev resources for PoC / MVP
  21. No upfront commitment to provider for $100K investment or multiple years Had to work with our services Can’t add more batch jobs at night – real time
  22. Had to be better than today – more personalized Work with limited data for new users Needed to be able to add our own filtering to remove UnOwned, UnAvailable, and previously read books Had to be able to adjust for the future content (mag/video), user behaviors (detail clicks, searches…) Need control - to be able to Boost for seasonal (Christmas, movie release, …) So we turned to AWS for a solution
  23. In 3 weeks we had results. Now we could do it again in less than 1 week. 1 DBA to get data, 1 Dev part time to test It was enough to know we had value and get moved into sprint cycle No Data Scientist needed, sorry buy you guys can analyze in circles for months… If needed, Data Scientist investment based on $ – not locked into a black box Easy/Cheap to maintain - self learning – no humans involved in daily data loads/training Pre-built tools - JavaScript client and server-side Java/.Net tools Only Pay based on use – lower cost than running your own Shown Consolidated model reduces complexity and increases accuracy
  24. As with all AWS services it Scales to future load Fast learning – real time data load Can still leverage cached results based on API layers for speed and cost
  25. Noticeably better than what we had before (5X better) This means we are going from 2 good books to 10 books out of 25? It seemed to “learn” things like Genre even before we added the data – AI works
  26. AWS has packaged a great set of out of the box solutions to start, but the flexibility is wide open Now I see value of Sagemaker – too many “terms” flowing last year for me to see as manageable Practical implementation brings it home that we can build and invest Dev or Data Scientist can improve/tweak what was completed quickly over long run Add additional intelligence over time Ability to add real time additional users, relationships/interactions, and content We have control over how we use and display results Use in new ways – anything curated/personalized or with similar patterns will work Really nice building block for your environment
  27. Keep it Simple / high level – Data Science/AI sounds expensive so tout it after it works - impressive Do a PoC to show value and convince executive team to invest Imported “clean” data to start ~1GB (unique values, don’t need text – Just IDs not names/email – no PII) Pick 3+ users(self and coworkers) and get back top 10 items – more than stats – results people can see Review precision across multiple recipes – quick and simple to test out different models If it doesn’t look right review recipe and data – does it make sense – optimize Don’t give up based on 1 result – test more users and recipes Get to Market and Operationalize then Start adding things like A/B testing, Clicked On – Implicit Vs Explicit? Process not 1 time solution Make the baby come alive – interaction with results will train model faster
  28. Happy IT Happy Librarians Happy Patrons Happy Execs