SlideShare ist ein Scribd-Unternehmen logo
1 von 23
Downloaden Sie, um offline zu lesen
HANDLY CAMERON
ATLUG AUGUST 11, 2016
LEVERAGING IBM BLUEMIX
FOR CONVERSATION AND
PERSONALITY INSIGHTS
HANDLY CAMERON
▾ Free Agent, available for hire!
▾ IBM Champion since 2011
▾ Loves to help companies
leverage mobile, cloud, and
collaboration technologies to
drive business value
▾ ATLUG and Atlanta WebSphere
Users Group
AGENDA
Cognitive Solutions
Bluemix Overview
Having a Conversation
Personality Insights
Get Started Now
Resources and upcoming events
WHAT ARE “COGNITIVE” SOLUTIONS
Understands
Human language – voice, ad-hoc questions, natural language dialog
Unstructured data – images and text
Reasons
To develop hypotheses and probabilities – suggests answers,
relationships, correlations
Learns
Adjusts to continued input & feedback – new/changing data, human
expertise, training
WHAT IS IBM BLUEMIX?
IBM BLUEMIX - PLATFORM AS A SERVICE
Containers and runtimes
Applications
API Services
WHAT IS IBM BLUEMIX?
WATSON COGNITIVE APIS
COLLABORATE AND LISTEN
INJECTING “COGNITIVE” IN COLLABORATION
Conversation
Build and train a ‘chatbot’ to converse in natural language to
determine user intents and entities and to craft responses
Personality Insights
Scan text to extract and analyze a spectrum of personality
attributes, understand your users, and guide interactions
Dialog
Automate branching conversations with a user through natural
language discussion and responding to their unique situation
COGNITIVE
CONVERSATION
What is it?
Add a natural language interface to your application to automate interactions
with your end users.
How does it work?
Watson combines a number of cognitive techniques to help you build and train
a bot - deïŹning intents and entities and crafting dialog to simulate conversation.
Example Use Cases
Customer service chatbots
Voice or text control
Virtual agents
COGNITIVE
USING THE CONVERSATION SERVICE
Getting started
1. Train Watson to understand your users' input with example
utterances: Intents and Examples
2. Identify the terms that may vary in your users' input: Entities
3. Create the responses to your user's questions: Dialog Builder
4. Test and Improve
Supported Languages
English, Spanish, Brazilian Portuguese, French, and Italian
COGNITIVE
DEFINING INTENTS
An Intent is a purpose or goal of a user’s input
Example intents
Example Intent
I can’t login #reset_password
Please reset my password #reset_password
Turn on the lights #turn_on
Turn oïŹ€ the lights #turn_oïŹ€
Turn on the engine #turn_on
COGNITIVE
DEFINING ENTITIES
An Entity is a purpose or goal of a user’s input, used to
provide a different response or action.
Example intents
Example Entity
Login @password
Password @password
Lights @headlights
Headlights @headlights
Engine @engine
COGNITIVE
DEFINING DIALOG
A dialog uses the intent and entity that have been identiïŹed,
plus context from the application, to interact with the user
and ultimately provide a response.
Dialogs are made up of
Nodes
Conditions
Responses
Branches and turns
COGNITIVE
CONVERSATION DEMO
COGNITIVE
PERSONALITY INSIGHTS
What is it?
Enables deeper understanding of people's
personality characteristics, needs, and values
to help engage users on their own terms
How does it work?
Extracts a set of personality and social traits
based on the way a person communicates.
Example Use Cases
Brand Analytics
Market Segmentation & Campaigns
Customer Care
COGNITIVE
USING THE PERSONALITY INSIGHTS SERVICE
Simple interactions
Send JSON, text, or HTML via a HTTP POST proïŹle
Receive JSON or CSV with cognitive and‹
social characteristics and analysis data
JavaScript tools are provided to enable graphic visualization‹
of the results
Software Development Kits
Node.js, Java, Python, and iOS SDKs are provided on GitHub
SDKs use either your Bluemix credentials or an authentication token
COGNITIVE
PERSONALITY INSIGHTS - SAMPLE NODE.JS
var watson = require('watson-developer-cloud-alpha');
var my_text = "Call me Ishmael. Some years ago-never mind how long precisely-"+
"having little or no money in my purse, and nothing particular to interest me "+
"on shore, I thought I would sail about a little and see the watery part of "+
"the world. It is a way I have of driving off the spleen and regulating the "+
"circulation. Whenever I ïŹnd myself growing grim about the mouth; whenever it "+
"is a damp, drizzly November in my soul; whenever I ïŹnd myself involuntarily "+
"pausing before cofïŹn warehouses, and bringing up the rear of every funeral I "+
"meet; and especially whenever my hypos get such an upper hand of me, that it "+
"requires a strong moral principle to prevent me from deliberately stepping "+
"into the street, and methodically knocking people's hats off-then, I account "+
"it high time to get to sea as soon as I can.";
var personality_insights = watson.personality_insights({
api_key: 'MmUzNmFjNDUtNzc3NC00YTIzLWI5NDQtOGVjNzc1YTZkNDlmOjl5UVBTdUZxZjgxTA',
version:'v2'
});
personality_insights.proïŹle({ text: my_text }, function (err, response) {
if (err)
console.log('error:', err);
else
console.log(JSON.stringify(response, null, 2));
});
COGNITIVE
PERSONALITY INSIGHTS - RESULTS
GET STARTED NOW
IBM BLUEMIX FREE TRIAL
30-day trial, no credit card
required
2 GB of runtime and container
memory
Unlimited IBM services and
APIs
Complementary support

 it may take a day or two for
