SlideShare uma empresa Scribd logo
1 de 43
Baixar para ler offline
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

Mais conteúdo relacionado

Mais procurados

ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEMidhuti
 
Artifical Intelligence
Artifical IntelligenceArtifical Intelligence
Artifical IntelligenceHarsha Varyani
 
ARTIFICIAL INTELLIGENCE Presentation
ARTIFICIAL INTELLIGENCE PresentationARTIFICIAL INTELLIGENCE Presentation
ARTIFICIAL INTELLIGENCE PresentationMuhammad Ahmed
 
Bias in Artificial Intelligence
Bias in Artificial IntelligenceBias in Artificial Intelligence
Bias in Artificial IntelligenceNeelima Kumar
 
Machine Learning Course | Edureka
Machine Learning Course | EdurekaMachine Learning Course | Edureka
Machine Learning Course | EdurekaEdureka!
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine LearningRahul Jain
 
Artificial Intelligence | Introduction to AI | What is ai?
Artificial Intelligence | Introduction to AI |  What is ai?Artificial Intelligence | Introduction to AI |  What is ai?
Artificial Intelligence | Introduction to AI | What is ai?SumitKumarShukla2
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligencePrakhyath Rai
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceSai Nath
 
Artificial Intelligence for Business
Artificial Intelligence for BusinessArtificial Intelligence for Business
Artificial Intelligence for BusinessNicola Mattina
 
Artificial intelligence (AI)
Artificial intelligence (AI)Artificial intelligence (AI)
Artificial intelligence (AI)Fahad Farooq
 
Machine learning Summer Training report
Machine learning Summer Training reportMachine learning Summer Training report
Machine learning Summer Training reportSubhadip Mondal
 
Ethics in the use of Data & AI
Ethics in the use of Data & AI Ethics in the use of Data & AI
Ethics in the use of Data & AI Kalilur Rahman
 

Mais procurados (20)

ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
 
Ai for kids
Ai for kidsAi for kids
Ai for kids
 
AI for Kids
AI for KidsAI for Kids
AI for Kids
 
The Ethics of AI
The Ethics of AIThe Ethics of AI
The Ethics of AI
 
Artifical Intelligence
Artifical IntelligenceArtifical Intelligence
Artifical Intelligence
 
Future of AI
Future of AIFuture of AI
Future of AI
 
ARTIFICIAL INTELLIGENCE Presentation
ARTIFICIAL INTELLIGENCE PresentationARTIFICIAL INTELLIGENCE Presentation
ARTIFICIAL INTELLIGENCE Presentation
 
Bias in Artificial Intelligence
Bias in Artificial IntelligenceBias in Artificial Intelligence
Bias in Artificial Intelligence
 
Machine Learning Course | Edureka
Machine Learning Course | EdurekaMachine Learning Course | Edureka
Machine Learning Course | Edureka
 
Implementing Ethics in AI
Implementing Ethics in AIImplementing Ethics in AI
Implementing Ethics in AI
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Artificial Intelligence | Introduction to AI | What is ai?
Artificial Intelligence | Introduction to AI |  What is ai?Artificial Intelligence | Introduction to AI |  What is ai?
Artificial Intelligence | Introduction to AI | What is ai?
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial Intelligence for Business
Artificial Intelligence for BusinessArtificial Intelligence for Business
Artificial Intelligence for Business
 
Artificial intelligence (AI)
Artificial intelligence (AI)Artificial intelligence (AI)
Artificial intelligence (AI)
 
Ethics of AI
Ethics of AIEthics of AI
Ethics of AI
 
Machine learning Summer Training report
Machine learning Summer Training reportMachine learning Summer Training report
Machine learning Summer Training report
 
Ethics in the use of Data & AI
Ethics in the use of Data & AI Ethics in the use of Data & AI
Ethics in the use of Data & AI
 

Semelhante a Innovation report: Artificial Intelligence

Smart Machines Sep 2014
Smart Machines Sep 2014Smart Machines Sep 2014
Smart Machines Sep 2014Immo Salo
 
Innovation report in a nutshell: Artificial Intelligence
Innovation report in a nutshell: Artificial IntelligenceInnovation report in a nutshell: Artificial Intelligence
Innovation report in a nutshell: Artificial IntelligenceYoussef Rahoui
 
Smart machines - The Hype of 2015
Smart machines - The Hype of 2015Smart machines - The Hype of 2015
Smart machines - The Hype of 2015Immo Salo
 
10 Things Every Entrepreneur Needs to Know About Artificial Intelligence
10 Things Every Entrepreneur Needs to Know About Artificial Intelligence10 Things Every Entrepreneur Needs to Know About Artificial Intelligence
10 Things Every Entrepreneur Needs to Know About Artificial IntelligenceChristopher Mohritz
 
10 Things Every Entrepreneur Needs to Know About Artificial Intelligence
10 Things Every Entrepreneur Needs to Know About Artificial Intelligence10 Things Every Entrepreneur Needs to Know About Artificial Intelligence
10 Things Every Entrepreneur Needs to Know About Artificial Intelligence10x Nation
 
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...Provectus
 
Architecting IoT with Machine Learning
Architecting IoT with Machine LearningArchitecting IoT with Machine Learning
Architecting IoT with Machine LearningRudradeb Mitra
 
Skymind & Deeplearning4j: Deep Learning for the Enterprise
Skymind & Deeplearning4j: Deep Learning for the EnterpriseSkymind & Deeplearning4j: Deep Learning for the Enterprise
Skymind & Deeplearning4j: Deep Learning for the EnterpriseAdam Gibson
 
Smart Machines -presentation, Dec 2014
Smart Machines -presentation, Dec 2014Smart Machines -presentation, Dec 2014
Smart Machines -presentation, Dec 2014Immo Salo
 
