SlideShare a Scribd company logo
1 of 34
An Introduction to
Artificial Intelligence
Dr Iman Ardekani
Understanding intelligence
Imitating intelligence
Artificial intelligence - AI
Branches of AI
Content
Undrstanding Intelligence
Many great philosopher over the ages attempted to explain the
process of thought and understanding.
Intelligence
Plato
428–348 BC
Aristotle
384–322 BC
Philosophy
Math
Nature and Universe
Human knowledge Intelligence
*
Undrstanding Intelligence
Plato
428–348 BC
Aristotle
384–322 BC
Copernic
1473-1543
Galileo
1564-1642
Philosophy & Natural Science
Math
Intelligence
Nature and Universe
Human knowledge
The real key that started the quest for the
simulation of inteligence did not occure until …
*
Undrstanding Intelligence
Philosophy & Natural Science
Math
Intelligence
Nature and Universe
Human knowledge
Thomas Hobbes (English Philosopher) put forth an interesting concept that
thinking consists of symbolic operations and that everything in the life
can be represented mathematically.
Hobbes
1588-1679
*
Undrstanding Intelligence
Philosophy & Natural Science
Math
Intelligence
Nature and Universe
Human knowledge
Thomas Hobbes (English Philosopher) put forth an interesting concept that
thinking consists of symbolic operations and that everything in the life
can be represented mathematically.
Hobbes
1588-1679
*
Hobbes (British Philosopher):
Thinking consists of symbolic operations!
Based on this logic, a machine capable of caring out
mathematical operations on symbols could imitate human
thinking.
Undrstanding Intelligence
Hobbes
1588-1679
What is a symbolic operation?
• Numeric operation (2+3)2 = 25
• Symbolic operation (a+b)2 = a2 + b2 + 2ab
Rene Descartes (French Philosopher and Mathematician):
He believed that the mind and the real world are in parallel
planes. The physical word (i.e. machines) cannot imitate the
mind because there is no common reference point.
Undrstanding Intelligence
Descartes
1596-1650
Charles Babbage (British Mathematician):
In Babbage's time, numerical tables were calculated by humans who
were called 'computers’. He saw the high error-rate of this human-
driven process and started work of trying to calculate the tables
mechanically. He created a “difference engine” to compute values
of polynomial functions.
Imitating Inteligence
Babbage
1791-1871
A part of Babbage's difference
engine
He also introduced the idea of “Analytical
Machine”, but he could never realize this
idea.
George Boole (British Mathematician):
Boole formulated the “Laws of Thought” that set up rules of logic for
representing thoughts (symbolic logic). This was the birth of digital
logic, a key component of AI.
In the early 1900s, Alfred Whitehead and Bertrand Russell extended
Boole’s logic to include mathematical operations. This led to the
formulation of digital computers. Also, this made possible one of the
first ties between computers and thought process.
Imitating Inteligence
Boole
1815-1864
Russell
1872-1970
Whitehead
1861-1947
Design a digital computer using logical operations to compute y=x1+x2
where x1 and x2 are 4-digit binary numbers (4-bit adder).
Design a digital computer using logical operations to compute y=x1.x2
where x1 and x2 are 4-digit binary numbers (4-bit multiplier).
Design a digital computer using logical operations to compute y=ex where
x1 and x2 are 4-digit binary numbers (ex=1+x+x2/2+x3/6+…).
Imitating Inteligence
Claude Shannon (American Electrical Engineer):
He wrote his master’s thesis demonstrating that electrical
applications of Boolean algebra could construct and resolve any
logical, numerical relationship.
It has been claimed that this was the most important master's thesis
of all time. His PhD these was on mathematical relationships of
genetics.
He is known as the father of Information Technology.
Imitating Inteligence
Shannon
1916-2001
John Neumann (American Mathematician)
He suggested that the computers
 should be general purpose logic machines.
 could react intelligently to the results of their calculations
 could choose among alternatives, and even play checker and chess