IBM to set up your account
GET STARTED NOW
SAMPLE PRICING
Conversation‹
‹
‹
‹
Personality Insights
Tiers Price
1 - 100 Free!
101 - 100,000 $0.02 USD/api call
100,001 - 250,000 $0.01 USD/api call
250,000+ $0.005 USD/api call
Free Standard
Up to 1,000 API queries/month $0.00890 (USD) per API call
Up to 3 workspaces Unlimited API queries/month
Up to 25 intents Up to 20 workspaces
Shared public cloud Up to 2000 intents
Shared public cloud
RESOURCES
HTTPS://WWW.IBM.COM/DEVELOPERWORKS/LEARN/CLOUD/BLUEMIX/SERVICES/INDEX.HTML
RESOURCES
HTTPS://WWW.IBM.COM/DEVELOPERWORKS/LEARN/CLOUD/BLUEMIX/SERVICES/INDEX.HTML
RESOURCES
HTTPS://DEVELOPER.IBM.COM/COURSES/ALL-COURSES/BLUEMIX-ESSENTIALS
COMING SOON TO ATLANTA!
Georgia Aquarium, Atlanta, Oct 11, 2016
Keynote:‹
The Society-DeïŹned Society, Forecast: Cloudy with a Chance of Reinvention, Robert Tercek
Who Should Attend:
Discover track: IT Executives and Innovation Leaders
Design track: IT Operations Managers and IT Architects
Develop track: Development Managers and Developers
http://www.ibm.com/events 
 and search for “Atlanta”

Weitere Àhnliche Inhalte

Andere mochten auch

Ibm presentation unlocking new insights in dark data
Ibm presentation   unlocking new insights in dark dataIbm presentation   unlocking new insights in dark data
Ibm presentation unlocking new insights in dark dataDr. Wilfred Lin (Ph.D.)
 
Intro to watson bluemix services
Intro to watson bluemix servicesIntro to watson bluemix services
Intro to watson bluemix servicesVikas Manoria
 
Cognitive analytics: What's coming in 2016?
Cognitive analytics: What's coming in 2016?Cognitive analytics: What's coming in 2016?
Cognitive analytics: What's coming in 2016?IBM Analytics
 
Gene Villeneuve - Moving from descriptive to cognitive analytics
Gene Villeneuve - Moving from descriptive to cognitive analyticsGene Villeneuve - Moving from descriptive to cognitive analytics
Gene Villeneuve - Moving from descriptive to cognitive analyticsIBM Sverige
 
ç§ă«ă‚‚ă§ăă‚‹ïŒBluemixで簡捘ケプăƒȘ開ç™șâ™Ș
ç§ă«ă‚‚ă§ăă‚‹ïŒBluemixで簡捘ケプăƒȘ開ç™șâ™Șç§ă«ă‚‚ă§ăă‚‹ïŒBluemixで簡捘ケプăƒȘ開ç™șâ™Ș
ç§ă«ă‚‚ă§ăă‚‹ïŒBluemixで簡捘ケプăƒȘ開ç™șâ™Șsoftlayerjp
 
A Big Data Telco Solution by Dr. Laura Wynter
A Big Data Telco Solution by Dr. Laura WynterA Big Data Telco Solution by Dr. Laura Wynter
A Big Data Telco Solution by Dr. Laura Wynterwkwsci-research
 
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
 

Andere mochten auch (8)

