SlideShare ist ein Scribd-Unternehmen logo
1 von 31
Downloaden Sie, um offline zu lesen
Confidential
CHATBOT TECHNOLOGIES
DurgaSubburaman(Solution Architect)
Confidential
Agenda
• Artificial Intelligence
• Evolution of Conversational UI
• ChatBot
• Overview,
• Background
• History
• Evolution
• How ChatBot Work
• Anatomy of Chatbot
• Application
• Benefits
• Challenges
• Future perspective
• Statistics
Confidential
Artificial Intelligence
• Intelligence exhibited by machines; “A flexible rational agent that perceives its environment and takes actions that maximize its
chance of success at some goal”. The term "artificial intelligence” is applied when a machine mimics cognitive functions that
humans associate with other human minds, such as learning and problem solving
• Business Domain
• Aviation
• Air Operation Division (AOD) uses AI for the rule based expert systems. AOD has use for AI for surrogate operators for combat and training simulators,
mission management aids, support systems for tactical decision making, and post processing of the simulator data into symbolic summaries
• Finance
• Algorithm trading, Market analysis and data mining , Personal finance, portfolio management, underwriting
• Heavy Industry
• Robots used to for dangerous/repeated-work jobs; more
• Hospital and medicine
• Artificial neural network used for clinical decision support system for medical diagnostics such as in “Conception Processing” technology in EMR (Electronical
medical record) software
• Drug creation and etc
• Music
• AI can even produce music usable in a medical setting, with Melomics’s effort to use computer-generated music for stress and pain relief.
• At Sony CSL Research Laboratory, their Flow Machines software has created pop songs by learning music styles from a huge database of songs. By analyzing
unique combinations of styles and optimizing techniques, it can compose in any style.
• News, publishing and writing
• Algorithm used by Google shows personalize search our past search, Facebook shows news feed based on our past activity(like/post/any) in Facebook
• Online and telephone custom services
• Artificial intelligence is implemented in automated online assistants that can be seen as avatars on web pages
• And more
• Feature Application
• Understanding human speech
• Strategic games
• Bots
• And More
Confidential
Evolution of Conversational UI
4
Mid- 80’s
• Personal
Computer and
Mainframe
• Desktop UI
• Word, Excel
Mid- 90’s
• Internet and
Web browser
• Website, Yahoo,
amazon
• Web Pages
Mid- 2000’s
• Mobile Devices
and mobile
operating
system
• Apps –
Angrybird,
instagram
• Native Apps
(Android, IOS,
Windows)
Mid- 2010’s
• Messaging
App’s (
WhatsApp,
Skype, WebChat
and Hike)
• Apps - Personal
Assistance Siri,
Cortana
• Conversations
Forget App
Store and
Play store ,
you will use
me in
future
Confidential 5
The future:
Conversatio
ns
• Natural language
between people
and technology
• Conversational
canvas
• Bots and agents
2000s: Mobile
• Social
• User download apps
from App Stores
1990s: Internet
• Search
• User “visits” websites
1980s: PC
• Desktop
Confidential
Overview
• Chatbot is a computer program that conducts a conversation via audio or
text. It is also known as a talkbot,chatterbox, Bot, Artificial converstional
entity.
• A chatbot is a service, powered by rules and sometimes artificial
intelligence, that you interact with via a chat interface. The service could
be any number of things, ranging from functional to fun, and it could live
in any major chat product.
• These bots coupled with services APIs form what has been termed as the
“Conversational User Interface”.
• Uses Natural Language Processing or a list of keywords stored in database to
scan and match the similar wording pattern
• Part of Virtual Assistant and instant messaging platform such as Facebook
Messenger
Confidential
Overview Continued …
7
• What is a bot?
An Uber will cost £5.37, and is available within 2
minutes, would you like request a ride?
I need a ride from London Bridge to Camden
Yes
Your Uber has been ordered, your driver is Roger
Wilks and is in a Black Tesla Model S
Confidential
Overview Continued …
Video: Introduction to chatbot(Link:
https://www.youtube.com/watch?v=IYJjrvXSbnM)
Confidential
Background
1. ELIZA is considered as first Chatbot developed in 1966(Weizenbaum,
1966)
2. Was able to fool user in believing them to have conversation with human
3. Works on a principle of recognizing the words from sentence and giving a
pre programmed or pre prepared output on the basis of recognized
words
4. Alan Turing proposed a paper called “Turing Test” that is considered as a
criteria of Intelligence(Turing, 1950)
5. ELIZA was the first to pass this test
9
Confidential
History
10
Confidential 11
History Continued …
Confidential
History Continued …
Confidential
History Continued …
Source: (https://futurism.com/images/the-history-of-chatbots-
infographic/)
Confidential
Evolution (Six Stages)
1. The Character Actor
• Look for key phrases in text or speech and based on it give output of scripted responses (The primary effort that goes into these
bots is making the scripted responses entertaining so you’ll want to continue the interaction.). Bots at higher stages need to
provide interesting interaction also, so it’s not a good idea to skip stage 1 entirely.
2. The Assistant
• Narrow down the task and assigned to do that particular task only
• Each task represented with a form. Similar to stage 1 but rules has been split down the middle into two set of rules. One set
looks for key phrases and other set checks if form is filled. If yes calls web services. Started from late 90s
• Used for ordering pizza, making reservation
3. The Talking Encyclopedia
• No longer require predefined form
• Build up a representation of what you mean by word by word(Semantic Parsing)
• Used for weather forecasting, finding chinese restaurant nearby
• Google’s Syntaxnet is one of the example
4. The Historian
• Above the stage bots are not good at understnading how the given sentences connects to one another
• Build up a representation of what you mean by word by word(Semantic Parsing)
• Maintain discourse history
• Integrate gesture understaning with language understanding
14
Confidential
Evolution (Six Stages) Continued …
5. The Collaborator
• In Earlier stage chatbot recognizes the task that needs to be performed but it really cannot relate what user are actually trying to
achieve.
• This stage of chatbot will suggest and recommend the best possible option using AI
6. The Companion
• Similar to human Conselor
• Insipired from Movie “Her”
(Source: Link: https://medium.com/@intentionperception/the-6-evolutionary-stages-of-chatbot-ai-d67ddabdebf)
15
Confidential
How it works
16
Video: How Chatbot Work? (Link: https://www.youtube.com/watch?v=EUWlXtrRlMY)
Confidential 17
How it works …
Confidential 18
Video: How Chatbot Work? (Link: https://www.youtube.com/watch?v=EUWlXtrRlMY)
Confidential 19
Type of Bots
• Text bots — conversational products living within chat interfaces. Examples include: Slack, Facebook
Messenger, Telegram, and Kik
• Visual bots — visual products living within chat interfaces. Examples include: WeChat, Google.
• Audio bots — voice-based bots. Examples include: Apple Siri, Microsoft Cortana, Google Now,
Amazon Alexa.
Confidential 20
Application
1. Messaging platform: Eg: Facebook, WeChat, Skype, Twitter and more
2. Apps and Website: Eg: Ask Jenn from Alaska Airlines (2008)
3. Company Internal Platform (Automated online assistance): Eg: Chatbot instead of call centre
4. Toys (Chatbots are incorporated in device): Eg: Hello Barbie, a combination of Hologram and
Chatbot - by Toy Talk company
Confidential 21
Application …
Confidential 22
Application …
Confidential 23
Application …
Confidential
Benefits
• 24 x 7 Availability
• Enhance Shopping Experience
• Maintain and Engage Customers (via message)
• Reduce Cost by Reducing Chat Operators
• Efficient Marketing Tool
Confidential
Challenges
• User Acceptance
• Human-Less Communication
• Job-Loss
• Unable to Perform Complex Task
Confidential
Future perspective
• Single Entry Point
• Artificial Intelligence
• Internet Of Things
• Personalization
Confidential
Future perspective …
Video: Future of chatbot(Link:
https://www.youtube.com/watch?v=S8qyKQVPR6k)
Confidential
Statistics
A Survey on Whether Chatbots
Will Replace Human
Counterparts Completely?
Source: (https://chatbotsjournal.com/5-learnings-from-our-chatbot-
survey-2017-72a6a4fc209c)
Confidential
Statistics …
Industries That Will Benefit The
Most From Chatbots
Source: (https://chatbotsjournal.com/5-learnings-from-our-chatbot-survey-
2017-72a6a4fc209c)
Confidential
Statistics …
• By Numbers
• Above 11,000 bots using Facebook Message in mid of 2016
• 20,000 bots using kik
• Example ;“Burberry bot” shopping bot to buy New York Fashion week pieces
• Start from April 2017 , 100,000 bots were created for Messenger alone in the first year of
Messenger platform
• Voice have started paying attention to ChatBots too
• Enhance Shopping Experience
• Zo – Created by Microsoft for Facebook and Kik
• Ruuh - – Created by Microsoft for Indian Market
• Maintain and Engage Customers (via message)
• Reduce Cost by Reducing Chat Operators
• Efficient Marketing Tool
Confidential
DurgaSubburaman
https://www.linkedin.com/in/durga-
subburaman-52012025
durgasubburaman@gmail.com
durgasubburaman@twitter.com

Weitere ähnliche Inhalte

Was ist angesagt?

Chatbot and Virtual AI Assistant Implementation in Natural Language Processing
Chatbot and Virtual AI Assistant Implementation in Natural Language Processing Chatbot and Virtual AI Assistant Implementation in Natural Language Processing
Chatbot and Virtual AI Assistant Implementation in Natural Language Processing Shrutika Oswal
 
The Chatbots Are Coming: A Guide to Chatbots, AI and Conversational Interfaces
The Chatbots Are Coming: A Guide to Chatbots, AI and Conversational InterfacesThe Chatbots Are Coming: A Guide to Chatbots, AI and Conversational Interfaces
The Chatbots Are Coming: A Guide to Chatbots, AI and Conversational InterfacesTWG
 
AI Agent and Chatbot Trends For Enterprises
AI Agent and Chatbot Trends For EnterprisesAI Agent and Chatbot Trends For Enterprises
AI Agent and Chatbot Trends For EnterprisesTeewee Ang
 
Artificially Intelligent chatbot Implementation
Artificially Intelligent chatbot ImplementationArtificially Intelligent chatbot Implementation
Artificially Intelligent chatbot ImplementationRakesh Chintha
 
Build your first Chatbot
Build your first ChatbotBuild your first Chatbot
Build your first ChatbotNadim GOUIA
 
How to build a Chatbot with Google's Dialogflow
How to build a Chatbot with Google's DialogflowHow to build a Chatbot with Google's Dialogflow
How to build a Chatbot with Google's DialogflowMoses Sam Paul Johnraj
 
8 most important benefits of chatbots
8 most important benefits of chatbots8 most important benefits of chatbots
8 most important benefits of chatbotsMindTitan
 
Chatbot Artificial Intelligence
Chatbot Artificial IntelligenceChatbot Artificial Intelligence
Chatbot Artificial IntelligenceMd. Mahedi Mahfuj
 
Introduction to Chatbots
Introduction to ChatbotsIntroduction to Chatbots
Introduction to ChatbotsDaden Limited
 

Was ist angesagt? (20)

Chatbot
ChatbotChatbot
Chatbot
 
Chatbot ppt
Chatbot pptChatbot ppt
Chatbot ppt
 
Chatbot
ChatbotChatbot
Chatbot
 
Chatbot and Virtual AI Assistant Implementation in Natural Language Processing
Chatbot and Virtual AI Assistant Implementation in Natural Language Processing Chatbot and Virtual AI Assistant Implementation in Natural Language Processing
Chatbot and Virtual AI Assistant Implementation in Natural Language Processing
 
The Chatbots Are Coming: A Guide to Chatbots, AI and Conversational Interfaces
The Chatbots Are Coming: A Guide to Chatbots, AI and Conversational InterfacesThe Chatbots Are Coming: A Guide to Chatbots, AI and Conversational Interfaces
The Chatbots Are Coming: A Guide to Chatbots, AI and Conversational Interfaces
 
Chatbots
ChatbotsChatbots
Chatbots
 
Chatbot
ChatbotChatbot
Chatbot
 
AI Agent and Chatbot Trends For Enterprises
AI Agent and Chatbot Trends For EnterprisesAI Agent and Chatbot Trends For Enterprises
AI Agent and Chatbot Trends For Enterprises
 
Artificially Intelligent chatbot Implementation
Artificially Intelligent chatbot ImplementationArtificially Intelligent chatbot Implementation
Artificially Intelligent chatbot Implementation
 
Build your first Chatbot
Build your first ChatbotBuild your first Chatbot
Build your first Chatbot
 
Chatbot_Presentation
Chatbot_PresentationChatbot_Presentation
Chatbot_Presentation
 
How to build a Chatbot with Google's Dialogflow
How to build a Chatbot with Google's DialogflowHow to build a Chatbot with Google's Dialogflow
How to build a Chatbot with Google's Dialogflow
 
Chatbots 101
Chatbots 101Chatbots 101
Chatbots 101
 
Chatbot Basics for Customer Communication
Chatbot Basics for Customer CommunicationChatbot Basics for Customer Communication
Chatbot Basics for Customer Communication
 
Ai chatbot
Ai chatbotAi chatbot
Ai chatbot
 
CHATBOT PPT-2.pptx
CHATBOT PPT-2.pptxCHATBOT PPT-2.pptx
CHATBOT PPT-2.pptx
 
Chatbot Abstract
Chatbot AbstractChatbot Abstract
Chatbot Abstract
 
8 most important benefits of chatbots
8 most important benefits of chatbots8 most important benefits of chatbots
8 most important benefits of chatbots
 
Chatbot Artificial Intelligence
Chatbot Artificial IntelligenceChatbot Artificial Intelligence
Chatbot Artificial Intelligence
 
Introduction to Chatbots
Introduction to ChatbotsIntroduction to Chatbots
Introduction to Chatbots
 

Ähnlich wie Chat bot technologies overview

Using Chatbots in Extension Programming
Using Chatbots in Extension ProgrammingUsing Chatbots in Extension Programming
Using Chatbots in Extension ProgrammingAmy Cole
 
Build a mobile chatbot with Xamarin
Build a mobile chatbot with XamarinBuild a mobile chatbot with Xamarin
Build a mobile chatbot with XamarinLuis Beltran
 
Bots: The Unspoken Challenge of Conversations
Bots: The Unspoken Challenge of ConversationsBots: The Unspoken Challenge of Conversations
Bots: The Unspoken Challenge of ConversationsMarcus Finley
 
Chatbots DDD North2016
Chatbots DDD North2016Chatbots DDD North2016
Chatbots DDD North2016Galiya Warrier
 
SharePoint Saturday Warsaw 2018 21st-century lunchbell
SharePoint Saturday Warsaw 2018 21st-century lunchbell SharePoint Saturday Warsaw 2018 21st-century lunchbell
SharePoint Saturday Warsaw 2018 21st-century lunchbell Thomas Gölles
 
The Software Challenges of Building Smart Chatbots - ICSE'21
The Software Challenges of Building Smart Chatbots - ICSE'21The Software Challenges of Building Smart Chatbots - ICSE'21
The Software Challenges of Building Smart Chatbots - ICSE'21Jordi Cabot
 
Nihad Abbasov-Intellectual technology presentation
Nihad Abbasov-Intellectual technology presentation Nihad Abbasov-Intellectual technology presentation
Nihad Abbasov-Intellectual technology presentation NihadAbbasov2
 
AI-powered Chatbots - what they are and where they're going
AI-powered Chatbots - what they are and where they're goingAI-powered Chatbots - what they are and where they're going
AI-powered Chatbots - what they are and where they're goingKeith Klundt
 
3-in-1 talk on Serverless Chatbots, Alexa skills & Voice UI best practices (t...
3-in-1 talk on Serverless Chatbots, Alexa skills & Voice UI best practices (t...3-in-1 talk on Serverless Chatbots, Alexa skills & Voice UI best practices (t...
3-in-1 talk on Serverless Chatbots, Alexa skills & Voice UI best practices (t...Daniel Zivkovic
 
Meetup 6/3/2017 - Artificiële Intelligentie: over chatbots & robots
Meetup 6/3/2017 - Artificiële Intelligentie: over chatbots & robotsMeetup 6/3/2017 - Artificiële Intelligentie: over chatbots & robots
Meetup 6/3/2017 - Artificiële Intelligentie: over chatbots & robotsDigipolis Antwerpen
 
Chatbots, and how will Microsoft help us with this?
Chatbots, and how will Microsoft help us with this?Chatbots, and how will Microsoft help us with this?
Chatbots, and how will Microsoft help us with this?PVS-Studio
 
Chatbots for Brand Representation in Comparison with Traditional Websites
Chatbots for Brand Representation in Comparison with Traditional WebsitesChatbots for Brand Representation in Comparison with Traditional Websites
Chatbots for Brand Representation in Comparison with Traditional WebsitesEducational Technology
 
Survey on Chatbot Classification and Technologies
Survey on Chatbot Classification and TechnologiesSurvey on Chatbot Classification and Technologies
Survey on Chatbot Classification and TechnologiesIRJET Journal
 
Ai chatbot ppt.pptx
Ai chatbot ppt.pptxAi chatbot ppt.pptx
Ai chatbot ppt.pptxaashnareddy1
 

Ähnlich wie Chat bot technologies overview (20)

Using Chatbots in Extension Programming
Using Chatbots in Extension ProgrammingUsing Chatbots in Extension Programming
Using Chatbots in Extension Programming
 
Everything you need to know about chatbots
Everything you need to know about chatbotsEverything you need to know about chatbots
Everything you need to know about chatbots
 
Chatbot Technology
Chatbot TechnologyChatbot Technology
Chatbot Technology
 
Build a mobile chatbot with Xamarin
Build a mobile chatbot with XamarinBuild a mobile chatbot with Xamarin
Build a mobile chatbot with Xamarin
 
Bots: The Unspoken Challenge of Conversations
Bots: The Unspoken Challenge of ConversationsBots: The Unspoken Challenge of Conversations
Bots: The Unspoken Challenge of Conversations
 
Chatbots DDD North2016
Chatbots DDD North2016Chatbots DDD North2016
Chatbots DDD North2016
 
SharePoint Saturday Warsaw 2018 21st-century lunchbell
SharePoint Saturday Warsaw 2018 21st-century lunchbell SharePoint Saturday Warsaw 2018 21st-century lunchbell
SharePoint Saturday Warsaw 2018 21st-century lunchbell
 
The Software Challenges of Building Smart Chatbots - ICSE'21
The Software Challenges of Building Smart Chatbots - ICSE'21The Software Challenges of Building Smart Chatbots - ICSE'21
The Software Challenges of Building Smart Chatbots - ICSE'21
 
ms_3.pdf
ms_3.pdfms_3.pdf
ms_3.pdf
 
Nihad Abbasov-Intellectual technology presentation
Nihad Abbasov-Intellectual technology presentation Nihad Abbasov-Intellectual technology presentation
Nihad Abbasov-Intellectual technology presentation
 
#ImpactSalesforceSaturday: Einstein bot basic to advanced
#ImpactSalesforceSaturday: Einstein bot basic to advanced#ImpactSalesforceSaturday: Einstein bot basic to advanced
#ImpactSalesforceSaturday: Einstein bot basic to advanced
 
AI-powered Chatbots - what they are and where they're going
AI-powered Chatbots - what they are and where they're goingAI-powered Chatbots - what they are and where they're going
AI-powered Chatbots - what they are and where they're going
 
3-in-1 talk on Serverless Chatbots, Alexa skills & Voice UI best practices (t...
3-in-1 talk on Serverless Chatbots, Alexa skills & Voice UI best practices (t...3-in-1 talk on Serverless Chatbots, Alexa skills & Voice UI best practices (t...
3-in-1 talk on Serverless Chatbots, Alexa skills & Voice UI best practices (t...
 
Meetup 6/3/2017 - Artificiële Intelligentie: over chatbots & robots
Meetup 6/3/2017 - Artificiële Intelligentie: over chatbots & robotsMeetup 6/3/2017 - Artificiële Intelligentie: over chatbots & robots
Meetup 6/3/2017 - Artificiële Intelligentie: over chatbots & robots
 
Chatbot
ChatbotChatbot
Chatbot
 
Chatbots, and how will Microsoft help us with this?
Chatbots, and how will Microsoft help us with this?Chatbots, and how will Microsoft help us with this?
Chatbots, and how will Microsoft help us with this?
 
Chatbots for Brand Representation in Comparison with Traditional Websites
Chatbots for Brand Representation in Comparison with Traditional WebsitesChatbots for Brand Representation in Comparison with Traditional Websites
Chatbots for Brand Representation in Comparison with Traditional Websites
 
Survey on Chatbot Classification and Technologies
Survey on Chatbot Classification and TechnologiesSurvey on Chatbot Classification and Technologies
Survey on Chatbot Classification and Technologies
 
Deus UX Machina
Deus UX MachinaDeus UX Machina
Deus UX Machina
 
Ai chatbot ppt.pptx
Ai chatbot ppt.pptxAi chatbot ppt.pptx
Ai chatbot ppt.pptx
 

Kürzlich hochgeladen

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 

Kürzlich hochgeladen (20)

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 

Chat bot technologies overview

  • 2. Confidential Agenda • Artificial Intelligence • Evolution of Conversational UI • ChatBot • Overview, • Background • History • Evolution • How ChatBot Work • Anatomy of Chatbot • Application • Benefits • Challenges • Future perspective • Statistics
  • 3. Confidential Artificial Intelligence • Intelligence exhibited by machines; “A flexible rational agent that perceives its environment and takes actions that maximize its chance of success at some goal”. The term "artificial intelligence” is applied when a machine mimics cognitive functions that humans associate with other human minds, such as learning and problem solving • Business Domain • Aviation • Air Operation Division (AOD) uses AI for the rule based expert systems. AOD has use for AI for surrogate operators for combat and training simulators, mission management aids, support systems for tactical decision making, and post processing of the simulator data into symbolic summaries • Finance • Algorithm trading, Market analysis and data mining , Personal finance, portfolio management, underwriting • Heavy Industry • Robots used to for dangerous/repeated-work jobs; more • Hospital and medicine • Artificial neural network used for clinical decision support system for medical diagnostics such as in “Conception Processing” technology in EMR (Electronical medical record) software • Drug creation and etc • Music • AI can even produce music usable in a medical setting, with Melomics’s effort to use computer-generated music for stress and pain relief. • At Sony CSL Research Laboratory, their Flow Machines software has created pop songs by learning music styles from a huge database of songs. By analyzing unique combinations of styles and optimizing techniques, it can compose in any style. • News, publishing and writing • Algorithm used by Google shows personalize search our past search, Facebook shows news feed based on our past activity(like/post/any) in Facebook • Online and telephone custom services • Artificial intelligence is implemented in automated online assistants that can be seen as avatars on web pages • And more • Feature Application • Understanding human speech • Strategic games • Bots • And More
  • 4. Confidential Evolution of Conversational UI 4 Mid- 80’s • Personal Computer and Mainframe • Desktop UI • Word, Excel Mid- 90’s • Internet and Web browser • Website, Yahoo, amazon • Web Pages Mid- 2000’s • Mobile Devices and mobile operating system • Apps – Angrybird, instagram • Native Apps (Android, IOS, Windows) Mid- 2010’s • Messaging App’s ( WhatsApp, Skype, WebChat and Hike) • Apps - Personal Assistance Siri, Cortana • Conversations Forget App Store and Play store , you will use me in future
  • 5. Confidential 5 The future: Conversatio ns • Natural language between people and technology • Conversational canvas • Bots and agents 2000s: Mobile • Social • User download apps from App Stores 1990s: Internet • Search • User “visits” websites 1980s: PC • Desktop
  • 6. Confidential Overview • Chatbot is a computer program that conducts a conversation via audio or text. It is also known as a talkbot,chatterbox, Bot, Artificial converstional entity. • A chatbot is a service, powered by rules and sometimes artificial intelligence, that you interact with via a chat interface. The service could be any number of things, ranging from functional to fun, and it could live in any major chat product. • These bots coupled with services APIs form what has been termed as the “Conversational User Interface”. • Uses Natural Language Processing or a list of keywords stored in database to scan and match the similar wording pattern • Part of Virtual Assistant and instant messaging platform such as Facebook Messenger
  • 7. Confidential Overview Continued … 7 • What is a bot? An Uber will cost £5.37, and is available within 2 minutes, would you like request a ride? I need a ride from London Bridge to Camden Yes Your Uber has been ordered, your driver is Roger Wilks and is in a Black Tesla Model S
  • 8. Confidential Overview Continued … Video: Introduction to chatbot(Link: https://www.youtube.com/watch?v=IYJjrvXSbnM)
  • 9. Confidential Background 1. ELIZA is considered as first Chatbot developed in 1966(Weizenbaum, 1966) 2. Was able to fool user in believing them to have conversation with human 3. Works on a principle of recognizing the words from sentence and giving a pre programmed or pre prepared output on the basis of recognized words 4. Alan Turing proposed a paper called “Turing Test” that is considered as a criteria of Intelligence(Turing, 1950) 5. ELIZA was the first to pass this test 9
  • 13. Confidential History Continued … Source: (https://futurism.com/images/the-history-of-chatbots- infographic/)
  • 14. Confidential Evolution (Six Stages) 1. The Character Actor • Look for key phrases in text or speech and based on it give output of scripted responses (The primary effort that goes into these bots is making the scripted responses entertaining so you’ll want to continue the interaction.). Bots at higher stages need to provide interesting interaction also, so it’s not a good idea to skip stage 1 entirely. 2. The Assistant • Narrow down the task and assigned to do that particular task only • Each task represented with a form. Similar to stage 1 but rules has been split down the middle into two set of rules. One set looks for key phrases and other set checks if form is filled. If yes calls web services. Started from late 90s • Used for ordering pizza, making reservation 3. The Talking Encyclopedia • No longer require predefined form • Build up a representation of what you mean by word by word(Semantic Parsing) • Used for weather forecasting, finding chinese restaurant nearby • Google’s Syntaxnet is one of the example 4. The Historian • Above the stage bots are not good at understnading how the given sentences connects to one another • Build up a representation of what you mean by word by word(Semantic Parsing) • Maintain discourse history • Integrate gesture understaning with language understanding 14
  • 15. Confidential Evolution (Six Stages) Continued … 5. The Collaborator • In Earlier stage chatbot recognizes the task that needs to be performed but it really cannot relate what user are actually trying to achieve. • This stage of chatbot will suggest and recommend the best possible option using AI 6. The Companion • Similar to human Conselor • Insipired from Movie “Her” (Source: Link: https://medium.com/@intentionperception/the-6-evolutionary-stages-of-chatbot-ai-d67ddabdebf) 15
  • 16. Confidential How it works 16 Video: How Chatbot Work? (Link: https://www.youtube.com/watch?v=EUWlXtrRlMY)
  • 18. Confidential 18 Video: How Chatbot Work? (Link: https://www.youtube.com/watch?v=EUWlXtrRlMY)
  • 19. Confidential 19 Type of Bots • Text bots — conversational products living within chat interfaces. Examples include: Slack, Facebook Messenger, Telegram, and Kik • Visual bots — visual products living within chat interfaces. Examples include: WeChat, Google. • Audio bots — voice-based bots. Examples include: Apple Siri, Microsoft Cortana, Google Now, Amazon Alexa.
  • 20. Confidential 20 Application 1. Messaging platform: Eg: Facebook, WeChat, Skype, Twitter and more 2. Apps and Website: Eg: Ask Jenn from Alaska Airlines (2008) 3. Company Internal Platform (Automated online assistance): Eg: Chatbot instead of call centre 4. Toys (Chatbots are incorporated in device): Eg: Hello Barbie, a combination of Hologram and Chatbot - by Toy Talk company
  • 24. Confidential Benefits • 24 x 7 Availability • Enhance Shopping Experience • Maintain and Engage Customers (via message) • Reduce Cost by Reducing Chat Operators • Efficient Marketing Tool
  • 25. Confidential Challenges • User Acceptance • Human-Less Communication • Job-Loss • Unable to Perform Complex Task
  • 26. Confidential Future perspective • Single Entry Point • Artificial Intelligence • Internet Of Things • Personalization
  • 27. Confidential Future perspective … Video: Future of chatbot(Link: https://www.youtube.com/watch?v=S8qyKQVPR6k)
  • 28. Confidential Statistics A Survey on Whether Chatbots Will Replace Human Counterparts Completely? Source: (https://chatbotsjournal.com/5-learnings-from-our-chatbot- survey-2017-72a6a4fc209c)
  • 29. Confidential Statistics … Industries That Will Benefit The Most From Chatbots Source: (https://chatbotsjournal.com/5-learnings-from-our-chatbot-survey- 2017-72a6a4fc209c)
  • 30. Confidential Statistics … • By Numbers • Above 11,000 bots using Facebook Message in mid of 2016 • 20,000 bots using kik • Example ;“Burberry bot” shopping bot to buy New York Fashion week pieces • Start from April 2017 , 100,000 bots were created for Messenger alone in the first year of Messenger platform • Voice have started paying attention to ChatBots too • Enhance Shopping Experience • Zo – Created by Microsoft for Facebook and Kik • Ruuh - – Created by Microsoft for Indian Market • Maintain and Engage Customers (via message) • Reduce Cost by Reducing Chat Operators • Efficient Marketing Tool