SlideShare une entreprise Scribd logo
1  sur  75
Télécharger pour lire hors ligne
Promovare ASSIST
Today is all about AI
Petru Cioată
Ioana Ianovici
Petru Cioată
Software Development Engineer at ASSIST Software
Ioana Ianovici
Software Development Engineer at ASSIST Software
ioana.ianovici@assist.ro
petru.cioata@assist.ro
Contents
● Subjectiveness of AI
● Definition
● History of AI
● The Turing Test
● ANI vs. AGI
● Classification
● Fun stories
● Future
● Conclusions
Subjectiveness of AI
The legacy of Sci Fi
Subjectiveness of AI
◦ What seems hard is actually easy
◦ What seems easy is actually hard
Suitcase words
◦ Intelligence
◦ Learning
How would you define AI?
◦ Cool things that computers can’t do
◦ A simulation of human intelligence
◦ Ability to adapt to new environments based on experience
and learning
Definition of AI
AI History
1920 - RUR - Karel Čapek
Rossumovi Univerzální Roboti (Rossum’s Universal Robots)
1950 - Alan Turing
“
Dartmouth Conference thoughts
“Machines will be capable,
within twenty years, of doing
any work what man can do.”
Herbert A. Simon (CMU)
“Within a generation … the
problem of creating ‘artificer
intelligence’ will substantially be
solved”
Marvin Minsky (MIT)
~1974 ~ 1981 - AI Winter
1981 - Expert Systems
~1988 ~ 1993 - The Second AI Winter
11 May 1997 - Deep Blue
21st Century: Deep Learning, Big Data ...
AI is better than humans in Chess, Go, Poker, Atari games and event IQ tests
Autonomous cars - DARPA Challenge
Chat Bots
Digital Assistants
Recommandations systems
Spam filters
Google Duplex
The Turing Test
The Turing Test
The Turing Test Critic
Eugene Goostman
JUDGE: Hello
EUGENE: Hello, I’m really glad to have the chance to chat with you! My guinea pig Bill sends his regards too!
JUDGE: Is Bill a male or a female?
EUGENE: Ask Bill personally, please.
JUDGE: Well I’d rather talk to you. What is your name?
EUGENE: Call me Eugene. I am glad to talk to you!
JUDGE: My name is Jane and I am female. How about you? What’s your gender?
EUGENE: I’m a male. A “guy” I’d say.
JUDGE: Pleased to meet you Eugene. What’s the weather like where you are?
EUGENE: Let’s get on with our conversation!
JUDGE: Don’t you like talking about the weather?
EUGENE: All these talks about weather is a waste of time.
JUDGE: What would you like to discuss?
EUGENE: I don’t know… Better tell me more about yourself!
Chinese Room Argument
Intelligent is who intelligent says?
ANI vs. AGI
Narrow (Weak) AI
◦ Specific domain application
◦ Solve a specific(narrow) problem
◦ Practical(very pointed challenges)
◦ Certain degree of intelligence in a
particular field
◦ Great at optimizing specific tasks
◦ Learns to reduce error output
◦ Remains a computer system that
performs highly specialised tasks
Benefits of ANI
◦ Process data & complete tasks - significantly quicker than humans
◦ Improve humans productivity, efficiency & quality of life
◦ Relieve us from a lot of the routine tasks
◦ Relieve us of frustrating realities
Raymond Kurzweil’s predictions
2029 - AI systems will pass Turing test
Achieve humans-level intelligence
2045 - technological Singularity will appear
Humans able to connect their neocortex to some
form of storage system (cloud-based/DNA-connected?)
Merge this neocortex with AI-driven amplifiers
“
From ANI to AGI
“We’re slowly building a library of narrow AI talents that are becoming more
impressive. Speech recognition and processing allows computers to convert
sounds to text with greater accuracy.
Google is using AI to caption millions of videos on YouTube. Likewise, computer
vision is improving so that programs like Vitamin D Video can recognize objects,
classify them, and understand how they move. Narrow AI isn’t just getting better
at processing its environment it’s also understanding the difference between
what a human says and what a human wants.”
Aaron Saenz - writer for Singularity Hub
◦ General domain application
◦ Solve multiple problems
◦ Human-level AI
◦ Handle tasks from multiple domains
◦ Learns new tasks across several domains
◦ Adapt to changing environments
◦ Applies experience gathered in one area to a different area
◦ Needs a semantic connection between areas
General AI
General AI - Blue Brain Project
The human brain has
100 billion neurons and
1000 trillion synaptic
interconnections
10.000 neurons and
30 million interconnections
from a mammalian brain
(the Blue Brain Project)
https://bluebrain.epfl.ch/
General AI - Sophia
Sophia’s Main Components:
● A timeline editor
● A “sophisticated chat-bot”
● OpenCog
General AI Threats
Machine learning adversarial attacks in image recognition
General AI Threats
◦ Social attacks on high-profile public platforms (ranging from identity theft
up to alleged meddling with elections)
◦ The Cambridge Analytica case and recent US elections
◦ Totalitarian control threat - the “City Brain” project in Hangzhou, China
Classification
AI Fields
Computer
Science
Artificial
Intelligence
Machine
Learning
Deep LearningData Science
Machine Learning
The field of Machine Learning is built upon the concept of Learning, which is
believed to be central to the notion of Intelligence. It describes systems that
improve their performance in a given task with more and more experience or data.
Machine learning is mainly divided into:
◦ Supervised
◦ Unsupervised
◦ Reinforcement
ML. Supervised Learning
Input and output
pairs
The system is fed with
input-output pairs (also called
labeled input)
The result function
When a certain number of iterations were
done and the algorithm seems to map
correspondingly the given inputs to
outputs, the resulted function is considered
to be the result - the knowledge that the
system learned. It can be applied now to
new data, unlabelled to predict unknown
outputs.
Data analysis
The system analyzes the provided labelled
data, trying to find a corresponding function to
map the given inputs to the given outputs. This
step is usually achieved through multiple
algorithmic iterations.
03
01 02
Usages: Handwriting recognition, Learning to rank, Object
recognition in computer vision, Optical character recognition,
Spam detection, Pattern recognition, Speech recognition and
many more.
ML. Unsupervised learning
The system learns from test data that has not been labeled, classified or categorized.
Unsupervised learning identifies similarities in the data and classifies it based on the
presence or absence of such details.
Unsupervised learning can also be used to create classes on top of which one can
provide the labelled data for supervised models.
It is largely used for density estimation in statistics, summarizing and explaining data
features.
ML. Reinforcement learning.
The system is retro-feeding it’s model in order to improve, based on a definition of
“reward”. It tries to maximize the rewards, without being said how.
The focus is on performance, which involves finding a balance between exploration
(of uncharted territory) and exploitation (of current knowledge).
Deep Learning
Deep Learning is a subfield of Machine Learning.
It structures algorithms in layers to create an artificial neural network (ANN) that
can learn and make intelligent decisions on its own.
Deep Learning methods are used for fields such as computer vision, speech
recognition, natural language processing, audio recognition, social network filtering,
machine translation, bioinformatics, drug design, board game programs, etc.
Data Science
Data Science is an umbrella term that includes:
◦ ML
◦ Statistics
◦ Certain aspects of computer science
▫ Algorithms
▫ data storage
▫ web application development
It is aimed to understand and analyze actual phenomena with data
Robotics
Building and programming robots so that they can operate in real-world scenarios.
Robotics is the ultimate challenge of AI since it requires a combination of all AI
areas.
For example:
◦ Computer vision and speech recognition for sensing the environment
◦ Natural language processing, information retrieval, and reasoning under
uncertainty for processing instructions and predicting consequences of
potential actions
◦ Cognitive modeling and affective computing for interacting and working
together with humans
AI Fields
Computer
Science
Artificial
Intelligence
Machine
Learning
Deep LearningData Science
Fun stories of AI
Amazon Alexa starts a party -- and the
neighbors call the cops.
Robot passport checker rejects Asian man’s
application because “eyes are closed.”
Tay was an artificial intelligence chatter bot that was
originally released by Microsoft Corporation via
Twitter on March 23, 2016.
It caused subsequent controversy when the bot
began to post offensive, racist and sexually-charged
messages in response to other Twitter users, forcing
Microsoft to shut down the service only 16 hours after
its launch.
Tay
Open AI
IPhone X Face ID cracked by a mask
HSBC voice ID fooled by twin
HSBC’s voice recognition ID
system used by half a million
customers for secure access
to their bank accounts has
been breached by a
customer’s twin mimicking his
voice.
Alexa orders dollhouses
“can you play dollhouse with me and get me a dollhouse?”
Ordered a $160 KidKraft Sparkle mansion dollhouse and four pounds of sugar cookies
Facebook chatbots shut down after developing
their own language
Bob: i can i i everything else . . . . . . . . . . . . . .
Alice: balls have zero to me to me to me to me to me to me to me to me to
Bob: you i everything else . . . . . . . . . . . . . .
Alice: balls have a ball to me to me to me to me to me to me to me
Bob: i i can i i i everything else . . . . . . . . . . . . . .
Alice: balls have a ball to me to me to me to me to me to me to me
Bob: i . . . . . . . . . . . . . . . . . . .
Alice: balls have zero to me to me to me to me to me to me to me to me to
Bob: you i i i i i everything else . . . . . . . . . . . . . .
Alice: balls have 0 to me to me to me to me to me to me to me to me to
Bob: you i i i everything else . . . . . . . . . . . . . .
Alice: balls have zero to me to me to me to me to me to me to me to me to
Wrong labeled google photos “gorillas”
Google Allo responds to a gun emoji with a
turban emoji
Google Translate shows gender bias
Gender by Google Translate
he is a soldier
she’s a teacher
he is a doctor
she is a nurse
he is a writer
he is a dog
she is a nanny
it is a cat
he is a president
he is an entrepreneur
she is a singer
he is a student
he is a translator
he is hard working
she is lazy
he is a painter
he is a hairdresser
he is a waiter
he is an engineer
he is an architect
he is an artist
he is a secretary
he is a dentist
he is a florist
he is an accountant
he is a baker
he is a lawyer
he is a belly dancer
he-she is a police
she is beautiful
he is very beautiful
it’s ugly
it is small
he is old
he is strong
he is weak
he is pessimistic
she is optimistic
AI-judged beauty.AI contest is racist
A beauty contest was judged by AI and the robots didn't like
dark skin
Future
85%
Of customer interactions are projected to be
managed without a human by 2020
(Gartner)
$5B
Amount venture capital firms
invested in AI-related firms in 2017
(MoneyTree)
$37B
Amount of total spend in AI by 2025
(Tractica)
15%
Of enterprises are using AI. 31% said it is on the
agenda for the next 12 months
(Adobe)
44ZB
Of data by 2020, containing nearly as many digital bits as there are
stars in the universe
(IDC)
Conclusions
● AI is not something new.
● A machine is called intelligent if passes Turing
Test
● There are two types of AI:
○ Narrow (Weak) AI
○ General AI
● Deep Learning is a part of Machine Learning
which is a part of AI, which is a part of
Computer Science
● It worths getting involved into AI
Questions?
Thank you!
Promovare ASSIST
Today is all about AI