Ibm presentation unlocking new insights in dark data
Ibm presentation   unlocking new insights in dark dataIbm presentation   unlocking new insights in dark data
Ibm presentation unlocking new insights in dark data
 
Ibm wcs
Ibm wcsIbm wcs
Ibm wcs
 
Intro to watson bluemix services
Intro to watson bluemix servicesIntro to watson bluemix services
Intro to watson bluemix services
 
Cognitive analytics: What's coming in 2016?
Cognitive analytics: What's coming in 2016?Cognitive analytics: What's coming in 2016?
Cognitive analytics: What's coming in 2016?
 
Gene Villeneuve - Moving from descriptive to cognitive analytics
Gene Villeneuve - Moving from descriptive to cognitive analyticsGene Villeneuve - Moving from descriptive to cognitive analytics
Gene Villeneuve - Moving from descriptive to cognitive analytics
 
ç§ă«ă‚‚ă§ăă‚‹ïŒBluemixで簡捘ケプăƒȘ開ç™șâ™Ș
ç§ă«ă‚‚ă§ăă‚‹ïŒBluemixで簡捘ケプăƒȘ開ç™șâ™Șç§ă«ă‚‚ă§ăă‚‹ïŒBluemixで簡捘ケプăƒȘ開ç™șâ™Ș
ç§ă«ă‚‚ă§ăă‚‹ïŒBluemixで簡捘ケプăƒȘ開ç™șâ™Ș
 
A Big Data Telco Solution by Dr. Laura Wynter
A Big Data Telco Solution by Dr. Laura WynterA Big Data Telco Solution by Dr. Laura Wynter
A Big Data Telco Solution by Dr. Laura Wynter
 
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
 

Ähnlich wie Leveraging IBM Bluemix for Conversation and Personality Insights

Teaching Computers to Chat
Teaching Computers to ChatTeaching Computers to Chat
Teaching Computers to ChatAvi Yaeli
 
Dr. Maureen Murphy speaks on E-Learning Insights and Trends at #ELJ13
Dr. Maureen Murphy speaks on E-Learning Insights and Trends at #ELJ13Dr. Maureen Murphy speaks on E-Learning Insights and Trends at #ELJ13
Dr. Maureen Murphy speaks on E-Learning Insights and Trends at #ELJ13Aurion Learning
 
Sanjay mitra profile
Sanjay mitra profileSanjay mitra profile
Sanjay mitra profileSanjay Mitra
 
Mastering the Art of Conversation
Mastering the Art of ConversationMastering the Art of Conversation
Mastering the Art of ConversationOliver Cox
 
Steps For A Research Paper. How To Write A Research Proposal In 6
Steps For A Research Paper. How To Write A Research Proposal In 6Steps For A Research Paper. How To Write A Research Proposal In 6
Steps For A Research Paper. How To Write A Research Proposal In 6Jennifer Simmons
 
Speech Processing with Azure Cognitive Services
Speech Processing with Azure Cognitive ServicesSpeech Processing with Azure Cognitive Services
Speech Processing with Azure Cognitive ServicesClemente Giorio
 
Language is Infrastructure for InteractConf London 2014
Language is Infrastructure for InteractConf London 2014Language is Infrastructure for InteractConf London 2014
Language is Infrastructure for InteractConf London 2014Andrew Hinton
 
Bridging the future gap
Bridging the future gap Bridging the future gap
Bridging the future gap Christian Heilmann
 
Staying Informed About What Matters in Office 365
Staying Informed About What Matters in Office 365Staying Informed About What Matters in Office 365
Staying Informed About What Matters in Office 365Haniel Croitoru
 
Digital Heroes - User Experience & Micro Copy
Digital Heroes - User Experience & Micro Copy Digital Heroes - User Experience & Micro Copy
Digital Heroes - User Experience & Micro Copy Imille
 
Cloud AI GenAI Overview.pptx
Cloud AI GenAI Overview.pptxCloud AI GenAI Overview.pptx
Cloud AI GenAI Overview.pptxSahithiGurlinka
 
Ibm watson boston meetup may 27 2015
Ibm watson boston meetup may 27 2015Ibm watson boston meetup may 27 2015
Ibm watson boston meetup may 27 2015IBM
 
The Bing Platform that Powers Cortana
The Bing Platform that Powers CortanaThe Bing Platform that Powers Cortana
The Bing Platform that Powers CortanaSavas Parastatidis
 