This represented something unheard of at that time: a machine with
built-in intelligence, able to operate on internal instructions.
Before introducing this concept, even the most complex mechanical
devices had always been controlled from the outsides, by knobs and
dials.
He didn't’ invent the computer but what he introduced was equally
significant: computing by use of computer programs.
Imitating Inteligence
Neumann
1903-1957
John Mauchly (American Electrical Engineer):
John Mauchly designed and built the first general purpose digital
computer in 1946 at the University of Pennsylvania:
ENIAC (Electronic Numerical Integrator and Computer)
Weight = 30 Tons
Floor Space = 1500 Square Feet
Shannon’s idea  Hardware
Neumann’s idea  Software
Imitating Inteligence
Mauchly
1907-1980
Alan Turing (British Mathematician):
He introduced “Universal Machine Concept” that describe a
machine for solving all problems based on variable instructions.
Turing’s universal machine concept, along with Neumann’s concept
of computing using programs led to programmable computers.
Operational machines were now being realized. The question was
“Are they intelligent?” and “in what extend?”. Turing also designed
Turing’s test for determining the intelligence of a system.
Imitating Inteligence
Turing
1912-1954
Turing Test – Step 1 (man/woman)
A is a man and B is a woman and C is of either sex.
C is unable to see either A or B, and can communicate
with them only through online computer chat.
By asking questions of A and B, C tries to determine
which of the two is the man and which is the woman.
A's role is to trick C into making the wrong decision,
while B attempts to assist C in making the right one.
Imitating Inteligence
Turing Test – Step 2 (human/computer)
Substitute a computer for A.
By asking questions of Computer and B, C tries to
determine which of the two is the computer.
Computer's role is to trick C into making the wrong
decision, while B attempts to assist C in making the right
one.
If the C’s success rate in human/computer game is not
better than his success rate in the man/woman game
Imitating Inteligence
Turing Test
If the C’s success rate in human/computer game is not better than his
success rate in the man/woman game, then the computer can be said to be
“thinking”.
Imitating Inteligence
There was now a need for a high-level programming language.
Logic Theorist was written in 1955 by A. Newell, H. A. Simon
and J. C. Shaw. It was the first program deliberately
engineered to mimic the problem solving skills of a human
being and is called "the first artificial intelligence program.” It
would eventually prove 38 of the first 52 theorems of
Whitehead and Russell, and find new and more elegant proofs
for some.[2]
Imitating Inteligence
John McCarthy (American Computer Scientist)
He coined the term “Artificial Intelligence” in the first conference on
machine intelligence, 1956.
He also developed LISP (List Processing) programming language,
which has become a standard tool for AI development.
LISP distinctions:
 Memory organization – in a tree fashion
 Control structure – instead of working from perquisites to a goal, it