Contenu connexe

Tendances

Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
falepiz
 

Tendances (20)

Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Intoduction of Artificial Intelligence
Intoduction of Artificial IntelligenceIntoduction of Artificial Intelligence
Intoduction of Artificial Intelligence
 
Artificial Intelligence in Gaming
Artificial Intelligence in GamingArtificial Intelligence in Gaming
Artificial Intelligence in Gaming
 
The Future of Machine Learning
The Future of Machine LearningThe Future of Machine Learning
The Future of Machine Learning
 
What is Artificial Intelligence?
What is Artificial Intelligence?What is Artificial Intelligence?
What is Artificial Intelligence?
 
The Ethics of Artificial Intelligence
The Ethics of Artificial IntelligenceThe Ethics of Artificial Intelligence
The Ethics of Artificial Intelligence
 
Ethics and AI
Ethics and AIEthics and AI
Ethics and AI
 
Fundamental Questions - The Second Decade of AI: Towards Architectures for Hu...
Fundamental Questions - The Second Decade of AI: Towards Architectures for Hu...Fundamental Questions - The Second Decade of AI: Towards Architectures for Hu...
Fundamental Questions - The Second Decade of AI: Towards Architectures for Hu...
 
AI: A Begining
AI: A BeginingAI: A Begining
AI: A Begining
 