Product design for Non Designers - Montreal Digital Nomad Meetup
Product design for Non Designers - Montreal Digital Nomad MeetupProduct design for Non Designers - Montreal Digital Nomad Meetup
Product design for Non Designers - Montreal Digital Nomad MeetupSebastian Tory-Pratt
 
Startup DreamTeam with Scality & Saagie!
Startup DreamTeam with Scality & Saagie!Startup DreamTeam with Scality & Saagie!
Startup DreamTeam with Scality & Saagie!TheFamily
 
Yesterdays intranet tomorrows, digital workplace
Yesterdays intranet tomorrows, digital workplace Yesterdays intranet tomorrows, digital workplace
Yesterdays intranet tomorrows, digital workplace SocialChorus
 
Realizzare un Virtual Assistant con Bot Framework Azure e Unity
Realizzare un Virtual Assistant con Bot Framework Azure e UnityRealizzare un Virtual Assistant con Bot Framework Azure e Unity
Realizzare un Virtual Assistant con Bot Framework Azure e UnityMarco Parenzan
 
Plongez au cƓur de la recherche dans tous ses Ă©tats.
Plongez au cƓur de la recherche dans tous ses Ă©tats.Plongez au cƓur de la recherche dans tous ses Ă©tats.
Plongez au cƓur de la recherche dans tous ses Ă©tats.Elasticsearch
 
Guest Lecture _ Python Basics _ Alexa Skill Dev _ by Shivam Dutt Sharma
Guest Lecture _ Python Basics _ Alexa Skill Dev _ by Shivam Dutt SharmaGuest Lecture _ Python Basics _ Alexa Skill Dev _ by Shivam Dutt Sharma
Guest Lecture _ Python Basics _ Alexa Skill Dev _ by Shivam Dutt SharmaShivamDuttSharma
 

Ähnlich wie Leveraging IBM Bluemix for Conversation and Personality Insights (20)

Teaching Computers to Chat
Teaching Computers to ChatTeaching Computers to Chat
Teaching Computers to Chat
 
Dr. Maureen Murphy speaks on E-Learning Insights and Trends at #ELJ13
Dr. Maureen Murphy speaks on E-Learning Insights and Trends at #ELJ13Dr. Maureen Murphy speaks on E-Learning Insights and Trends at #ELJ13
Dr. Maureen Murphy speaks on E-Learning Insights and Trends at #ELJ13
 
Sanjay mitra profile
Sanjay mitra profileSanjay mitra profile
Sanjay mitra profile
 
Mastering the Art of Conversation
Mastering the Art of ConversationMastering the Art of Conversation
Mastering the Art of Conversation
 
Steps For A Research Paper. How To Write A Research Proposal In 6
Steps For A Research Paper. How To Write A Research Proposal In 6Steps For A Research Paper. How To Write A Research Proposal In 6
Steps For A Research Paper. How To Write A Research Proposal In 6
 
Speech Processing with Azure Cognitive Services
Speech Processing with Azure Cognitive ServicesSpeech Processing with Azure Cognitive Services
Speech Processing with Azure Cognitive Services
 
Language is Infrastructure for InteractConf London 2014
Language is Infrastructure for InteractConf London 2014Language is Infrastructure for InteractConf London 2014
Language is Infrastructure for InteractConf London 2014
 
Bridging the future gap
Bridging the future gap Bridging the future gap
Bridging the future gap
 
Applied AI Community
Applied AI CommunityApplied AI Community
Applied AI Community
 
Staying Informed About What Matters in Office 365
Staying Informed About What Matters in Office 365Staying Informed About What Matters in Office 365
Staying Informed About What Matters in Office 365
 
Digital Heroes - User Experience & Micro Copy
Digital Heroes - User Experience & Micro Copy Digital Heroes - User Experience & Micro Copy
Digital Heroes - User Experience & Micro Copy
 
Cloud AI GenAI Overview.pptx
Cloud AI GenAI Overview.pptxCloud AI GenAI Overview.pptx
Cloud AI GenAI Overview.pptx
 
Ibm watson boston meetup may 27 2015
Ibm watson boston meetup may 27 2015Ibm watson boston meetup may 27 2015
Ibm watson boston meetup may 27 2015
 
The Bing Platform that Powers Cortana
The Bing Platform that Powers CortanaThe Bing Platform that Powers Cortana
The Bing Platform that Powers Cortana
 
Product design for Non Designers - Montreal Digital Nomad Meetup
Product design for Non Designers - Montreal Digital Nomad MeetupProduct design for Non Designers - Montreal Digital Nomad Meetup
Product design for Non Designers - Montreal Digital Nomad Meetup
 
