SlideShare a Scribd company logo
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Matt Pitchford
01.10.18
AI Powered Conversational Interfaces
Personalised Chatbots to Drive New
Financial Services Experiences
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
What we will cover…
• Conversational AI: Computers That Talk
- Why the Voice of the Customer is Growing
• Freeing up Data with Conversational Chatbots
- Which,What,Hows…
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
People like to talk
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Conversational access
On-demand
Accessible
Efficient
Natural
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
It is currently 78
degrees. Today in
Washington, you
can expect more of
the same, with…
What’s the weather like?
How hot is it outside?
Tell me the forecast.
Short sleeves are the way to
go today. No rain in sight.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Voice is the new frontier to engage
1 9 7 0 s 1 9 8 0 s 1 9 9 0 s P R E S E N T2 0 0 0 s
Character Mode
GUI
Web
Mobile
VUI
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
How do we ask questions on Enterprise data
using natural language?
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Chatbots for the Enterprise
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Developer challenges
Conversational interfaces need to combine a large number of
sophisticated algorithms and technologies
Speech
Recognition Language
Understanding
Business Logic
Disparate Systems
Authentication
Messaging
platforms
Scale Testing
Security
Availability
Mobile
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Design takes time to emerge
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Two Common Chatbot Development Approachess
Retrieval Chatbot
Create a rule-based system to answer questions which are
defined in closed domain with fixed known answers:
• Well suited to slow paced and structured data
• Can support simple queries
Generative Chatbot
Use Machine Learning and AI to deliver sophisticated
answers to complex queries using trained models:
• Well suited to fast changing and unstructured data
• Can support more complex queries
“reset password”
“What is the sentiment of
$companyABC stock today?”
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Error and
Feedback
Mechanism
Natural Language
Understanding &
Processing
Architecture: Components to Build a Chatbot
User Interface
User
Context
Fulfilment
Engine
Analytics and
Reporting
Integration
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon Lex
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon Lex
Voice and text
“chatbots”
Powers
Alexa
Voice interactions
on mobile, web,
and devices
Text interaction
with Slack, Twilio SMS, and
Facebook Messenger
Enterprise
connectors
Improving human interactions…
• Contact, service, and support center interfaces (text + voice)
• Employee productivity and collaboration (minutes into seconds)
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Conversation flow
Utterances
Spoken or typed phrases that invoke
your intent
BookHotel
Intents
An intent performs an action in
response to natural language user
input
Slots
Slots are input data required to fulfill
the intent
Fulfillment
Fulfillment mechanism for your
intent
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
How do I get started?
Retrieval Chatbots
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
What is QnABot?
QnABot uses Amazon Lex and Amazon Alexa to provide a natural
language interface to a “Question and Answer” knowledge base, so your
users can just ask their questions and get quick and relevant answers.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
When to use QnABot
When you want to automate answering natural language questions.
From content, you control (using many ‘doors’):
• Text chat and/or voice on their website, or 3rd party messaging app
• Alexa
• or through Amazon Connect call center
The QnABot is easy and quick to install and use. AWS expertise is not
required.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
QnABot Architecture
Blog:
www.amazon.com/qnabot
GitHub:
https://github.com/awslabs/aws-ai-qna-bot
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Demo
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Show me more… I want to dive deeper!
Generative Chatbots
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Many Opportunities to gain Insight from Data
• How do we deliver the
ability to ask questions
on data?
• Evolve Chatbot to use
models:
• Serve customers
better with the data
that you have
• Benefit from
uncatalogued dark
data that you are
currently not analysing
or data which may be
changing at rapid pace
Operational DBMS,
Knowledge Repos
IoT, Social, Web
etc.
Structured Unstructured
Dark Data
Unused Customer,
Transactional & Document
Repositories etc.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Good AI Chatbots Solve Some Of The Hardest Problems In Computer Science
Learning Language Perception Problem
Solving
Reasoning
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Put machine learning in the hands of every developer
and data scientist
ML @ AWS: Our mission
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
The Amazon Machine Learning Stack
FRAMEWORKS & INTERFACES
Caffe2 CNTK
Apache
MXNet
PyTorch TensorFlow Chainer Keras Gluon
AWS Deep Learning AMIs
Amazon SageMaker
Rekognition Transcribe Translate Polly Comprehend Lex
PLATFORM SERVICES
APPLICATION SERVICES
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Deep Dive on Developing a
Knowledge Mine on AWS
Answer Questions Intelligently with
Machine Learning
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Error and
Feedback
Mechanism
Natural Language
Understanding &
Processing
Architecture: Chatbot Components Overview
User Interface
User
Context
Fulfilment
Engine
Analytics and
Reporting
Integration
ML
Models
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Let’s Review the ML Process
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Data Visualization &
Analysis
Business Problem –
ML problem framing Data Collection
Data Integration
Data Preparation &
Cleaning
Feature Engineering
Model Training &
Parameter Tuning
Model Evaluation
Are Business
Goals met?
Model Deployment
Monitoring &
Debugging
– Predictions / Answers
YesNo
DataAugmentation
Feature
Augmentation
Artificial Intelligence/Machine Learning Process
Re-training
• Help formulate the right
questions
• Domain Knowledge
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Data Visualization &
Analysis
Business Problem –
ML problem framing Data Collection
Data Integration
Data Preparation &
Cleaning
Feature Engineering
Model Training &
Parameter Tuning
Model Evaluation
Are Business
Goals met?
Model Deployment
Monitoring &
Debugging
– Predictions
YesNo
DataAugmentation
Feature
Augmentation
Integration: The Data Architecture
Retraining
• Build the data platform:
• Amazon S3
• AWS Glue
• Amazon Athena
• Amazon EMR
• Amazon Redshift
Spectrum
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon SageMaker
1 2 3 4
I I I I
Notebook Instances Algorithms ML Training Service ML Hosting Service
A fully managed service that enables data scientists and developers to quickly and easily build machine-
learning based models into production smart applications.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Model Hosting
(SageMaker)
Calculate
Features
Reader
Cleanser
Processor
Data
Lookup
Training
Feature Store Model Training
(SageMaker)
Algorithm
Model
Client Answers
Service
Amazon
SageMaker
Amazon
SageMaker
Generative Chatbot: Fulfilment Architecture using AWS SageMaker
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Final Thoughts
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Bots Complement use of AI/ML within FSI
• Claims fraud detection
• Sales practices /
transaction surveillance
• Investigations
optimization
• Regulatory mapping
• Automated underwriting
• Automation claims adjusting /
claims handling
• Claims image analyses
• Verification of coverages
• Corporate actions
• Identification of product gaps
& opportunities
• Churn analyses
• Lapsation analyses
• Automated prompts to CSRs
and producers
• Portfolio management/
robo-advising
• Algorithmic trading
• Sentiment/news analysis
• Valuation calculations
• Anticipatory & contextual
offers
• Propensity to buy
• Householding information
• Tighter personas /
segment of one
Compliance,
surveillance, and
fraud detection
Next-best
action & next-
best offer
Automated
workflow &
processing
Portfolio / hedging
strategies
Long-term
customer value
Financial institutions are increasingly investing in AI/ML thanks, in part, to the availability of
cost-effective, easy-to-use, and scalable cloud-based AI/ML services.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Thank You!