Ai
AiAi
Ai
 
Humans vs. Machines (February 2017)
Humans vs. Machines (February 2017)Humans vs. Machines (February 2017)
Humans vs. Machines (February 2017)
 
Introduction to Artificial Intelligence and Machine Learning: Ecosystem and T...
Introduction to Artificial Intelligence and Machine Learning: Ecosystem and T...Introduction to Artificial Intelligence and Machine Learning: Ecosystem and T...
Introduction to Artificial Intelligence and Machine Learning: Ecosystem and T...
 
Introduction to Artificial Intelligence and Machine Learning
Introduction to Artificial Intelligence and Machine Learning Introduction to Artificial Intelligence and Machine Learning
Introduction to Artificial Intelligence and Machine Learning
 
Artificial Intelligence or the Brainization of the Economy
Artificial Intelligence or the Brainization of the EconomyArtificial Intelligence or the Brainization of the Economy
Artificial Intelligence or the Brainization of the Economy
 
Artificial Intellegence Disruption by Machine Part 2 of 3
Artificial Intellegence Disruption by Machine Part 2 of 3Artificial Intellegence Disruption by Machine Part 2 of 3
Artificial Intellegence Disruption by Machine Part 2 of 3
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Research about artificial intelligence (A.I)
Research about artificial intelligence (A.I)Research about artificial intelligence (A.I)
Research about artificial intelligence (A.I)
 
