SlideShare a Scribd company logo
Innovation Report:
Artificial Intelligence
Daniel Voignac • 08.2017
Overview
I. Definition
II. Issues
III. Applications
f
Motivation
Artificial Intelligence
Deep Learning
Self Driving cars
Cognitive Computing
Deep Neural Networks
Pattern Recognition
Machine Learning
Diagnostic assistanceChatbots
Intuition
Algorithms
Virtual assistant
Machine Translation
Recommendation systems
Robots
Search Engine
Spam Detection
Cancer detection
Games
Turing test
I. Definition
● “The study and design of intelligent agents, where an
intelligent agent is a system that perceives its
environment and takes actions that maximize its chances
of success.”
Russel and Norvig
● “Just as the Industrial Revolution freed up a lot of
humanity from physical drudgery, I think AI has the
potential to free up humanity from a lot of the mental
drudgery.”
Andrew Ng
Definition
Thinking humanly Thinking rationally
“The exciting new effort to make
computers think... machines with
minds, in the full and literal sense.”
(Haugeland, 1985)
“The study of mental faculties
through the use of computational
models.” (Charniak and McDermott,
1985
Acting humanly Acting rationally
“The study of how to make
computers do things which, at the
moment, people are better.” (Rich
and Knight, 1991)
“Computational Intelligence is the
study of the design of intelligent
agents.” (Poole et al., 1998)
Definition
● AI is a combination of:
○ Philosophy
○ Mathematics
○ Economics
○ Neuroscience
○ Psychology
○ Computer Engineering
○ Control theory and cybernetics
○ Linguistics
Robotic Process Automation
(RPA)
● High-Volume repeatable tasks
● Different from IT automation because adaptable
● “Just as the Industrial Revolution freed up a lot of
humanity from physical drudgery, I think AI has the
potential to free up humanity from a lot of the mental
drudgery.”
Andrew Ng
Machine Learning
● Computer to act without programing
● Deep learning: automation of predictive analytics
● Three types:
○ Supervised learning
○ Unsupervised learning
○ Reinforcement learning
● Good read on current unefficiency of ML:
https://techcrunch.com/2017/08/08/the-evolution-of-machine-learni
ng
○ Some “old” AI algorithms are very good and suffice most
applications (“linear/logistic regression, random forests and boosted
decision trees”)
○ Deep Neural Networks is the real (“Getting deep learning to work
is hard “)
Machine Learning
● Supervised learning
○ Sets are labeled → pattern detection → label new data
sets
● Unsupervised learning
○ Unlabelled sets sortes according to = or ≠
● Reinforcement learning
○ Markov decision process - good for processes that
include long-term versus short-term reward trade-off
(agent performs action(s) and is given feedback) -
AlphaGo
Machine Learning
● https://www.engadget.com/amp/2017/08/10/google-and-blizzard-inv
ite-you-to-train-ai-with-starcraft-ii/
Computer Vision
● Analog-to-digital signal processing
● Compares digital processing to database
● YOLO (You Only Look Once) open source real-time
object detection
○ https://pjreddie.com/darknet/yolo/
○ https://www.ted.com/talks/joseph_redmon_how_a_computer_le
arns_to_recognize_objects_instantly/up-next
○ 20ms/image
● Google Image, self-driving cars ...
Natural Language Processing
● Processing of human language by a computer program
● Used very early in spam detection
● Current approach is based on machine learning
○ https://www.technologyreview.com/s/608382/to
-build-a-smarter-chatbot-first-teach-it-a-second-l
anguage/
Deep Neural Networks
● Algorithms designed after human brain
● Recognise patterns
● “Clustering and classification data on top of data you
store and manage”1
● Help group unclassified data
● Classify when given labelled data to train on
● “Deep” ⇔ stacked neural networks (multiple layers,
more than one hidden layer)
○ Layers are made of nodes
1
source: https://deeplearning4j.org/neuralnet-overview#define (date of access 14/08/17))
Deep Neural Networks
● Deeper the net, more complex features can nodes
recognize = feature hierarchy
● Google photos, Salesforce Einstein
● Three steps to neural networks
○ scoring input, calculating loss and applying an update to the model
Starts with linear regression model for binary
output but used logistic regression (sigmoïds,
Hyperbolic tangents)
1
source: https://deeplearning4j.org/neuralnet-overview#define (date of access 14/08/17))
Deep Neural Networks
● 1957: Rosenblatt’s perceptron - 1st artificial neuron
● 1969: Minsky’s doubts
● 1989: LeCun proposes convoluted network
● 1996: Banks start using them for cheque reading
● 2011: Watson wins Jeopardy
● 2012: 15.3% error percentage
● 2016: Uber’s autonomous vehicles in Pittsburgh
● 2017: Alpha Go beats Ke Jie
Source: Science & Vie 07/17
II. Issues
Prediction
● Predictive recommendation
● To simplify:
○ Consider all past events occurred at random
○ Group your data
○ Find a mathematical model that suits best
○ Iterate
Smarter objects
● Smart Home
○ Smart fridge
■ Samsung FamilyHub fridge (You can go
have a look at it at Boulanger down the street)
○ Apple HomePod, Amazon Alexa, Google
Home, Nest etc.
○ iRobot vacuum cleaner
Self-driving (cars?)
● Computer Vision
● Behavioural Prediction
● Influential companies include:
○ Waymo
○ Apple
○ Mobileye
○ Uber
○ Tesla
Level Name
0 No Driving Automation
1 Driver Assistance
2 Partial Driving Automation
3 Conditional Driving Automation
4 High Driving Automation
5 Full Driving Automation
(Chat)bots
● Human agent interaction platform
● Can be included in ready existing chats
● Or embedded in a website
● Most common uses:
○ Personalised customer experience
○ Virtual Buying assistant
○ Included in a CRM
○ News
○ Productivity tools (slack bots)
Chatbots
● A few useful links:
○ Designing a chatbot (no coding)
■ https://chatfuel.com/ or https://botsify.com/ (also
https://meya.ai/ )
○ https://chatbotsmagazine.com/
○ https://botlist.co/
III. Applications
Salesforce - Einstein
● Inbuilt AI module in the Salesforce CRM platform
● Combines and processes data from calendar,
email, social, news to make predictions on the
future
● Figures out competitor and recommends how to
interact with new opportunities
● Writes email
● https://www.salesforce.com/products/einstein/f
eatures/
See live demo
IBM - Deep Blue
● Chess playing computer
● Loses against Kasparov in 1996
● Wins (Deeper Blue) against Kasparov in 1997
● Kasparov’s latest book - Deep Thinking
Google DeepMind - Alpha GO
● Developed by DeepMind Technologies in
2010
● Bought by Google in 2014 (628 M$)
● Beats World Champion Ki Jie
IBM - Watson
● https://www.ibm.com/watson/
● First designed as a Question Answering computing
system
● Designed to play the Jeopardy TV game
● Today applications include:
○ Health: cancer detection
○ Éducation: TJ Bot
○ Recipe generation
○ Concierge
○ Strategy
○ Weather forecast
IBM - Watson
● Salesforce Integration
○ “Integrate IBM Watson APIs into Salesforce to bring
predictive insights from unstructured data inside or
outside an enterprise, together with predictive insights
from customer data delivered by Salesforce Einstein,
enabling smarter, faster decisions across sales, service,
marketing, commerce and more.”
● Hilton hotel Concierge robot
IBM - Watson
● Conversation
○ Conversation
○ Virtual Agent
● Vision
○ Visual Recognition
● Speech
○ Speech to text
○ Text to speech
● Empathy
○ Personality Insights
○ Tone Analyzer
● Discovery
○ NLP
○ Discovery News
○ Knowledge Studio
Document Conversion
● Language
○ Translator
○ Naturall Language Classifier
○ Retrieve and Rank
Google - Photos
● Smart Classification
● Image Processing
But also:
● Picture Enhancing - Street View
○ https://petapixel.com/2017/07/14/google-uses-ai-create-professional
-photos-street-view-shots/
● Image Generation
○ http://www.businessinsider.fr/us/these-trippy-images-show-how-googles-ai-sees-the-world-2015-6
/#the-engineers-found-that-the-ai-tended-to-populate-specific-features-with-the-same-object-for-e
xample-horizons-tended-to-get-filled-with-towers-and-pagodas-androcks-and-trees-turn-into-buildi
ngs-11110
Mobileye
● Not self driving car
● But device that makes any car smarter
● Even equipped a “self-pulling” suitcase
● Bought by Intel for 15.3 B$
Tesla - Autopilot
● Autopilot 2.0 - Level 4 ready
● Sadly famous accident involving white truck on
bright weather
● Towards level 5 with rumors of Autopilot 2.5
https://electrek.co/2017/08/09/tesla-autopilot-
2-5-hardware-computer-autonomous-driving/
Google - Brain
● https://research.google.com/teams/brain/
● Research team that sets its own research
goals
● Vastly focused on “Making machines
intelligent”
OpenAI
● “OpenAI is a non-profit AI research company,
discovering and enacting the path to safe artificial
general intelligence.”
● Recently announced developping an agent capable of
beating world class champions at Dota 2 (e-game)
Google - AI
● https://ai.google/
● Google assistant
● Cloud TPU (tensor processing unit)
● Platform to play with AI
○ https://aiexperiments.withgoogle.com/
○ https://quickdraw.withgoogle.com/
○ https://aiexperiments.withgoogle.com/auto
draw
Tensor Flow
● https://www.tensorflow.org/
● Developed by Google Brain teams
● Open Source ML library
● Helps deploying Neural Networks
MIT Media Lab - Deepmoji
● Understanding emotions with the use of emoji
● Countering e-bullying
● Monitoring social media
● Facebook announced 9000 job opening in social
monitoring early 2017
Other AI research teams
● https://labs.pinterest.com/projects/
● Uber Michelangelo
Appendices
References and useful links
References
● Patrick Winston. 6.034 Artificial Intelligence. Fall 2010. Massachusetts
Institute of Technology: MIT OpenCourseWare, https://ocw.mit.edu.
License: Creative Commons BY-NC-SA.
● S. Russell, P.Norvig, Artificial Intelligence: A Modern Approach, Third
Edition, 2010, Pearson Education, New Jersey
Useful links - Top 5
● https://www.coursera.org/learn/machine-learning
● https://deeplearning4j.org/neuralnet-overview#define
● https://chatbotsmagazine.com/chatbots-the-beginners-guide-
618e72599b55

More Related Content

PPTX
CHAT GPT.pptx
PPTX
Impact of computers on society
PPT
Firecracker Burns Safety
PPTX
Student Portfolio
PPTX
Scatter Diagram
PPTX
National Science Day 2019 Quiz, Cotton College - Prelims
DOCX
Talk shows
PDF
Web Development on Web Project Report
CHAT GPT.pptx
Impact of computers on society
Firecracker Burns Safety
Student Portfolio
Scatter Diagram
National Science Day 2019 Quiz, Cotton College - Prelims
Talk shows
Web Development on Web Project Report

What's hot (20)

PPTX
Artificial intelligence - An Overview
PPTX
PPTX
Artificial intelligence
PDF
How Does Generative AI Actually Work? (a quick semi-technical introduction to...
PDF
The Ethics of AI
PDF
What is Generative AI?
PPTX
Harry Surden - Artificial Intelligence and Law Overview
PPTX
Generative AI Risks & Concerns
PDF
Application of Machine Learning in Cyber Security
PPTX
ARTIFICIAL INTELLIGENCE
PDF
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
PDF
GENERATIVE AI, THE FUTURE OF PRODUCTIVITY
PPTX
Past, Present and Future of Generative AI
PPTX
Artificial intelligence (ai) and its impact to business
PDF
AI and ML Series - Introduction to Generative AI and LLMs - Session 1
PDF
Generative AI
PDF
Ai in Digital Marketing
PPTX
Artificial Intelligence - Machine Learning Vs Deep Learning
PDF
Artificial Intelligence - Past, Present and Future
PPTX
The Future of AI is Generative not Discriminative 5/26/2021
Artificial intelligence - An Overview
Artificial intelligence
How Does Generative AI Actually Work? (a quick semi-technical introduction to...
The Ethics of AI
What is Generative AI?
Harry Surden - Artificial Intelligence and Law Overview
Generative AI Risks & Concerns
Application of Machine Learning in Cyber Security
ARTIFICIAL INTELLIGENCE
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
GENERATIVE AI, THE FUTURE OF PRODUCTIVITY
Past, Present and Future of Generative AI
Artificial intelligence (ai) and its impact to business
AI and ML Series - Introduction to Generative AI and LLMs - Session 1
Generative AI
Ai in Digital Marketing
Artificial Intelligence - Machine Learning Vs Deep Learning
Artificial Intelligence - Past, Present and Future
The Future of AI is Generative not Discriminative 5/26/2021
Ad

Similar to Innovation report: Artificial Intelligence (20)

PDF
Smart Machines Sep 2014
PDF
Innovation report in a nutshell: Artificial Intelligence
PDF
IT in 2017
PDF
Smart machines - The Hype of 2015
PDF
10 Things Every Entrepreneur Needs to Know About Artificial Intelligence
PDF
10 Things Every Entrepreneur Needs to Know About Artificial Intelligence
PDF
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
PDF
Architecting IoT with Machine Learning
PDF
Skymind & Deeplearning4j: Deep Learning for the Enterprise
PDF
Smart Machines -presentation, Dec 2014
PDF
Smart machines - The most disruptive change in the history of IT?
PDF
A step towards machine learning at accionlabs
PDF
Smart machines -presentation, November 2014
PDF
Smart machines, Strategic Technology Trend of 2015
PDF
Smart machines presentation, Oct 2014
PPTX
Computer vision
PDF
Smart machines - THe Future Is Here
PDF
WSO2CON 2024 Slides - Unlocking Value with AI
PDF
How Will AI Change the Role of the Data Scientist?
PPTX
Combining Machine Learning with Physical Computing - June 2023
Smart Machines Sep 2014
Innovation report in a nutshell: Artificial Intelligence
IT in 2017
Smart machines - The Hype of 2015
10 Things Every Entrepreneur Needs to Know About Artificial Intelligence
10 Things Every Entrepreneur Needs to Know About Artificial Intelligence
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Architecting IoT with Machine Learning
Skymind & Deeplearning4j: Deep Learning for the Enterprise
Smart Machines -presentation, Dec 2014
Smart machines - The most disruptive change in the history of IT?
A step towards machine learning at accionlabs
Smart machines -presentation, November 2014
Smart machines, Strategic Technology Trend of 2015
Smart machines presentation, Oct 2014
Computer vision
Smart machines - THe Future Is Here
WSO2CON 2024 Slides - Unlocking Value with AI
How Will AI Change the Role of the Data Scientist?
Combining Machine Learning with Physical Computing - June 2023
Ad

More from Youssef Rahoui (20)

PDF
[Madmagz] The Blockchain
PDF
[Madmagz] Blockchain in a nutshell
PDF
Corum group: Paris Presentation
PDF
Corum annual report 2017
PDF
B2B Sales For Startups by @techalamenthe
PDF
Courrier de L'Atlas n°92 avec Youssef Rahoui, dirigeant de Madmagz et fondate...
PDF
Vendre en B2B : inbound marketing et lead generation pour startups
PDF
How google works
PDF
Prez best tips recruiting for SME
PDF
Why do people share online?
PDF
Iab internet advertising_revenue_report_2012
PDF
Chiffres cles des_annonceurs_2012
PDF
Du recrutement au contrat de travail
PDF
Le référencement multilingue
PDF
Guide Google de la Rentrée 2012
PPTX
Prez Tech à la menthe sur les télécommunications d'entreprise
PPTX
Gouvernance & pilotage
PDF
The US digital future in focus
PDF
The Top 100 fastest growing businesses in mena
PPT
Nouvelles technologies Web
[Madmagz] The Blockchain
[Madmagz] Blockchain in a nutshell
Corum group: Paris Presentation
Corum annual report 2017
B2B Sales For Startups by @techalamenthe
Courrier de L'Atlas n°92 avec Youssef Rahoui, dirigeant de Madmagz et fondate...
Vendre en B2B : inbound marketing et lead generation pour startups
How google works
Prez best tips recruiting for SME
Why do people share online?
Iab internet advertising_revenue_report_2012
Chiffres cles des_annonceurs_2012
Du recrutement au contrat de travail
Le référencement multilingue
Guide Google de la Rentrée 2012
Prez Tech à la menthe sur les télécommunications d'entreprise
Gouvernance & pilotage
The US digital future in focus
The Top 100 fastest growing businesses in mena
Nouvelles technologies Web

Recently uploaded (20)

PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
Big Data Technologies - Introduction.pptx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
A Presentation on Artificial Intelligence
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
KodekX | Application Modernization Development
PDF
Machine learning based COVID-19 study performance prediction
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Encapsulation theory and applications.pdf
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
20250228 LYD VKU AI Blended-Learning.pptx
Chapter 3 Spatial Domain Image Processing.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Big Data Technologies - Introduction.pptx
Advanced methodologies resolving dimensionality complications for autism neur...
NewMind AI Weekly Chronicles - August'25 Week I
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
A Presentation on Artificial Intelligence
Network Security Unit 5.pdf for BCA BBA.
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Empathic Computing: Creating Shared Understanding
Understanding_Digital_Forensics_Presentation.pptx
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
KodekX | Application Modernization Development
Machine learning based COVID-19 study performance prediction
NewMind AI Monthly Chronicles - July 2025
Spectral efficient network and resource selection model in 5G networks
Encapsulation theory and applications.pdf

Innovation report: Artificial Intelligence

  • 4. Artificial Intelligence Deep Learning Self Driving cars Cognitive Computing Deep Neural Networks Pattern Recognition Machine Learning Diagnostic assistanceChatbots Intuition Algorithms Virtual assistant Machine Translation Recommendation systems Robots Search Engine Spam Detection Cancer detection Games Turing test
  • 6. ● “The study and design of intelligent agents, where an intelligent agent is a system that perceives its environment and takes actions that maximize its chances of success.” Russel and Norvig ● “Just as the Industrial Revolution freed up a lot of humanity from physical drudgery, I think AI has the potential to free up humanity from a lot of the mental drudgery.” Andrew Ng
  • 7. Definition Thinking humanly Thinking rationally “The exciting new effort to make computers think... machines with minds, in the full and literal sense.” (Haugeland, 1985) “The study of mental faculties through the use of computational models.” (Charniak and McDermott, 1985 Acting humanly Acting rationally “The study of how to make computers do things which, at the moment, people are better.” (Rich and Knight, 1991) “Computational Intelligence is the study of the design of intelligent agents.” (Poole et al., 1998)
  • 8. Definition ● AI is a combination of: ○ Philosophy ○ Mathematics ○ Economics ○ Neuroscience ○ Psychology ○ Computer Engineering ○ Control theory and cybernetics ○ Linguistics
  • 9. Robotic Process Automation (RPA) ● High-Volume repeatable tasks ● Different from IT automation because adaptable ● “Just as the Industrial Revolution freed up a lot of humanity from physical drudgery, I think AI has the potential to free up humanity from a lot of the mental drudgery.” Andrew Ng
  • 10. Machine Learning ● Computer to act without programing ● Deep learning: automation of predictive analytics ● Three types: ○ Supervised learning ○ Unsupervised learning ○ Reinforcement learning ● Good read on current unefficiency of ML: https://techcrunch.com/2017/08/08/the-evolution-of-machine-learni ng ○ Some “old” AI algorithms are very good and suffice most applications (“linear/logistic regression, random forests and boosted decision trees”) ○ Deep Neural Networks is the real (“Getting deep learning to work is hard “)
  • 11. Machine Learning ● Supervised learning ○ Sets are labeled → pattern detection → label new data sets ● Unsupervised learning ○ Unlabelled sets sortes according to = or ≠ ● Reinforcement learning ○ Markov decision process - good for processes that include long-term versus short-term reward trade-off (agent performs action(s) and is given feedback) - AlphaGo
  • 13. Computer Vision ● Analog-to-digital signal processing ● Compares digital processing to database ● YOLO (You Only Look Once) open source real-time object detection ○ https://pjreddie.com/darknet/yolo/ ○ https://www.ted.com/talks/joseph_redmon_how_a_computer_le arns_to_recognize_objects_instantly/up-next ○ 20ms/image ● Google Image, self-driving cars ...
  • 14. Natural Language Processing ● Processing of human language by a computer program ● Used very early in spam detection ● Current approach is based on machine learning ○ https://www.technologyreview.com/s/608382/to -build-a-smarter-chatbot-first-teach-it-a-second-l anguage/
  • 15. Deep Neural Networks ● Algorithms designed after human brain ● Recognise patterns ● “Clustering and classification data on top of data you store and manage”1 ● Help group unclassified data ● Classify when given labelled data to train on ● “Deep” ⇔ stacked neural networks (multiple layers, more than one hidden layer) ○ Layers are made of nodes 1 source: https://deeplearning4j.org/neuralnet-overview#define (date of access 14/08/17))
  • 16. Deep Neural Networks ● Deeper the net, more complex features can nodes recognize = feature hierarchy ● Google photos, Salesforce Einstein ● Three steps to neural networks ○ scoring input, calculating loss and applying an update to the model Starts with linear regression model for binary output but used logistic regression (sigmoïds, Hyperbolic tangents) 1 source: https://deeplearning4j.org/neuralnet-overview#define (date of access 14/08/17))
  • 17. Deep Neural Networks ● 1957: Rosenblatt’s perceptron - 1st artificial neuron ● 1969: Minsky’s doubts ● 1989: LeCun proposes convoluted network ● 1996: Banks start using them for cheque reading ● 2011: Watson wins Jeopardy ● 2012: 15.3% error percentage ● 2016: Uber’s autonomous vehicles in Pittsburgh ● 2017: Alpha Go beats Ke Jie Source: Science & Vie 07/17
  • 19. Prediction ● Predictive recommendation ● To simplify: ○ Consider all past events occurred at random ○ Group your data ○ Find a mathematical model that suits best ○ Iterate
  • 20. Smarter objects ● Smart Home ○ Smart fridge ■ Samsung FamilyHub fridge (You can go have a look at it at Boulanger down the street) ○ Apple HomePod, Amazon Alexa, Google Home, Nest etc. ○ iRobot vacuum cleaner
  • 21. Self-driving (cars?) ● Computer Vision ● Behavioural Prediction ● Influential companies include: ○ Waymo ○ Apple ○ Mobileye ○ Uber ○ Tesla Level Name 0 No Driving Automation 1 Driver Assistance 2 Partial Driving Automation 3 Conditional Driving Automation 4 High Driving Automation 5 Full Driving Automation
  • 22. (Chat)bots ● Human agent interaction platform ● Can be included in ready existing chats ● Or embedded in a website ● Most common uses: ○ Personalised customer experience ○ Virtual Buying assistant ○ Included in a CRM ○ News ○ Productivity tools (slack bots)
  • 23. Chatbots ● A few useful links: ○ Designing a chatbot (no coding) ■ https://chatfuel.com/ or https://botsify.com/ (also https://meya.ai/ ) ○ https://chatbotsmagazine.com/ ○ https://botlist.co/
  • 25. Salesforce - Einstein ● Inbuilt AI module in the Salesforce CRM platform ● Combines and processes data from calendar, email, social, news to make predictions on the future ● Figures out competitor and recommends how to interact with new opportunities ● Writes email ● https://www.salesforce.com/products/einstein/f eatures/ See live demo
  • 26. IBM - Deep Blue ● Chess playing computer ● Loses against Kasparov in 1996 ● Wins (Deeper Blue) against Kasparov in 1997 ● Kasparov’s latest book - Deep Thinking
  • 27. Google DeepMind - Alpha GO ● Developed by DeepMind Technologies in 2010 ● Bought by Google in 2014 (628 M$) ● Beats World Champion Ki Jie
  • 28. IBM - Watson ● https://www.ibm.com/watson/ ● First designed as a Question Answering computing system ● Designed to play the Jeopardy TV game ● Today applications include: ○ Health: cancer detection ○ Éducation: TJ Bot ○ Recipe generation ○ Concierge ○ Strategy ○ Weather forecast
  • 29. IBM - Watson ● Salesforce Integration ○ “Integrate IBM Watson APIs into Salesforce to bring predictive insights from unstructured data inside or outside an enterprise, together with predictive insights from customer data delivered by Salesforce Einstein, enabling smarter, faster decisions across sales, service, marketing, commerce and more.” ● Hilton hotel Concierge robot
  • 30. IBM - Watson ● Conversation ○ Conversation ○ Virtual Agent ● Vision ○ Visual Recognition ● Speech ○ Speech to text ○ Text to speech ● Empathy ○ Personality Insights ○ Tone Analyzer ● Discovery ○ NLP ○ Discovery News ○ Knowledge Studio Document Conversion ● Language ○ Translator ○ Naturall Language Classifier ○ Retrieve and Rank
  • 31. Google - Photos ● Smart Classification ● Image Processing But also: ● Picture Enhancing - Street View ○ https://petapixel.com/2017/07/14/google-uses-ai-create-professional -photos-street-view-shots/ ● Image Generation ○ http://www.businessinsider.fr/us/these-trippy-images-show-how-googles-ai-sees-the-world-2015-6 /#the-engineers-found-that-the-ai-tended-to-populate-specific-features-with-the-same-object-for-e xample-horizons-tended-to-get-filled-with-towers-and-pagodas-androcks-and-trees-turn-into-buildi ngs-11110
  • 32. Mobileye ● Not self driving car ● But device that makes any car smarter ● Even equipped a “self-pulling” suitcase ● Bought by Intel for 15.3 B$
  • 33. Tesla - Autopilot ● Autopilot 2.0 - Level 4 ready ● Sadly famous accident involving white truck on bright weather ● Towards level 5 with rumors of Autopilot 2.5 https://electrek.co/2017/08/09/tesla-autopilot- 2-5-hardware-computer-autonomous-driving/
  • 34. Google - Brain ● https://research.google.com/teams/brain/ ● Research team that sets its own research goals ● Vastly focused on “Making machines intelligent”
  • 35. OpenAI ● “OpenAI is a non-profit AI research company, discovering and enacting the path to safe artificial general intelligence.” ● Recently announced developping an agent capable of beating world class champions at Dota 2 (e-game)
  • 36. Google - AI ● https://ai.google/ ● Google assistant ● Cloud TPU (tensor processing unit) ● Platform to play with AI ○ https://aiexperiments.withgoogle.com/ ○ https://quickdraw.withgoogle.com/ ○ https://aiexperiments.withgoogle.com/auto draw
  • 37. Tensor Flow ● https://www.tensorflow.org/ ● Developed by Google Brain teams ● Open Source ML library ● Helps deploying Neural Networks
  • 38. MIT Media Lab - Deepmoji ● Understanding emotions with the use of emoji ● Countering e-bullying ● Monitoring social media ● Facebook announced 9000 job opening in social monitoring early 2017
  • 39. Other AI research teams ● https://labs.pinterest.com/projects/ ● Uber Michelangelo
  • 42. References ● Patrick Winston. 6.034 Artificial Intelligence. Fall 2010. Massachusetts Institute of Technology: MIT OpenCourseWare, https://ocw.mit.edu. License: Creative Commons BY-NC-SA. ● S. Russell, P.Norvig, Artificial Intelligence: A Modern Approach, Third Edition, 2010, Pearson Education, New Jersey
  • 43. Useful links - Top 5 ● https://www.coursera.org/learn/machine-learning ● https://deeplearning4j.org/neuralnet-overview#define ● https://chatbotsmagazine.com/chatbots-the-beginners-guide- 618e72599b55