More Related Content

What's hot

introduction Azure OpenAI by Usama wahab khan
introduction  Azure OpenAI by Usama wahab khanintroduction  Azure OpenAI by Usama wahab khan
introduction Azure OpenAI by Usama wahab khan
Usama Wahab Khan Cloud, Data and AI
 
Implementation of Amazon Connect, Powered By Accenture
Implementation of Amazon Connect, Powered By AccentureImplementation of Amazon Connect, Powered By Accenture
Implementation of Amazon Connect, Powered By Accenture
Amazon Web Services
 
Introduction to Amazon Web Services (AWS)
Introduction to Amazon Web Services (AWS)Introduction to Amazon Web Services (AWS)
Introduction to Amazon Web Services (AWS)
Garvit Anand
 
AzureOpenAI.pptx
AzureOpenAI.pptxAzureOpenAI.pptx
AzureOpenAI.pptx
Udaiappa Ramachandran
 
Responsible Generative AI
Responsible Generative AIResponsible Generative AI
Responsible Generative AI
CMassociates
 
Generative AI Risks & Concerns
Generative AI Risks & ConcernsGenerative AI Risks & Concerns
Generative AI Risks & Concerns
Ajitesh Kumar
 
Amazon Connect: 4 Steps to Transforming Your Customer Contact Center
Amazon Connect: 4 Steps to Transforming Your Customer Contact CenterAmazon Connect: 4 Steps to Transforming Your Customer Contact Center
Amazon Connect: 4 Steps to Transforming Your Customer Contact Center
Perficient, Inc.
 