starts with the goal and works backward to determine what perquisites
are required to achieve the goal.
Artificial Intelligence
McCarthy
1927-2011
GPS (General Problem Solver) was another AI programming language that
introduced in 1959.
It was capable of solving theorems, playing chess, or doing puzzles.
Its core was based on the use of means-end analysis, which involves
comparing a present state with a goal state. The difference between the two
state is determined and a search is done to find a method to reduce this
difference. This process is continued until there is no difference between the
current state and the goal state.
It was capable of backtracking to an earlier state to correct its mistakes.
It was also able to define sub-goals.
GPS did a good job of imitating the human subjects.
Artificial Intelligence
ELIZA was the first intelligent computer program that
was enable of interacting in a two-way conversation.
It could sustain very realistic conversations by very
smart techniques.
For example, ELIZA used a pattern matching method
that would scan for keywords like “I”, “You”, “Like”
and so on. If one of these words was found, it would
execute rules associated with it. If no match was
found, it would request for more information.
Artificial Intelligence
Link to ELIZA
The various attempts at formally defining the use of machines to simulate
human intelligence let to several AI branches
1. Natural Language Processing (NLP)
2. Computer Vision
3. Robotics
4. Problem-solving and planning
5. Learning
6. Expert Systems
Branches of AI
Branches of AI
NLP
ComputerVision
ExpertSystems
ProblemSolving
Robotics
Learning
Artificial Intelligence
Human-like artificial creatures
Other artificial creatures
Special robots/machines with higher capabilities
How successful we have been in creating human-like artificial creatures?
Branches of AI
Natural Language Processing (NLP)
NLP understands, and generates languages that humans use naturally so that
eventually you will be able to address your computer as though you were
addressing another person (e.g. ELIZA)
Branches of AI
Speech NLP Knowledge
Natural Language Processing (NLP)
NLP Categories:
1- Phonology: modeling the pronunciation of words (chair, car, cell)
2- Morphology: identifying the structure of words (dog, dogs, hot dogs)
3- Syntax (identifying grammars)
4- Semantics (understanding and representing the meaning)
Applications:
automatic text indexing, grammar and style analyser, automatic text generation,
machine translation, optical character recognition (OCR) and etc.
Branches of AI
Computer Vision
Computer vision is a field that includes methods for acquiring, processing,
analysing, and understanding images and, in general, high-dimensional
data from the real world in order to produce numerical or symbolic
information, e.g., in the forms of decisions.
Branches of AI
Images
Computer
Vision
Knowledge
Branches of AI
Computer Vision
US Deference Advance Research Projects Agency (DARPA)
Computer Vision
Applications:
1. Recognize objects (e.g. people we know and things we own)
2. Locate objects in space (to pick them up?)
3. Track objects in motion (catching a baseball, avoiding collisions
with cars on the road)
4. Recognize actions (e.g. walking, running, pushing)
Branches of AI
Robotics
Robotics involves the control of actuators on robots to move, manipulate or
grasp objects, locomotion of independent machines and use of sensory
input to guide actions.
Branches of AI
Problem-solving and Planning
This technology involves application such s refinement of high-level goals
into lower-level ones, determination of actions to achieve goals, revision of
plans based on intermediate results, and focused search of important
goals. A good example is chess players software.
Branches of AI
Learning
Learning deals with research into various forms of learning including rote learning,
learning through advise, learning by example, learning by task performance, and
learning by following concepts.
Branches of AI
Expert Systems
Expert systems deal with the processing of knowledge as opposed to
processing of data. It involves the development of computer software to
solve complex decision problems. In fact, an expert system is a computer
system that make decisions on behalf of human.
Branches of AI
Link to ANNA Android Doctor

More Related Content

What's hot

Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
falepiz
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
Nitesh Kumar
 

What's hot (20)

Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial intelligence : what it is
Artificial intelligence : what it isArtificial intelligence : what it is
Artificial intelligence : what it is
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
 
Artificial Intelligence ppt
Artificial Intelligence pptArtificial Intelligence ppt
Artificial Intelligence ppt
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Aippt
AipptAippt
Aippt
 
AI PPT
AI PPTAI PPT
AI PPT
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial intelligence ppt
Artificial intelligence pptArtificial intelligence ppt
Artificial intelligence ppt
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligence
 
Artificial intelligence - An Overview
Artificial intelligence - An OverviewArtificial intelligence - An Overview
Artificial intelligence - An Overview
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 

Similar to Artificial Intelligence

Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
Bise Mond
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
Bise Mond
 
Can computers think
Can computers thinkCan computers think
Can computers think
GTClub
 

Similar to Artificial Intelligence (20)

Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Week 1.pdf
Week 1.pdfWeek 1.pdf
Week 1.pdf
 
Artificial intelligence.pptx
Artificial intelligence.pptxArtificial intelligence.pptx
Artificial intelligence.pptx
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligence
 