Machine Learning, AI and the Brain
Machine Learning, AI and the Brain Machine Learning, AI and the Brain
Machine Learning, AI and the Brain
 
2016 promise-of-ai
2016 promise-of-ai2016 promise-of-ai
2016 promise-of-ai
 

Similaire à Today is all about AI

DL Classe 0 - You can do it
DL Classe 0 - You can do itDL Classe 0 - You can do it
DL Classe 0 - You can do it
Gregory Renard
 
Sp14 cs188 lecture 1 - introduction
Sp14 cs188 lecture 1  - introductionSp14 cs188 lecture 1  - introduction
Sp14 cs188 lecture 1 - introduction
Amer Noureddin
 
Y conf talk - Andrej Karpathy
Y conf talk - Andrej KarpathyY conf talk - Andrej Karpathy
Y conf talk - Andrej Karpathy
Sze Siong Teo
 

Similaire à Today is all about AI (20)

ARTIFICIAL INTELLIGENCE-New.pptx
ARTIFICIAL INTELLIGENCE-New.pptxARTIFICIAL INTELLIGENCE-New.pptx
ARTIFICIAL INTELLIGENCE-New.pptx
 
Darshana'AI .pptx
Darshana'AI .pptxDarshana'AI .pptx
Darshana'AI .pptx
 
Artificial intelligence tapan
Artificial intelligence tapanArtificial intelligence tapan
Artificial intelligence tapan
 
LEC_2_AI_INTRODUCTION - Copy.pptx
LEC_2_AI_INTRODUCTION - Copy.pptxLEC_2_AI_INTRODUCTION - Copy.pptx
LEC_2_AI_INTRODUCTION - Copy.pptx
 
PPT ON AI AND ML.pptx
PPT ON AI AND ML.pptxPPT ON AI AND ML.pptx
PPT ON AI AND ML.pptx
 
Ai chap1 intro
Ai chap1 introAi chap1 intro
Ai chap1 intro
 
Deep Learning Class #0 - You Can Do It
Deep Learning Class #0 - You Can Do ItDeep Learning Class #0 - You Can Do It
Deep Learning Class #0 - You Can Do It
 
DL Classe 0 - You can do it
DL Classe 0 - You can do itDL Classe 0 - You can do it
DL Classe 0 - You can do it
 
CH-1 Introduction to Artificial Intelligence for class 9.pptx
CH-1 Introduction to Artificial Intelligence for class 9.pptxCH-1 Introduction to Artificial Intelligence for class 9.pptx
CH-1 Introduction to Artificial Intelligence for class 9.pptx
 