Evolving Customer Experience with Amazon Connect, An AI based Contact Centre ...
Evolving Customer Experience with Amazon Connect, An AI based Contact Centre ...Evolving Customer Experience with Amazon Connect, An AI based Contact Centre ...
Evolving Customer Experience with Amazon Connect, An AI based Contact Centre ...
Amazon Web Services
 
An Overview of Machine Learning on AWS
An Overview of Machine Learning on AWSAn Overview of Machine Learning on AWS
An Overview of Machine Learning on AWS
Amazon Web Services
 
Unlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdfUnlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdf
PremNaraindas1
 
The Amazon Partner Network
The Amazon Partner NetworkThe Amazon Partner Network
The Amazon Partner Network
Amazon Web Services
 
Artificial Intelligence on AWS
Artificial Intelligence on AWSArtificial Intelligence on AWS
Artificial Intelligence on AWS
Amazon Web Services
 
Data Analytics and Artificial Intelligence in the era of Digital Transformation
Data Analytics and Artificial Intelligence in the era of Digital TransformationData Analytics and Artificial Intelligence in the era of Digital Transformation
Data Analytics and Artificial Intelligence in the era of Digital Transformation
Jan Wiegelmann
 
What positive impact Artificial Intelligence can bring to CRM
What positive impact Artificial Intelligence can bring to CRMWhat positive impact Artificial Intelligence can bring to CRM
What positive impact Artificial Intelligence can bring to CRM
Cynoteck Technology Solutions Private Limited
 
Customizing LLMs
Customizing LLMsCustomizing LLMs
Customizing LLMs
Jim Steele
 
From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...
Amazon Web Services Korea
 
Salesforce - AI for CRM
Salesforce - AI for CRMSalesforce - AI for CRM
Salesforce - AI for CRM
Ambachtelijke Marketing
 
Conversational AI and Chatbot Integrations
Conversational AI and Chatbot IntegrationsConversational AI and Chatbot Integrations
Conversational AI and Chatbot Integrations
Cristina Vidu
 
MLOps.pptx
MLOps.pptxMLOps.pptx
MLOps.pptx
AllenPeter7
 
RPA and AI in banking
RPA and AI in bankingRPA and AI in banking
RPA and AI in banking
Nalashaa Solutions
 

What's hot (20)

introduction Azure OpenAI by Usama wahab khan
introduction  Azure OpenAI by Usama wahab khanintroduction  Azure OpenAI by Usama wahab khan
introduction Azure OpenAI by Usama wahab khan
 
Implementation of Amazon Connect, Powered By Accenture
Implementation of Amazon Connect, Powered By AccentureImplementation of Amazon Connect, Powered By Accenture
Implementation of Amazon Connect, Powered By Accenture
 