The IOT Academy Training for Artificial Intelligence ( AI)
The IOT Academy Training for Artificial Intelligence ( AI)The IOT Academy Training for Artificial Intelligence ( AI)
The IOT Academy Training for Artificial Intelligence ( AI)
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Whole basic
Whole basicWhole basic
Whole basic
 
Binder4
Binder4Binder4
Binder4
 
Unit 1 ppt.pptx
Unit 1 ppt.pptxUnit 1 ppt.pptx
Unit 1 ppt.pptx
 
artificial-intelligence
artificial-intelligenceartificial-intelligence
artificial-intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Can computers think
Can computers thinkCan computers think
Can computers think
 
1.INTRODUCTION AI.pdf
1.INTRODUCTION AI.pdf1.INTRODUCTION AI.pdf
1.INTRODUCTION AI.pdf
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Intoduction of Artificial Intelligence
Intoduction of Artificial IntelligenceIntoduction of Artificial Intelligence
Intoduction of Artificial Intelligence
 
Advanced Artificial Intelligence
Advanced Artificial IntelligenceAdvanced Artificial Intelligence
Advanced Artificial Intelligence
 
introduction to ai
introduction to aiintroduction to ai
introduction to ai
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Physical symbol system
Physical symbol systemPhysical symbol system
Physical symbol system
 

More from Iman Ardekani

More from Iman Ardekani (8)

Introduction to Quantitative Research Methods
Introduction to Quantitative Research MethodsIntroduction to Quantitative Research Methods
Introduction to Quantitative Research Methods
 
Introduction to Research Methods
Introduction to Research Methods Introduction to Research Methods
Introduction to Research Methods
 
Artificial Neural Network
Artificial Neural Network Artificial Neural Network
Artificial Neural Network
 
Expert Systems
Expert SystemsExpert Systems
Expert Systems
 
Genetic Agorithm
Genetic AgorithmGenetic Agorithm
Genetic Agorithm
 
ANC Tutorial (2013)
ANC Tutorial (2013)ANC Tutorial (2013)
ANC Tutorial (2013)
 
Remote Active Noise Control
Remote Active Noise Control Remote Active Noise Control
Remote Active Noise Control
 
Adaptive Active Control of Sound in Smart Rooms (2014)
Adaptive Active Control of Sound in Smart Rooms (2014)Adaptive Active Control of Sound in Smart Rooms (2014)
Adaptive Active Control of Sound in Smart Rooms (2014)
 

Recently uploaded

biology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGYbiology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGY
1301aanya
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
Sérgio Sacani
 
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
PirithiRaju
 
Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and Classifications
Areesha Ahmad
 
Conjugation, transduction and transformation
Conjugation, transduction and transformationConjugation, transduction and transformation
Conjugation, transduction and transformation
Areesha Ahmad
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
ssuser79fe74
 

Recently uploaded (20)

biology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGYbiology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGY
 
Clean In Place(CIP).pptx .
Clean In Place(CIP).pptx                 .Clean In Place(CIP).pptx                 .
Clean In Place(CIP).pptx .
 
Dopamine neurotransmitter determination using graphite sheet- graphene nano-s...
Dopamine neurotransmitter determination using graphite sheet- graphene nano-s...Dopamine neurotransmitter determination using graphite sheet- graphene nano-s...
Dopamine neurotransmitter determination using graphite sheet- graphene nano-s...
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
 
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts ServiceJustdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
 
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
 
COMPUTING ANTI-DERIVATIVES (Integration by SUBSTITUTION)
COMPUTING ANTI-DERIVATIVES(Integration by SUBSTITUTION)COMPUTING ANTI-DERIVATIVES(Integration by SUBSTITUTION)
COMPUTING ANTI-DERIVATIVES (Integration by SUBSTITUTION)
 
Factory Acceptance Test( FAT).pptx .
Factory Acceptance Test( FAT).pptx       .Factory Acceptance Test( FAT).pptx       .
Factory Acceptance Test( FAT).pptx .
 
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
 
Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and Classifications
 
Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...
Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...
Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...
 