Artificial Intelligence (Current state and future of A.I) by Mudasir Khushk
Artificial Intelligence (Current state and future of A.I) by Mudasir KhushkArtificial Intelligence (Current state and future of A.I) by Mudasir Khushk
Artificial Intelligence (Current state and future of A.I) by Mudasir Khushk
 
Sp14 cs188 lecture 1 - introduction
Sp14 cs188 lecture 1  - introductionSp14 cs188 lecture 1  - introduction
Sp14 cs188 lecture 1 - introduction
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Selected topics in Computer Science
Selected topics in Computer Science Selected topics in Computer Science
Selected topics in Computer Science
 
Y conf talk - Andrej Karpathy
Y conf talk - Andrej KarpathyY conf talk - Andrej Karpathy
Y conf talk - Andrej Karpathy
 
Introduction to Artificial Intelligence: AIM tinkering Lab Unit 1
Introduction to Artificial Intelligence: AIM tinkering Lab Unit 1Introduction to Artificial Intelligence: AIM tinkering Lab Unit 1
Introduction to Artificial Intelligence: AIM tinkering Lab Unit 1
 
AI.pdf
AI.pdfAI.pdf
AI.pdf
 
L2 e security AI Artificial Intelligence
L2 e security AI Artificial IntelligenceL2 e security AI Artificial Intelligence
L2 e security AI Artificial Intelligence
 
AI basic.pptx
AI basic.pptxAI basic.pptx
AI basic.pptx
 
AI.pptx
AI.pptxAI.pptx
AI.pptx
 

Dernier

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Dernier (20)

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 