Introduction to Amazon Web Services (AWS)
Introduction to Amazon Web Services (AWS)Introduction to Amazon Web Services (AWS)
Introduction to Amazon Web Services (AWS)
 
AzureOpenAI.pptx
AzureOpenAI.pptxAzureOpenAI.pptx
AzureOpenAI.pptx
 
Responsible Generative AI
Responsible Generative AIResponsible Generative AI
Responsible Generative AI
 
Generative AI Risks & Concerns
Generative AI Risks & ConcernsGenerative AI Risks & Concerns
Generative AI Risks & Concerns
 
Amazon Connect: 4 Steps to Transforming Your Customer Contact Center
Amazon Connect: 4 Steps to Transforming Your Customer Contact CenterAmazon Connect: 4 Steps to Transforming Your Customer Contact Center
Amazon Connect: 4 Steps to Transforming Your Customer Contact Center
 
Evolving Customer Experience with Amazon Connect, An AI based Contact Centre ...
Evolving Customer Experience with Amazon Connect, An AI based Contact Centre ...Evolving Customer Experience with Amazon Connect, An AI based Contact Centre ...
Evolving Customer Experience with Amazon Connect, An AI based Contact Centre ...
 
An Overview of Machine Learning on AWS
An Overview of Machine Learning on AWSAn Overview of Machine Learning on AWS
An Overview of Machine Learning on AWS
 
Unlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdfUnlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdf
 
The Amazon Partner Network
The Amazon Partner NetworkThe Amazon Partner Network
The Amazon Partner Network
 
Artificial Intelligence on AWS
Artificial Intelligence on AWSArtificial Intelligence on AWS
Artificial Intelligence on AWS
 
Data Analytics and Artificial Intelligence in the era of Digital Transformation
Data Analytics and Artificial Intelligence in the era of Digital TransformationData Analytics and Artificial Intelligence in the era of Digital Transformation
Data Analytics and Artificial Intelligence in the era of Digital Transformation
 
What positive impact Artificial Intelligence can bring to CRM
What positive impact Artificial Intelligence can bring to CRMWhat positive impact Artificial Intelligence can bring to CRM
What positive impact Artificial Intelligence can bring to CRM
 
Customizing LLMs
Customizing LLMsCustomizing LLMs
Customizing LLMs
 
From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...
 
Salesforce - AI for CRM
Salesforce - AI for CRMSalesforce - AI for CRM
Salesforce - AI for CRM
 
Conversational AI and Chatbot Integrations
Conversational AI and Chatbot IntegrationsConversational AI and Chatbot Integrations
Conversational AI and Chatbot Integrations
 
MLOps.pptx
MLOps.pptxMLOps.pptx
MLOps.pptx
 
RPA and AI in banking
RPA and AI in bankingRPA and AI in banking
RPA and AI in banking
 

Similar to AI Powered Conversational Interfaces

ai mlLeverage Data and AI/ML to Drive New Experiences and Make Better Decisions
ai mlLeverage Data and AI/ML to Drive New Experiences and Make Better Decisionsai mlLeverage Data and AI/ML to Drive New Experiences and Make Better Decisions
ai mlLeverage Data and AI/ML to Drive New Experiences and Make Better Decisions
Amazon Web Services
 
Bring the Power of AI to Your Amazon Connect Contact Center (BAP322-R1) - AWS...
Bring the Power of AI to Your Amazon Connect Contact Center (BAP322-R1) - AWS...Bring the Power of AI to Your Amazon Connect Contact Center (BAP322-R1) - AWS...
Bring the Power of AI to Your Amazon Connect Contact Center (BAP322-R1) - AWS...
Amazon Web Services
 
Building the Organization of the Future: Leveraging AI & ML
Building the Organization of the Future: Leveraging AI & ML Building the Organization of the Future: Leveraging AI & ML
Building the Organization of the Future: Leveraging AI & ML
Amazon Web Services
 