Conjugation, transduction and transformation
Conjugation, transduction and transformationConjugation, transduction and transformation
Conjugation, transduction and transformation
 
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
 
IDENTIFICATION OF THE LIVING- forensic medicine
IDENTIFICATION OF THE LIVING- forensic medicineIDENTIFICATION OF THE LIVING- forensic medicine
IDENTIFICATION OF THE LIVING- forensic medicine
 
Zoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdfZoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdf
 
Unit5-Cloud.pptx for lpu course cse121 o
Unit5-Cloud.pptx for lpu course cse121 oUnit5-Cloud.pptx for lpu course cse121 o
Unit5-Cloud.pptx for lpu course cse121 o
 
module for grade 9 for distance learning
module for grade 9 for distance learningmodule for grade 9 for distance learning
module for grade 9 for distance learning
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
 
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
 

Artificial Intelligence

  • 1. An Introduction to Artificial Intelligence Dr Iman Ardekani
  • 2. Understanding intelligence Imitating intelligence Artificial intelligence - AI Branches of AI Content
  • 3. Undrstanding Intelligence Many great philosopher over the ages attempted to explain the process of thought and understanding. Intelligence Plato 428–348 BC Aristotle 384–322 BC Philosophy Math Nature and Universe Human knowledge Intelligence *
  • 4. Undrstanding Intelligence Plato 428–348 BC Aristotle 384–322 BC Copernic 1473-1543 Galileo 1564-1642 Philosophy & Natural Science Math Intelligence Nature and Universe Human knowledge The real key that started the quest for the simulation of inteligence did not occure until … *
  • 5. Undrstanding Intelligence Philosophy & Natural Science Math Intelligence Nature and Universe Human knowledge Thomas Hobbes (English Philosopher) put forth an interesting concept that thinking consists of symbolic operations and that everything in the life can be represented mathematically. Hobbes 1588-1679 *
  • 6. Undrstanding Intelligence Philosophy & Natural Science Math Intelligence Nature and Universe Human knowledge Thomas Hobbes (English Philosopher) put forth an interesting concept that thinking consists of symbolic operations and that everything in the life can be represented mathematically. Hobbes 1588-1679 *
  • 7. Hobbes (British Philosopher): Thinking consists of symbolic operations! Based on this logic, a machine capable of caring out mathematical operations on symbols could imitate human thinking. Undrstanding Intelligence Hobbes 1588-1679 What is a symbolic operation? • Numeric operation (2+3)2 = 25 • Symbolic operation (a+b)2 = a2 + b2 + 2ab
  • 8. Rene Descartes (French Philosopher and Mathematician): He believed that the mind and the real world are in parallel planes. The physical word (i.e. machines) cannot imitate the mind because there is no common reference point. Undrstanding Intelligence Descartes 1596-1650
  • 9. Charles Babbage (British Mathematician): In Babbage's time, numerical tables were calculated by humans who were called 'computers’. He saw the high error-rate of this human- driven process and started work of trying to calculate the tables mechanically. He created a “difference engine” to compute values of polynomial functions. Imitating Inteligence Babbage 1791-1871 A part of Babbage's difference engine He also introduced the idea of “Analytical Machine”, but he could never realize this idea.
  • 10. George Boole (British Mathematician): Boole formulated the “Laws of Thought” that set up rules of logic for representing thoughts (symbolic logic). This was the birth of digital logic, a key component of AI. In the early 1900s, Alfred Whitehead and Bertrand Russell extended Boole’s logic to include mathematical operations. This led to the formulation of digital computers. Also, this made possible one of the first ties between computers and thought process. Imitating Inteligence Boole 1815-1864 Russell 1872-1970 Whitehead 1861-1947
  • 11. Design a digital computer using logical operations to compute y=x1+x2 where x1 and x2 are 4-digit binary numbers (4-bit adder). Design a digital computer using logical operations to compute y=x1.x2 where x1 and x2 are 4-digit binary numbers (4-bit multiplier). Design a digital computer using logical operations to compute y=ex where x1 and x2 are 4-digit binary numbers (ex=1+x+x2/2+x3/6+…). Imitating Inteligence
  • 12. Claude Shannon (American Electrical Engineer): He wrote his master’s thesis demonstrating that electrical applications of Boolean algebra could construct and resolve any logical, numerical relationship. It has been claimed that this was the most important master's thesis of all time. His PhD these was on mathematical relationships of genetics. He is known as the father of Information Technology. Imitating Inteligence Shannon 1916-2001
  • 13. John Neumann (American Mathematician) He suggested that the computers  should be general purpose logic machines.  could react intelligently to the results of their calculations  could choose among alternatives, and even play checker and chess This represented something unheard of at that time: a machine with built-in intelligence, able to operate on internal instructions. Before introducing this concept, even the most complex mechanical devices had always been controlled from the outsides, by knobs and dials. He didn't’ invent the computer but what he introduced was equally significant: computing by use of computer programs. Imitating Inteligence Neumann 1903-1957
  • 14. John Mauchly (American Electrical Engineer): John Mauchly designed and built the first general purpose digital computer in 1946 at the University of Pennsylvania: ENIAC (Electronic Numerical Integrator and Computer) Weight = 30 Tons Floor Space = 1500 Square Feet Shannon’s idea  Hardware Neumann’s idea  Software Imitating Inteligence Mauchly 1907-1980
  • 15. Alan Turing (British Mathematician): He introduced “Universal Machine Concept” that describe a machine for solving all problems based on variable instructions. Turing’s universal machine concept, along with Neumann’s concept of computing using programs led to programmable computers. Operational machines were now being realized. The question was “Are they intelligent?” and “in what extend?”. Turing also designed Turing’s test for determining the intelligence of a system. Imitating Inteligence Turing 1912-1954
  • 16. Turing Test – Step 1 (man/woman) A is a man and B is a woman and C is of either sex. C is unable to see either A or B, and can communicate with them only through online computer chat. By asking questions of A and B, C tries to determine which of the two is the man and which is the woman. A's role is to trick C into making the wrong decision, while B attempts to assist C in making the right one. Imitating Inteligence
  • 17. Turing Test – Step 2 (human/computer) Substitute a computer for A. By asking questions of Computer and B, C tries to determine which of the two is the computer. Computer's role is to trick C into making the wrong decision, while B attempts to assist C in making the right one. If the C’s success rate in human/computer game is not better than his success rate in the man/woman game Imitating Inteligence
  • 18. Turing Test If the C’s success rate in human/computer game is not better than his success rate in the man/woman game, then the computer can be said to be “thinking”. Imitating Inteligence
  • 19. There was now a need for a high-level programming language. Logic Theorist was written in 1955 by A. Newell, H. A. Simon and J. C. Shaw. It was the first program deliberately engineered to mimic the problem solving skills of a human being and is called "the first artificial intelligence program.” It would eventually prove 38 of the first 52 theorems of Whitehead and Russell, and find new and more elegant proofs for some.[2] Imitating Inteligence
  • 20. John McCarthy (American Computer Scientist) He coined the term “Artificial Intelligence” in the first conference on machine intelligence, 1956. He also developed LISP (List Processing) programming language, which has become a standard tool for AI development. LISP distinctions:  Memory organization – in a tree fashion  Control structure – instead of working from perquisites to a goal, it starts with the goal and works backward to determine what perquisites are required to achieve the goal. Artificial Intelligence McCarthy 1927-2011
  • 21. GPS (General Problem Solver) was another AI programming language that introduced in 1959. It was capable of solving theorems, playing chess, or doing puzzles. Its core was based on the use of means-end analysis, which involves comparing a present state with a goal state. The difference between the two state is determined and a search is done to find a method to reduce this difference. This process is continued until there is no difference between the current state and the goal state. It was capable of backtracking to an earlier state to correct its mistakes. It was also able to define sub-goals. GPS did a good job of imitating the human subjects. Artificial Intelligence
  • 22. ELIZA was the first intelligent computer program that was enable of interacting in a two-way conversation. It could sustain very realistic conversations by very smart techniques. For example, ELIZA used a pattern matching method that would scan for keywords like “I”, “You”, “Like” and so on. If one of these words was found, it would execute rules associated with it. If no match was found, it would request for more information. Artificial Intelligence Link to ELIZA
  • 23. The various attempts at formally defining the use of machines to simulate human intelligence let to several AI branches 1. Natural Language Processing (NLP) 2. Computer Vision 3. Robotics 4. Problem-solving and planning 5. Learning 6. Expert Systems Branches of AI
  • 24. Branches of AI NLP ComputerVision ExpertSystems ProblemSolving Robotics Learning Artificial Intelligence Human-like artificial creatures Other artificial creatures Special robots/machines with higher capabilities
  • 25. How successful we have been in creating human-like artificial creatures? Branches of AI
  • 26. Natural Language Processing (NLP) NLP understands, and generates languages that humans use naturally so that eventually you will be able to address your computer as though you were addressing another person (e.g. ELIZA) Branches of AI Speech NLP Knowledge
  • 27. Natural Language Processing (NLP) NLP Categories: 1- Phonology: modeling the pronunciation of words (chair, car, cell) 2- Morphology: identifying the structure of words (dog, dogs, hot dogs) 3- Syntax (identifying grammars) 4- Semantics (understanding and representing the meaning) Applications: automatic text indexing, grammar and style analyser, automatic text generation, machine translation, optical character recognition (OCR) and etc. Branches of AI
  • 28. Computer Vision Computer vision is a field that includes methods for acquiring, processing, analysing, and understanding images and, in general, high-dimensional data from the real world in order to produce numerical or symbolic information, e.g., in the forms of decisions. Branches of AI Images Computer Vision Knowledge
  • 29. Branches of AI Computer Vision US Deference Advance Research Projects Agency (DARPA)
  • 30. Computer Vision Applications: 1. Recognize objects (e.g. people we know and things we own) 2. Locate objects in space (to pick them up?) 3. Track objects in motion (catching a baseball, avoiding collisions with cars on the road) 4. Recognize actions (e.g. walking, running, pushing) Branches of AI
  • 31. Robotics Robotics involves the control of actuators on robots to move, manipulate or grasp objects, locomotion of independent machines and use of sensory input to guide actions. Branches of AI
  • 32. Problem-solving and Planning This technology involves application such s refinement of high-level goals into lower-level ones, determination of actions to achieve goals, revision of plans based on intermediate results, and focused search of important goals. A good example is chess players software. Branches of AI
  • 33. Learning Learning deals with research into various forms of learning including rote learning, learning through advise, learning by example, learning by task performance, and learning by following concepts. Branches of AI
  • 34. Expert Systems Expert systems deal with the processing of knowledge as opposed to processing of data. It involves the development of computer software to solve complex decision problems. In fact, an expert system is a computer system that make decisions on behalf of human. Branches of AI Link to ANNA Android Doctor

Editor's Notes

  1. https://www.youtube.com/watch?v=MaTfzYDZG8c
  2. Phonology: Modelling the pronunciation of a word as a string of symbols (chair, car, cell,…) Morphology: Identification of the structure of words (dog, dogs, hot dog, ….) Syntax: Study of grammars Semantics: Understanding and representing the meaning
  3. Phonology: Modelling the pronunciation of a word as a string of symbols (chair, car, cell,…) Morphology: Identification of the structure of words (dog, dogs, hot dog, ….) Syntax: Study of grammars Semantics: Understanding and representing the meaning
  4. https://www.youtube.com/watch?v=RU_Ed9mA_jE