Startup DreamTeam with Scality & Saagie!
Startup DreamTeam with Scality & Saagie!Startup DreamTeam with Scality & Saagie!
Startup DreamTeam with Scality & Saagie!
 
Yesterdays intranet tomorrows, digital workplace
Yesterdays intranet tomorrows, digital workplace Yesterdays intranet tomorrows, digital workplace
Yesterdays intranet tomorrows, digital workplace
 
Realizzare un Virtual Assistant con Bot Framework Azure e Unity
Realizzare un Virtual Assistant con Bot Framework Azure e UnityRealizzare un Virtual Assistant con Bot Framework Azure e Unity
Realizzare un Virtual Assistant con Bot Framework Azure e Unity
 
Plongez au cƓur de la recherche dans tous ses Ă©tats.
Plongez au cƓur de la recherche dans tous ses Ă©tats.Plongez au cƓur de la recherche dans tous ses Ă©tats.
Plongez au cƓur de la recherche dans tous ses Ă©tats.
 
Guest Lecture _ Python Basics _ Alexa Skill Dev _ by Shivam Dutt Sharma
Guest Lecture _ Python Basics _ Alexa Skill Dev _ by Shivam Dutt SharmaGuest Lecture _ Python Basics _ Alexa Skill Dev _ by Shivam Dutt Sharma
Guest Lecture _ Python Basics _ Alexa Skill Dev _ by Shivam Dutt Sharma
 

KĂŒrzlich hochgeladen

%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburgmasabamasaba
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrainmasabamasaba
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...masabamasaba
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfVishalKumarJha10
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension AidPhilip Schwarz
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
call girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïžcall girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïžDelhi Call girls
 
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfayushiqss
 
%in Durban+277-882-255-28 abortion pills for sale in Durban
%in Durban+277-882-255-28 abortion pills for sale in Durban%in Durban+277-882-255-28 abortion pills for sale in Durban
%in Durban+277-882-255-28 abortion pills for sale in Durbanmasabamasaba
 
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...masabamasaba
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...Shane Coughlan
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is insideshinachiaurasa2
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...masabamasaba
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastPapp KrisztiĂĄn
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfonteinmasabamasaba
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfonteinmasabamasaba
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 

KĂŒrzlich hochgeladen (20)

%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
call girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïžcall girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
 
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
 
%in Durban+277-882-255-28 abortion pills for sale in Durban
%in Durban+277-882-255-28 abortion pills for sale in Durban%in Durban+277-882-255-28 abortion pills for sale in Durban
%in Durban+277-882-255-28 abortion pills for sale in Durban
 
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 