Lex and connect
Lex and connectLex and connect
Lex and connect
Richard Harvey
 
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
Amazon Web Services
 
Intro To AI & ML at Amazon: Collision 2018
Intro To AI & ML at Amazon: Collision 2018Intro To AI & ML at Amazon: Collision 2018
Intro To AI & ML at Amazon: Collision 2018
Amazon 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
 
Life of a Code Change to a Tier 1 Service - AWS Online Tech Talks
Life of a Code Change to a Tier 1 Service - AWS Online Tech TalksLife of a Code Change to a Tier 1 Service - AWS Online Tech Talks
Life of a Code Change to a Tier 1 Service - AWS Online Tech Talks
Amazon Web Services
 
Enhance customer experience with Conversational Interfaces
Enhance customer experience with Conversational InterfacesEnhance customer experience with Conversational Interfaces
Enhance customer experience with Conversational Interfaces
Amazon Web Services
 
AWS Webinar Series | Using Virtual Reality to bring your ChatBot to life
AWS Webinar Series | Using Virtual Reality to bring your ChatBot to life AWS Webinar Series | Using Virtual Reality to bring your ChatBot to life
AWS Webinar Series | Using Virtual Reality to bring your ChatBot to life
Amazon Web Services
 
Machine Learning for innovation and transformation
Machine Learning for innovation and transformationMachine Learning for innovation and transformation
Machine Learning for innovation and transformation
Amazon Web Services
 
AI & ML at Amazon: AWS Developer Workshop - Web Summit 2018
AI & ML at Amazon: AWS Developer Workshop - Web Summit 2018AI & ML at Amazon: AWS Developer Workshop - Web Summit 2018
AI & ML at Amazon: AWS Developer Workshop - Web Summit 2018
Amazon Web Services
 
Integrando Machine Learning - da ingestão à persistência - AWS
Integrando Machine Learning - da ingestão à persistência - AWS Integrando Machine Learning - da ingestão à persistência - AWS
Integrando Machine Learning - da ingestão à persistência - AWS
Hugo Rozestraten
 
Machine Learning in Practice
Machine Learning in PracticeMachine Learning in Practice
Machine Learning in Practice
Amazon Web Services
 
AWS Webinar - Learn how and why to build conversational chatbots
AWS Webinar - Learn how and why to build conversational chatbots AWS Webinar - Learn how and why to build conversational chatbots
AWS Webinar - Learn how and why to build conversational chatbots
Amazon Web Services
 
Build Smarter Enterprise Apps with AI, AR & VR on AWS
Build Smarter Enterprise Apps with AI, AR & VR on AWSBuild Smarter Enterprise Apps with AI, AR & VR on AWS
Build Smarter Enterprise Apps with AI, AR & VR on AWS
Amazon Web Services
 
Predicting the Future with Amazon SageMaker - AWS Summit Sydney 2018
Predicting the Future with Amazon SageMaker - AWS Summit Sydney 2018Predicting the Future with Amazon SageMaker - AWS Summit Sydney 2018
Predicting the Future with Amazon SageMaker - AWS Summit Sydney 2018
Amazon Web Services
 
Real-World AI and Deep Learning for Enterprise with Case Studies
Real-World AI and Deep Learning for Enterprise with Case StudiesReal-World AI and Deep Learning for Enterprise with Case Studies
Real-World AI and Deep Learning for Enterprise with Case Studies
Amazon Web Services
 
Intro to AI & ML at Amazon
Intro to AI & ML at AmazonIntro to AI & ML at Amazon
Intro to AI & ML at Amazon
Amazon Web Services
 
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
Amazon Web Services
 

Similar to AI Powered Conversational Interfaces (20)