Today is all about AI

  • 1.
  • 3. Today is all about AI Petru Cioată Ioana Ianovici
  • 4. Petru Cioată Software Development Engineer at ASSIST Software Ioana Ianovici Software Development Engineer at ASSIST Software ioana.ianovici@assist.ro petru.cioata@assist.ro
  • 5. Contents ● Subjectiveness of AI ● Definition ● History of AI ● The Turing Test ● ANI vs. AGI ● Classification ● Fun stories ● Future ● Conclusions
  • 7. The legacy of Sci Fi
  • 8. Subjectiveness of AI ◦ What seems hard is actually easy ◦ What seems easy is actually hard Suitcase words ◦ Intelligence ◦ Learning
  • 9. How would you define AI?
  • 10. ◦ Cool things that computers can’t do ◦ A simulation of human intelligence ◦ Ability to adapt to new environments based on experience and learning Definition of AI
  • 12. 1920 - RUR - Karel Čapek Rossumovi Univerzální Roboti (Rossum’s Universal Robots)
  • 13. 1950 - Alan Turing
  • 14.
  • 15. “ Dartmouth Conference thoughts “Machines will be capable, within twenty years, of doing any work what man can do.” Herbert A. Simon (CMU) “Within a generation … the problem of creating ‘artificer intelligence’ will substantially be solved” Marvin Minsky (MIT)
  • 16. ~1974 ~ 1981 - AI Winter
  • 17. 1981 - Expert Systems
  • 18. ~1988 ~ 1993 - The Second AI Winter
  • 19. 11 May 1997 - Deep Blue
  • 20. 21st Century: Deep Learning, Big Data ... AI is better than humans in Chess, Go, Poker, Atari games and event IQ tests
  • 21. Autonomous cars - DARPA Challenge
  • 29. The Turing Test Critic
  • 30. Eugene Goostman JUDGE: Hello EUGENE: Hello, I’m really glad to have the chance to chat with you! My guinea pig Bill sends his regards too! JUDGE: Is Bill a male or a female? EUGENE: Ask Bill personally, please. JUDGE: Well I’d rather talk to you. What is your name? EUGENE: Call me Eugene. I am glad to talk to you! JUDGE: My name is Jane and I am female. How about you? What’s your gender? EUGENE: I’m a male. A “guy” I’d say. JUDGE: Pleased to meet you Eugene. What’s the weather like where you are? EUGENE: Let’s get on with our conversation! JUDGE: Don’t you like talking about the weather? EUGENE: All these talks about weather is a waste of time. JUDGE: What would you like to discuss? EUGENE: I don’t know… Better tell me more about yourself!
  • 31. Chinese Room Argument Intelligent is who intelligent says?
  • 33. Narrow (Weak) AI ◦ Specific domain application ◦ Solve a specific(narrow) problem ◦ Practical(very pointed challenges) ◦ Certain degree of intelligence in a particular field ◦ Great at optimizing specific tasks ◦ Learns to reduce error output ◦ Remains a computer system that performs highly specialised tasks
  • 34. Benefits of ANI ◦ Process data & complete tasks - significantly quicker than humans ◦ Improve humans productivity, efficiency & quality of life ◦ Relieve us from a lot of the routine tasks ◦ Relieve us of frustrating realities
  • 35. Raymond Kurzweil’s predictions 2029 - AI systems will pass Turing test Achieve humans-level intelligence 2045 - technological Singularity will appear Humans able to connect their neocortex to some form of storage system (cloud-based/DNA-connected?) Merge this neocortex with AI-driven amplifiers
  • 36. “ From ANI to AGI “We’re slowly building a library of narrow AI talents that are becoming more impressive. Speech recognition and processing allows computers to convert sounds to text with greater accuracy. Google is using AI to caption millions of videos on YouTube. Likewise, computer vision is improving so that programs like Vitamin D Video can recognize objects, classify them, and understand how they move. Narrow AI isn’t just getting better at processing its environment it’s also understanding the difference between what a human says and what a human wants.” Aaron Saenz - writer for Singularity Hub
  • 37. ◦ General domain application ◦ Solve multiple problems ◦ Human-level AI ◦ Handle tasks from multiple domains ◦ Learns new tasks across several domains ◦ Adapt to changing environments ◦ Applies experience gathered in one area to a different area ◦ Needs a semantic connection between areas General AI
  • 38. General AI - Blue Brain Project The human brain has 100 billion neurons and 1000 trillion synaptic interconnections 10.000 neurons and 30 million interconnections from a mammalian brain (the Blue Brain Project) https://bluebrain.epfl.ch/
  • 39. General AI - Sophia Sophia’s Main Components: ● A timeline editor ● A “sophisticated chat-bot” ● OpenCog
  • 40. General AI Threats Machine learning adversarial attacks in image recognition
  • 41. General AI Threats ◦ Social attacks on high-profile public platforms (ranging from identity theft up to alleged meddling with elections) ◦ The Cambridge Analytica case and recent US elections ◦ Totalitarian control threat - the “City Brain” project in Hangzhou, China
  • 44. Machine Learning The field of Machine Learning is built upon the concept of Learning, which is believed to be central to the notion of Intelligence. It describes systems that improve their performance in a given task with more and more experience or data. Machine learning is mainly divided into: ◦ Supervised ◦ Unsupervised ◦ Reinforcement
  • 45. ML. Supervised Learning Input and output pairs The system is fed with input-output pairs (also called labeled input) The result function When a certain number of iterations were done and the algorithm seems to map correspondingly the given inputs to outputs, the resulted function is considered to be the result - the knowledge that the system learned. It can be applied now to new data, unlabelled to predict unknown outputs. Data analysis The system analyzes the provided labelled data, trying to find a corresponding function to map the given inputs to the given outputs. This step is usually achieved through multiple algorithmic iterations. 03 01 02 Usages: Handwriting recognition, Learning to rank, Object recognition in computer vision, Optical character recognition, Spam detection, Pattern recognition, Speech recognition and many more.
  • 46. ML. Unsupervised learning The system learns from test data that has not been labeled, classified or categorized. Unsupervised learning identifies similarities in the data and classifies it based on the presence or absence of such details. Unsupervised learning can also be used to create classes on top of which one can provide the labelled data for supervised models. It is largely used for density estimation in statistics, summarizing and explaining data features.
  • 47. ML. Reinforcement learning. The system is retro-feeding it’s model in order to improve, based on a definition of “reward”. It tries to maximize the rewards, without being said how. The focus is on performance, which involves finding a balance between exploration (of uncharted territory) and exploitation (of current knowledge).
  • 48. Deep Learning Deep Learning is a subfield of Machine Learning. It structures algorithms in layers to create an artificial neural network (ANN) that can learn and make intelligent decisions on its own. Deep Learning methods are used for fields such as computer vision, speech recognition, natural language processing, audio recognition, social network filtering, machine translation, bioinformatics, drug design, board game programs, etc.
  • 49. Data Science Data Science is an umbrella term that includes: ◦ ML ◦ Statistics ◦ Certain aspects of computer science ▫ Algorithms ▫ data storage ▫ web application development It is aimed to understand and analyze actual phenomena with data
  • 50. Robotics Building and programming robots so that they can operate in real-world scenarios. Robotics is the ultimate challenge of AI since it requires a combination of all AI areas. For example: ◦ Computer vision and speech recognition for sensing the environment ◦ Natural language processing, information retrieval, and reasoning under uncertainty for processing instructions and predicting consequences of potential actions ◦ Cognitive modeling and affective computing for interacting and working together with humans
  • 53. Amazon Alexa starts a party -- and the neighbors call the cops.
  • 54. Robot passport checker rejects Asian man’s application because “eyes are closed.”
  • 55. Tay was an artificial intelligence chatter bot that was originally released by Microsoft Corporation via Twitter on March 23, 2016. It caused subsequent controversy when the bot began to post offensive, racist and sexually-charged messages in response to other Twitter users, forcing Microsoft to shut down the service only 16 hours after its launch. Tay
  • 57. IPhone X Face ID cracked by a mask
  • 58. HSBC voice ID fooled by twin HSBC’s voice recognition ID system used by half a million customers for secure access to their bank accounts has been breached by a customer’s twin mimicking his voice.
  • 59. Alexa orders dollhouses “can you play dollhouse with me and get me a dollhouse?” Ordered a $160 KidKraft Sparkle mansion dollhouse and four pounds of sugar cookies
  • 60. Facebook chatbots shut down after developing their own language Bob: i can i i everything else . . . . . . . . . . . . . . Alice: balls have zero to me to me to me to me to me to me to me to me to Bob: you i everything else . . . . . . . . . . . . . . Alice: balls have a ball to me to me to me to me to me to me to me Bob: i i can i i i everything else . . . . . . . . . . . . . . Alice: balls have a ball to me to me to me to me to me to me to me Bob: i . . . . . . . . . . . . . . . . . . . Alice: balls have zero to me to me to me to me to me to me to me to me to Bob: you i i i i i everything else . . . . . . . . . . . . . . Alice: balls have 0 to me to me to me to me to me to me to me to me to Bob: you i i i everything else . . . . . . . . . . . . . . Alice: balls have zero to me to me to me to me to me to me to me to me to
  • 61. Wrong labeled google photos “gorillas”
  • 62. Google Allo responds to a gun emoji with a turban emoji
  • 63. Google Translate shows gender bias Gender by Google Translate he is a soldier she’s a teacher he is a doctor she is a nurse he is a writer he is a dog she is a nanny it is a cat he is a president he is an entrepreneur she is a singer he is a student he is a translator he is hard working she is lazy he is a painter he is a hairdresser he is a waiter he is an engineer he is an architect he is an artist he is a secretary he is a dentist he is a florist he is an accountant he is a baker he is a lawyer he is a belly dancer he-she is a police she is beautiful he is very beautiful it’s ugly it is small he is old he is strong he is weak he is pessimistic she is optimistic
  • 64. AI-judged beauty.AI contest is racist A beauty contest was judged by AI and the robots didn't like dark skin
  • 66. 85% Of customer interactions are projected to be managed without a human by 2020 (Gartner)
  • 67. $5B Amount venture capital firms invested in AI-related firms in 2017 (MoneyTree)
  • 68. $37B Amount of total spend in AI by 2025 (Tractica)
  • 69. 15% Of enterprises are using AI. 31% said it is on the agenda for the next 12 months (Adobe)
  • 70. 44ZB Of data by 2020, containing nearly as many digital bits as there are stars in the universe (IDC)
  • 71. Conclusions ● AI is not something new. ● A machine is called intelligent if passes Turing Test ● There are two types of AI: ○ Narrow (Weak) AI ○ General AI ● Deep Learning is a part of Machine Learning which is a part of AI, which is a part of Computer Science ● It worths getting involved into AI