Smart machines - The most disruptive change in the history of IT?
Smart machines - The most disruptive change in the history of IT?Smart machines - The most disruptive change in the history of IT?
Smart machines - The most disruptive change in the history of IT?Immo Salo
 
A step towards machine learning at accionlabs
A step towards machine learning at accionlabsA step towards machine learning at accionlabs
A step towards machine learning at accionlabsChetan Khatri
 
Smart machines -presentation, November 2014
Smart machines -presentation, November 2014Smart machines -presentation, November 2014
Smart machines -presentation, November 2014Immo Salo
 
Smart machines, Strategic Technology Trend of 2015
Smart machines, Strategic Technology Trend of 2015Smart machines, Strategic Technology Trend of 2015
Smart machines, Strategic Technology Trend of 2015Immo Salo
 
Smart machines presentation, Oct 2014
Smart machines presentation, Oct 2014Smart machines presentation, Oct 2014
Smart machines presentation, Oct 2014Immo Salo
 
Smart machines - THe Future Is Here
Smart machines - THe Future Is HereSmart machines - THe Future Is Here
Smart machines - THe Future Is HereImmo Salo
 
How Will AI Change the Role of the Data Scientist?
How Will AI Change the Role of the Data Scientist?How Will AI Change the Role of the Data Scientist?
How Will AI Change the Role of the Data Scientist?Hugo Gävert
 
Combining Machine Learning with Physical Computing - June 2023
Combining Machine Learning with Physical Computing - June 2023Combining Machine Learning with Physical Computing - June 2023
Combining Machine Learning with Physical Computing - June 2023Hal Speed
 
Smart Machines Oct 2014
Smart Machines Oct 2014Smart Machines Oct 2014
Smart Machines Oct 2014Immo Salo
 

Semelhante a Innovation report: Artificial Intelligence (20)

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

Mais de Youssef Rahoui

[Madmagz] The Blockchain
[Madmagz] The Blockchain[Madmagz] The Blockchain
[Madmagz] The BlockchainYoussef Rahoui
 
[Madmagz] Blockchain in a nutshell
[Madmagz] Blockchain in a nutshell[Madmagz] Blockchain in a nutshell
[Madmagz] Blockchain in a nutshellYoussef Rahoui
 
Corum group: Paris Presentation
Corum group: Paris PresentationCorum group: Paris Presentation
Corum group: Paris PresentationYoussef Rahoui
 
Corum annual report 2017
Corum annual report 2017Corum annual report 2017
Corum annual report 2017Youssef Rahoui
 
B2B Sales For Startups by @techalamenthe
B2B Sales For Startups by @techalamentheB2B Sales For Startups by @techalamenthe
B2B Sales For Startups by @techalamentheYoussef Rahoui
 
Courrier de L'Atlas n°92 avec Youssef Rahoui, dirigeant de Madmagz et fondate...
Courrier de L'Atlas n°92 avec Youssef Rahoui, dirigeant de Madmagz et fondate...Courrier de L'Atlas n°92 avec Youssef Rahoui, dirigeant de Madmagz et fondate...
Courrier de L'Atlas n°92 avec Youssef Rahoui, dirigeant de Madmagz et fondate...Youssef Rahoui
 
Vendre en B2B : inbound marketing et lead generation pour startups
Vendre en B2B : inbound marketing et lead generation pour startupsVendre en B2B : inbound marketing et lead generation pour startups
Vendre en B2B : inbound marketing et lead generation pour startupsYoussef Rahoui
 
Prez best tips recruiting for SME
Prez best tips recruiting for SMEPrez best tips recruiting for SME
Prez best tips recruiting for SMEYoussef Rahoui
 
Why do people share online?
Why do people share online?Why do people share online?
Why do people share online?Youssef Rahoui
 
Iab internet advertising_revenue_report_2012
Iab internet advertising_revenue_report_2012Iab internet advertising_revenue_report_2012
Iab internet advertising_revenue_report_2012Youssef Rahoui
 
Chiffres cles des_annonceurs_2012
Chiffres cles des_annonceurs_2012Chiffres cles des_annonceurs_2012
Chiffres cles des_annonceurs_2012Youssef Rahoui
 
Du recrutement au contrat de travail
Du recrutement au contrat de travailDu recrutement au contrat de travail
Du recrutement au contrat de travailYoussef Rahoui
 
Le référencement multilingue
Le référencement multilingueLe référencement multilingue
Le référencement multilingueYoussef Rahoui
 
Guide Google de la Rentrée 2012
Guide Google de la Rentrée 2012Guide Google de la Rentrée 2012
Guide Google de la Rentrée 2012Youssef Rahoui
 
Prez Tech à la menthe sur les télécommunications d'entreprise
Prez Tech à la menthe sur les télécommunications d'entreprise Prez Tech à la menthe sur les télécommunications d'entreprise
Prez Tech à la menthe sur les télécommunications d'entreprise Youssef Rahoui
 
Gouvernance & pilotage
Gouvernance & pilotageGouvernance & pilotage
Gouvernance & pilotageYoussef Rahoui
 
The US digital future in focus
The US digital future in focusThe US digital future in focus
The US digital future in focusYoussef Rahoui
 
The Top 100 fastest growing businesses in mena
The Top 100 fastest growing businesses in menaThe Top 100 fastest growing businesses in mena
The Top 100 fastest growing businesses in menaYoussef Rahoui
 
Nouvelles technologies Web
Nouvelles technologies WebNouvelles technologies Web
Nouvelles technologies WebYoussef Rahoui
 

Mais de Youssef Rahoui (20)

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

Último

WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 

Último (20)

WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 

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