ai mlLeverage Data and AI/ML to Drive New Experiences and Make Better Decisions
ai mlLeverage Data and AI/ML to Drive New Experiences and Make Better Decisionsai mlLeverage Data and AI/ML to Drive New Experiences and Make Better Decisions
ai mlLeverage Data and AI/ML to Drive New Experiences and Make Better Decisions
 
Bring the Power of AI to Your Amazon Connect Contact Center (BAP322-R1) - AWS...
Bring the Power of AI to Your Amazon Connect Contact Center (BAP322-R1) - AWS...Bring the Power of AI to Your Amazon Connect Contact Center (BAP322-R1) - AWS...
Bring the Power of AI to Your Amazon Connect Contact Center (BAP322-R1) - AWS...
 
Building the Organization of the Future: Leveraging AI & ML
Building the Organization of the Future: Leveraging AI & ML Building the Organization of the Future: Leveraging AI & ML
Building the Organization of the Future: Leveraging AI & ML
 
Lex and connect
Lex and connectLex and connect
Lex and connect
 
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
 
Intro To AI & ML at Amazon: Collision 2018
Intro To AI & ML at Amazon: Collision 2018Intro To AI & ML at Amazon: Collision 2018
Intro To AI & ML at Amazon: Collision 2018
 
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
 
Life of a Code Change to a Tier 1 Service - AWS Online Tech Talks
Life of a Code Change to a Tier 1 Service - AWS Online Tech TalksLife of a Code Change to a Tier 1 Service - AWS Online Tech Talks
Life of a Code Change to a Tier 1 Service - AWS Online Tech Talks
 
Enhance customer experience with Conversational Interfaces
Enhance customer experience with Conversational InterfacesEnhance customer experience with Conversational Interfaces
Enhance customer experience with Conversational Interfaces
 
AWS Webinar Series | Using Virtual Reality to bring your ChatBot to life
AWS Webinar Series | Using Virtual Reality to bring your ChatBot to life AWS Webinar Series | Using Virtual Reality to bring your ChatBot to life
AWS Webinar Series | Using Virtual Reality to bring your ChatBot to life
 
Machine Learning for innovation and transformation
Machine Learning for innovation and transformationMachine Learning for innovation and transformation
Machine Learning for innovation and transformation
 
AI & ML at Amazon: AWS Developer Workshop - Web Summit 2018
AI & ML at Amazon: AWS Developer Workshop - Web Summit 2018AI & ML at Amazon: AWS Developer Workshop - Web Summit 2018
AI & ML at Amazon: AWS Developer Workshop - Web Summit 2018
 
Integrando Machine Learning - da ingestão à persistência - AWS
Integrando Machine Learning - da ingestão à persistência - AWS Integrando Machine Learning - da ingestão à persistência - AWS
Integrando Machine Learning - da ingestão à persistência - AWS
 
Machine Learning in Practice
Machine Learning in PracticeMachine Learning in Practice
Machine Learning in Practice
 
AWS Webinar - Learn how and why to build conversational chatbots
AWS Webinar - Learn how and why to build conversational chatbots AWS Webinar - Learn how and why to build conversational chatbots
AWS Webinar - Learn how and why to build conversational chatbots
 
Build Smarter Enterprise Apps with AI, AR & VR on AWS
Build Smarter Enterprise Apps with AI, AR & VR on AWSBuild Smarter Enterprise Apps with AI, AR & VR on AWS
Build Smarter Enterprise Apps with AI, AR & VR on AWS
 
Predicting the Future with Amazon SageMaker - AWS Summit Sydney 2018
Predicting the Future with Amazon SageMaker - AWS Summit Sydney 2018Predicting the Future with Amazon SageMaker - AWS Summit Sydney 2018
Predicting the Future with Amazon SageMaker - AWS Summit Sydney 2018
 
Real-World AI and Deep Learning for Enterprise with Case Studies
Real-World AI and Deep Learning for Enterprise with Case StudiesReal-World AI and Deep Learning for Enterprise with Case Studies
Real-World AI and Deep Learning for Enterprise with Case Studies
 