Leveraging IBM Bluemix for Conversation and Personality Insights

  • 1. HANDLY CAMERON ATLUG AUGUST 11, 2016 LEVERAGING IBM BLUEMIX FOR CONVERSATION AND PERSONALITY INSIGHTS
  • 2. HANDLY CAMERON ▾ Free Agent, available for hire! ▾ IBM Champion since 2011 ▾ Loves to help companies leverage mobile, cloud, and collaboration technologies to drive business value ▾ ATLUG and Atlanta WebSphere Users Group
  • 3. AGENDA Cognitive Solutions Bluemix Overview Having a Conversation Personality Insights Get Started Now Resources and upcoming events
  • 4. WHAT ARE “COGNITIVE” SOLUTIONS Understands Human language – voice, ad-hoc questions, natural language dialog Unstructured data – images and text Reasons To develop hypotheses and probabilities – suggests answers, relationships, correlations Learns Adjusts to continued input & feedback – new/changing data, human expertise, training
  • 5. WHAT IS IBM BLUEMIX? IBM BLUEMIX - PLATFORM AS A SERVICE Containers and runtimes Applications API Services
  • 6. WHAT IS IBM BLUEMIX? WATSON COGNITIVE APIS
  • 7. COLLABORATE AND LISTEN INJECTING “COGNITIVE” IN COLLABORATION Conversation Build and train a ‘chatbot’ to converse in natural language to determine user intents and entities and to craft responses Personality Insights Scan text to extract and analyze a spectrum of personality attributes, understand your users, and guide interactions Dialog Automate branching conversations with a user through natural language discussion and responding to their unique situation
  • 8. COGNITIVE CONVERSATION What is it? Add a natural language interface to your application to automate interactions with your end users. How does it work? Watson combines a number of cognitive techniques to help you build and train a bot - deïŹning intents and entities and crafting dialog to simulate conversation. Example Use Cases Customer service chatbots Voice or text control Virtual agents
  • 9. COGNITIVE USING THE CONVERSATION SERVICE Getting started 1. Train Watson to understand your users' input with example utterances: Intents and Examples 2. Identify the terms that may vary in your users' input: Entities 3. Create the responses to your user's questions: Dialog Builder 4. Test and Improve Supported Languages English, Spanish, Brazilian Portuguese, French, and Italian
  • 10. COGNITIVE DEFINING INTENTS An Intent is a purpose or goal of a user’s input Example intents Example Intent I can’t login #reset_password Please reset my password #reset_password Turn on the lights #turn_on Turn oïŹ€ the lights #turn_oïŹ€ Turn on the engine #turn_on
  • 11. COGNITIVE DEFINING ENTITIES An Entity is a purpose or goal of a user’s input, used to provide a different response or action. Example intents Example Entity Login @password Password @password Lights @headlights Headlights @headlights Engine @engine
  • 12. COGNITIVE DEFINING DIALOG A dialog uses the intent and entity that have been identiïŹed, plus context from the application, to interact with the user and ultimately provide a response. Dialogs are made up of Nodes Conditions Responses Branches and turns
  • 14. COGNITIVE PERSONALITY INSIGHTS What is it? Enables deeper understanding of people's personality characteristics, needs, and values to help engage users on their own terms How does it work? Extracts a set of personality and social traits based on the way a person communicates. Example Use Cases Brand Analytics Market Segmentation & Campaigns Customer Care
  • 15. COGNITIVE USING THE PERSONALITY INSIGHTS SERVICE Simple interactions Send JSON, text, or HTML via a HTTP POST proïŹle Receive JSON or CSV with cognitive and‹ social characteristics and analysis data JavaScript tools are provided to enable graphic visualization‹ of the results Software Development Kits Node.js, Java, Python, and iOS SDKs are provided on GitHub SDKs use either your Bluemix credentials or an authentication token
  • 16. COGNITIVE PERSONALITY INSIGHTS - SAMPLE NODE.JS var watson = require('watson-developer-cloud-alpha'); var my_text = "Call me Ishmael. Some years ago-never mind how long precisely-"+ "having little or no money in my purse, and nothing particular to interest me "+ "on shore, I thought I would sail about a little and see the watery part of "+ "the world. It is a way I have of driving off the spleen and regulating the "+ "circulation. Whenever I ïŹnd myself growing grim about the mouth; whenever it "+ "is a damp, drizzly November in my soul; whenever I ïŹnd myself involuntarily "+ "pausing before cofïŹn warehouses, and bringing up the rear of every funeral I "+ "meet; and especially whenever my hypos get such an upper hand of me, that it "+ "requires a strong moral principle to prevent me from deliberately stepping "+ "into the street, and methodically knocking people's hats off-then, I account "+ "it high time to get to sea as soon as I can."; var personality_insights = watson.personality_insights({ api_key: 'MmUzNmFjNDUtNzc3NC00YTIzLWI5NDQtOGVjNzc1YTZkNDlmOjl5UVBTdUZxZjgxTA', version:'v2' }); personality_insights.proïŹle({ text: my_text }, function (err, response) { if (err) console.log('error:', err); else console.log(JSON.stringify(response, null, 2)); });
  • 18. GET STARTED NOW IBM BLUEMIX FREE TRIAL 30-day trial, no credit card required 2 GB of runtime and container memory Unlimited IBM services and APIs Complementary support 
 it may take a day or two for IBM to set up your account
  • 19. GET STARTED NOW SAMPLE PRICING Conversation‹ ‹ ‹ ‹ Personality Insights Tiers Price 1 - 100 Free! 101 - 100,000 $0.02 USD/api call 100,001 - 250,000 $0.01 USD/api call 250,000+ $0.005 USD/api call Free Standard Up to 1,000 API queries/month $0.00890 (USD) per API call Up to 3 workspaces Unlimited API queries/month Up to 25 intents Up to 20 workspaces Shared public cloud Up to 2000 intents Shared public cloud
  • 23. COMING SOON TO ATLANTA! Georgia Aquarium, Atlanta, Oct 11, 2016 Keynote:‹ The Society-DeïŹned Society, Forecast: Cloudy with a Chance of Reinvention, Robert Tercek Who Should Attend: Discover track: IT Executives and Innovation Leaders Design track: IT Operations Managers and IT Architects Develop track: Development Managers and Developers http://www.ibm.com/events 
 and search for “Atlanta”