Intro to AI & ML at Amazon
Intro to AI & ML at AmazonIntro to AI & ML at Amazon
Intro to AI & ML at Amazon
 
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
 

More from Amazon Web Services

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Amazon Web Services
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Amazon Web Services
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
Amazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
Amazon Web Services
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
Amazon Web Services
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
Amazon Web Services
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Amazon Web Services
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
Amazon Web Services
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Amazon Web Services
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
Amazon Web Services
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
Amazon Web Services
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Amazon Web Services
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
Amazon Web Services
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Amazon Web Services
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on 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 Service
Amazon Web Services
 

More from Amazon Web Services (20)

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

AI Powered Conversational Interfaces

  • 1. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Matt Pitchford 01.10.18 AI Powered Conversational Interfaces Personalised Chatbots to Drive New Financial Services Experiences
  • 2. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What we will cover… • Conversational AI: Computers That Talk - Why the Voice of the Customer is Growing • Freeing up Data with Conversational Chatbots - Which,What,Hows…
  • 3. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. People like to talk
  • 4. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Conversational access On-demand Accessible Efficient Natural
  • 5. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. It is currently 78 degrees. Today in Washington, you can expect more of the same, with… What’s the weather like? How hot is it outside? Tell me the forecast. Short sleeves are the way to go today. No rain in sight.
  • 6. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Voice is the new frontier to engage 1 9 7 0 s 1 9 8 0 s 1 9 9 0 s P R E S E N T2 0 0 0 s Character Mode GUI Web Mobile VUI
  • 7. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. How do we ask questions on Enterprise data using natural language?
  • 8. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Chatbots for the Enterprise
  • 9. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Developer challenges Conversational interfaces need to combine a large number of sophisticated algorithms and technologies Speech Recognition Language Understanding Business Logic Disparate Systems Authentication Messaging platforms Scale Testing Security Availability Mobile
  • 10. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Design takes time to emerge
  • 11. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Two Common Chatbot Development Approachess Retrieval Chatbot Create a rule-based system to answer questions which are defined in closed domain with fixed known answers: • Well suited to slow paced and structured data • Can support simple queries Generative Chatbot Use Machine Learning and AI to deliver sophisticated answers to complex queries using trained models: • Well suited to fast changing and unstructured data • Can support more complex queries “reset password” “What is the sentiment of $companyABC stock today?”
  • 12. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Error and Feedback Mechanism Natural Language Understanding & Processing Architecture: Components to Build a Chatbot User Interface User Context Fulfilment Engine Analytics and Reporting Integration
  • 13. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Lex
  • 14. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Lex Voice and text “chatbots” Powers Alexa Voice interactions on mobile, web, and devices Text interaction with Slack, Twilio SMS, and Facebook Messenger Enterprise connectors Improving human interactions… • Contact, service, and support center interfaces (text + voice) • Employee productivity and collaboration (minutes into seconds)
  • 15. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Conversation flow Utterances Spoken or typed phrases that invoke your intent BookHotel Intents An intent performs an action in response to natural language user input Slots Slots are input data required to fulfill the intent Fulfillment Fulfillment mechanism for your intent
  • 16. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. How do I get started? Retrieval Chatbots
  • 17. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What is QnABot? QnABot uses Amazon Lex and Amazon Alexa to provide a natural language interface to a “Question and Answer” knowledge base, so your users can just ask their questions and get quick and relevant answers.
  • 18. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. When to use QnABot When you want to automate answering natural language questions. From content, you control (using many ‘doors’): • Text chat and/or voice on their website, or 3rd party messaging app • Alexa • or through Amazon Connect call center The QnABot is easy and quick to install and use. AWS expertise is not required.
  • 19. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. QnABot Architecture Blog: www.amazon.com/qnabot GitHub: https://github.com/awslabs/aws-ai-qna-bot
  • 20. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Demo
  • 21. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Show me more… I want to dive deeper! Generative Chatbots
  • 22. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Many Opportunities to gain Insight from Data • How do we deliver the ability to ask questions on data? • Evolve Chatbot to use models: • Serve customers better with the data that you have • Benefit from uncatalogued dark data that you are currently not analysing or data which may be changing at rapid pace Operational DBMS, Knowledge Repos IoT, Social, Web etc. Structured Unstructured Dark Data Unused Customer, Transactional & Document Repositories etc.
  • 23. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Good AI Chatbots Solve Some Of The Hardest Problems In Computer Science Learning Language Perception Problem Solving Reasoning
  • 24. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Put machine learning in the hands of every developer and data scientist ML @ AWS: Our mission
  • 25. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. The Amazon Machine Learning Stack FRAMEWORKS & INTERFACES Caffe2 CNTK Apache MXNet PyTorch TensorFlow Chainer Keras Gluon AWS Deep Learning AMIs Amazon SageMaker Rekognition Transcribe Translate Polly Comprehend Lex PLATFORM SERVICES APPLICATION SERVICES
  • 26. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Deep Dive on Developing a Knowledge Mine on AWS Answer Questions Intelligently with Machine Learning
  • 27. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Error and Feedback Mechanism Natural Language Understanding & Processing Architecture: Chatbot Components Overview User Interface User Context Fulfilment Engine Analytics and Reporting Integration ML Models
  • 28. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Let’s Review the ML Process
  • 29. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Data Visualization & Analysis Business Problem – ML problem framing Data Collection Data Integration Data Preparation & Cleaning Feature Engineering Model Training & Parameter Tuning Model Evaluation Are Business Goals met? Model Deployment Monitoring & Debugging – Predictions / Answers YesNo DataAugmentation Feature Augmentation Artificial Intelligence/Machine Learning Process Re-training • Help formulate the right questions • Domain Knowledge
  • 30. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Data Visualization & Analysis Business Problem – ML problem framing Data Collection Data Integration Data Preparation & Cleaning Feature Engineering Model Training & Parameter Tuning Model Evaluation Are Business Goals met? Model Deployment Monitoring & Debugging – Predictions YesNo DataAugmentation Feature Augmentation Integration: The Data Architecture Retraining • Build the data platform: • Amazon S3 • AWS Glue • Amazon Athena • Amazon EMR • Amazon Redshift Spectrum
  • 31. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon SageMaker 1 2 3 4 I I I I Notebook Instances Algorithms ML Training Service ML Hosting Service A fully managed service that enables data scientists and developers to quickly and easily build machine- learning based models into production smart applications.
  • 32. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Model Hosting (SageMaker) Calculate Features Reader Cleanser Processor Data Lookup Training Feature Store Model Training (SageMaker) Algorithm Model Client Answers Service Amazon SageMaker Amazon SageMaker Generative Chatbot: Fulfilment Architecture using AWS SageMaker
  • 33. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Final Thoughts
  • 34. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Bots Complement use of AI/ML within FSI • Claims fraud detection • Sales practices / transaction surveillance • Investigations optimization • Regulatory mapping • Automated underwriting • Automation claims adjusting / claims handling • Claims image analyses • Verification of coverages • Corporate actions • Identification of product gaps & opportunities • Churn analyses • Lapsation analyses • Automated prompts to CSRs and producers • Portfolio management/ robo-advising • Algorithmic trading • Sentiment/news analysis • Valuation calculations • Anticipatory & contextual offers • Propensity to buy • Householding information • Tighter personas / segment of one Compliance, surveillance, and fraud detection Next-best action & next- best offer Automated workflow & processing Portfolio / hedging strategies Long-term customer value Financial institutions are increasingly investing in AI/ML thanks, in part, to the availability of cost-effective, easy-to-use, and scalable cloud-based AI/ML services.
  • 35. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Thank You!