SlideShare a Scribd company logo
1 of 16
ARTIFICIAL INTELLIGENCE
Department Of Information Technology, University Of Haripur, Khyber Pakhtunkhwa, Pakistan
» 1 INTRODUCTION
DR. YOUSAF SAEED
yousaf@uoh.edu.pk
Assessment
▪ Artificial Intelligence: Structures and Strategies for Complex Problem Solving: International Edition
by George F. Luger, 6th Edition: Pearson Education, 2008
▪ Artificial Intelligence: A Modern Approach by Stuart Jonathan Russell, Peter Norving, John F. Canny, 2nd
Edition, Prentice Hall, 2003.
▪ A First Course in Artificial Intelligence by Deepak Khemani
▪ Library, conference papers, journal articles ..
✔ Attendance
✔ Quizzes
✔ Assignments
✔ Presentations
✔ Timing and Deadlines
✔ Class Involvement
✔ Recent Research work
✔ Programming
✔ Discussions
✔ Small Projects
Sessional 25%
Mid-Term 25%
Final Term 50%
What is Intelligence?
Intelligence is the ability to solve a given problem just like living
beings, human beings in particular.
What AI is doing Today ?
❑ Penetrating in every direction
▪ Robotic Vehicles - STANLEY, Google Car, Stanford’s Car, BOSS ..
▪ Speech Recognition – Recognition of voice
▪ Autonomous Planning and Scheduling – Planning and Scheduling Tasks
o NASA’s Remote Agent Program controls scheduling of operations for space crafts
▪ Game Playing – Strategy games, Interactive games ..
o IBM’s Deep Blue first computer program defeated World champion Garry Kasprov in a Chess match ..
▪ Spam Fighting - Learning algorithms as spammers continuously updating their tactics.
▪ Logistics Planning - Dynamic Analysis and Replacing Tool (DART) logistics planning and scheduling for
transportation .. 50,000 vehicles, cargo and people at a time .. Starting point, destination, routes, conflict resolution
by US during Gulf War ..
▪ Project Maven - Designed to Deploy Computer Algorithms to War Zone.
▪ Robotics - Robotic vacuum cleaners, prosthetic arms ..
▪ Machine Translations - Program to automatically translate between languages.
▪ Innovation DX - for bringing data analytics to medicine.
▪ Search Engines – Google ..
..
What AI is doing Today ?
What is AI?
▪ If we say the given program thinks like human .. it must be determined how humans think
▪ (Necessity to get inside the actual workings of human mind)
▪ THREE Ways:
✔ Introspection (catching our own thoughts as they go by)
✔ Psychological Experiments (observing a person in action)
✔ Brain Imaging (observing the brain in action)
▪ Once we have sufficiently precise theory of mind, it is possible to express the theory as a computer
program.
▪ If program’s I/O behavior matches human behavior, that is evidence that some of program’s mechanism
could also be operating in humans.
▪ Cognitive Science – Computer models from AI and experimental techniques from psychology to
construct precise and testable theory of mind.
Argument in the AI field that algorithm performs well on a certain task and, therefore, is a good model of
human performance. Modern authors separate the two kind of claims.
Both AI and Cognitive Science continue to fertalize each other
Thinking Humanly – Cognitive Modeling Approach
▪ Turing Test – Proposed by Alan Turing in 1950 provided satisfactory operational def., of intelligence.
▪ Computer passes the test if human interrogator after poses some written questions cannot tell whether
the written responses came from a person or a computer.
▪ Intelligent Behavior defined by Turing:
‘ability to achieve human-level performance in all cognitive tasks, sufficient to fool an interrogator’
▪ Computer would need to pass Turing Test by having,
Natural Language Processing + Knowledge Representation + Automated Reasoning + Machine Learning
▪ Turing Test avoided direct Physical interaction between the interrogator and the computer
▪ As physical simulation of a person is unnecessary for intelligence.
▪ However:
▪ Total Turing Test – It include video signal so that interrogator can test the subject’s perceptual abilities
as well as to pass physical objects.
▪ Computer would need to pass Total Turing Test by having,
Computer Vision (to perceive objects) + Robotics (to manipulate objects and move them)
Acting Humanly – Turing Test Approach
Turing Test
▪ Alan Turing (1950s) prescribed a test to determine whether a machine is intelligent !
▪ The Imitation Game
▪ Man (A), Woman (B) and Interrogator (C) who communicate only via messages.
▪ The interrogator (C) knows A and B as X and Y.
▪ (C) task is to correctly label X and Y as A or B byasking them questions.
▪ If (C) is bluffed by (A) or (B) as machines, we could say the machine is intelligent.
▪ Turing 1950 Paper:
“ I believe that in about fifty years time, it will be possible to program computers, with a storage
capacity of about 109, to make them play the imitation game so well that an average interrogator
will not have more than 70% chance of making the right identification after five minutes of
questioning .. I believe that at the end of century, the use of words and general educated opinion will
have altered so much, that one will be able to speak of machines thinking without expecting to be
contradicted. ”
Turing Test ..
▪ ELIZA – chatterbot program written by Joseph Weizenbaum 1966.
▪ “Responses of non-directional psychotherapist in an initial psychiatric interview”
▪ https://www.masswerk.at/elizabot/
▪ Other sources:
▪ http://www.med-ai.com/models/eliza.html
▪ Turing 1950 Paper:
“ I believe that in about fifty years time, it will be possible to program computers, with a storage
capacity of about 109, to make them play the imitation game so well that an average interrogator
will not have more than 70% chance of making the right identification after five minutes of
questioning .. I believe that at the end of century, the use of words and general educated opinion will
have altered so much, that one will be able to speak of machines thinking without expecting to be
contradicted. ”
▪ In laws of thought approach, the emphasis is on Correct Inferencing.
To draw conclusion that this action will achieve the goal and start acting on it.
▪ Greek philosopher, Aristotle, one of the first to attempt to codify ‘right thinking’.
▪ His syllogisms (a kind of logical argument) provided patterns for argument structures
Socrates is a man; all men are mortal; therefore, Socrates is mortal
▪ These laws of thought were supposed to govern the operation of mind, their study initiated the field
called logic.
▪ Logicians in 19th century developed a precise Notation for statements of all kinds of things in the
world and relations between them.
▪ Although if No Solution exists, the program might loop forever.
▪ By 1965, programs existed that could solve any solvable problem described in logical notation.
Logicist in AI hopes to build on such programs to create intelligent systems.
Thinking Rationally – The Laws of Thought Approach
▪ Agent – Something that acts (comes from Latin agere i.e. to do)
▪ Actually all computer programs are meant to do something but computer agents are expected to do more
Operate anonymously + perceive their environment + persist over prolong period of
time +adapt to change + create and pursue goals ..
▪ Rational Agent – Acts to achieve the best outcome, and when there is uncertainty, the best expected
outcome.
▪ There are ways of Acting Rationally that does not involve Inferences;
Pulling one’s hand off of a hot stove is a reflex action that is more
successful than a slower action taken after careful deliberation.
▪ Knowledge Representation, Reasoning - enable agents to take rational decisions
▪ Advantages of Rationality:
+ More general than the laws of thought approach
+ More open for scientific development
Acting Rationally – The Rational Agent Approach
AI Foundations
▪ Computer Engineering (branch of engineering that integrates electronic
engineering and computer sciences)
o How can we build an efficient computer? ..
▪ Philosophy (study of the fundamental nature of knowledge, reality, and
existence)
o Where does knowledge come from? How does mind arise from the physical
brain?
o How does knowledge lead to action? Can formal rules be used to draw
conclusions? ..
▪ Mathematics (science of structure, order and relation)
o What are the formal rules to draw valid conclusions? What can be computed?
How do we reason with uncertain information? ..
AI Foundations
▪ Neuroscience (study of the nervous system particularly the brain)
o How do brain process information? ..
AI Foundations ..
▪ Psychology (scientific study of mind and behavior)
o How do humans and animals think and act? ..
▪ Cybernetics (science of control and communications in the animal and machine)
o How can artifacts operate under their own control? ..
▪ Linguistics (scientific study of language and its structures)
o How does language relate to thought? ..
▪ Economics (social science concerned with the production, distribution and consumption of goods and services)
o How should we make decisions so as to maximize payoff? How should we do this
when other may not go along? How should we do this when payoff may be far in the
future? ..
Historic Backdrop
▪ The urge to create intelligent beings is traced back to Greek Mythology.
▪ Plato – Both an object in the world and idea of that object were derived from a world of perfect ideas.
▪ Our own ideas and objects in the world, could be imperfect.
▪ Aristotle – Ideas were like pictures of the objects.
▪ Human mind – Mirror reflecting the world to us.
▪ “I” itself is the creation of mind.
▪ Copernicus – Daily movement of the sun, moon, stars is illusion created by the earth rotation.
▪ Galileo – What we think and perceive is something that happens within us.
o Created representations: right angle triangle; speed and time, area represents distance.
o All reality is mathematical and everything is made up of particles.
▪ Hobbes – Thinking is the manipulation of symbols.
▪ Descartes – Dualist, separated mind from the body & Mind manipulate mental symbols.
▪ Idealism: There are only ideas and matter is something we imagine.
▪ Materialism: Only the material world exists, mental world is just a construct arises from
physical activity.
▪ David Hume – Just as the physical world operated according to the laws of nature, the mental
world also operated according to its own laws.

More Related Content

Similar to AI Slides till 27-Mar.pptx (20)

Artificial_intelligence.pptx
Artificial_intelligence.pptxArtificial_intelligence.pptx
Artificial_intelligence.pptx
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
AI.ppt
AI.pptAI.ppt
AI.ppt
 
1.INTRODUCTION AI.pdf
1.INTRODUCTION AI.pdf1.INTRODUCTION AI.pdf
1.INTRODUCTION AI.pdf
 
#1 Lecture .pptx
#1 Lecture .pptx#1 Lecture .pptx
#1 Lecture .pptx
 
1 Introduction to AI.pptx
1 Introduction to AI.pptx1 Introduction to AI.pptx
1 Introduction to AI.pptx
 
Lecture 1.pdf
Lecture 1.pdfLecture 1.pdf
Lecture 1.pdf
 
Cosc 208 lecture note-1
Cosc 208 lecture note-1Cosc 208 lecture note-1
Cosc 208 lecture note-1
 
Introduction to Artificial intelligence and ML
Introduction to Artificial intelligence and MLIntroduction to Artificial intelligence and ML
Introduction to Artificial intelligence and ML
 
Artificial intelligence - Approach and Method
Artificial intelligence - Approach and MethodArtificial intelligence - Approach and Method
Artificial intelligence - Approach and Method
 
A.I.
A.I.A.I.
A.I.
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Lect 01, 02
Lect 01, 02Lect 01, 02
Lect 01, 02
 
AIML_Unit1.pptx
AIML_Unit1.pptxAIML_Unit1.pptx
AIML_Unit1.pptx
 
Cognitive Science.ppt
Cognitive Science.pptCognitive Science.ppt
Cognitive Science.ppt
 
AI ROUGH NOTES.pptx
AI ROUGH NOTES.pptxAI ROUGH NOTES.pptx
AI ROUGH NOTES.pptx
 
Intro artificial intelligence
Intro artificial intelligenceIntro artificial intelligence
Intro artificial intelligence
 
1.introduction to ai
1.introduction to ai1.introduction to ai
1.introduction to ai
 
introduction to ai
introduction to aiintroduction to ai
introduction to ai
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligence
 

Recently uploaded

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 disksSérgio Sacani
 
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |aasikanpl
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​kaibalyasahoo82800
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )aarthirajkumar25
 
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisRaman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisDiwakar Mishra
 
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptxanandsmhk
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...jana861314
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...anilsa9823
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhousejana861314
 
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxAnalytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxSwapnil Therkar
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfSumit Kumar yadav
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfAnalytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfSwapnil Therkar
 
Work, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE PhysicsWork, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE Physicsvishikhakeshava1
 
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡anilsa9823
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bSérgio Sacani
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...Sérgio Sacani
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Sérgio Sacani
 

Recently uploaded (20)

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
 
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )
 
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisRaman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
 
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhouse
 
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxAnalytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdf
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfAnalytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
 
Work, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE PhysicsWork, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE Physics
 
The Philosophy of Science
The Philosophy of ScienceThe Philosophy of Science
The Philosophy of Science
 
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 

AI Slides till 27-Mar.pptx

  • 1. ARTIFICIAL INTELLIGENCE Department Of Information Technology, University Of Haripur, Khyber Pakhtunkhwa, Pakistan » 1 INTRODUCTION DR. YOUSAF SAEED yousaf@uoh.edu.pk
  • 2. Assessment ▪ Artificial Intelligence: Structures and Strategies for Complex Problem Solving: International Edition by George F. Luger, 6th Edition: Pearson Education, 2008 ▪ Artificial Intelligence: A Modern Approach by Stuart Jonathan Russell, Peter Norving, John F. Canny, 2nd Edition, Prentice Hall, 2003. ▪ A First Course in Artificial Intelligence by Deepak Khemani ▪ Library, conference papers, journal articles .. ✔ Attendance ✔ Quizzes ✔ Assignments ✔ Presentations ✔ Timing and Deadlines ✔ Class Involvement ✔ Recent Research work ✔ Programming ✔ Discussions ✔ Small Projects Sessional 25% Mid-Term 25% Final Term 50%
  • 3. What is Intelligence? Intelligence is the ability to solve a given problem just like living beings, human beings in particular.
  • 4. What AI is doing Today ? ❑ Penetrating in every direction ▪ Robotic Vehicles - STANLEY, Google Car, Stanford’s Car, BOSS .. ▪ Speech Recognition – Recognition of voice ▪ Autonomous Planning and Scheduling – Planning and Scheduling Tasks o NASA’s Remote Agent Program controls scheduling of operations for space crafts ▪ Game Playing – Strategy games, Interactive games .. o IBM’s Deep Blue first computer program defeated World champion Garry Kasprov in a Chess match .. ▪ Spam Fighting - Learning algorithms as spammers continuously updating their tactics. ▪ Logistics Planning - Dynamic Analysis and Replacing Tool (DART) logistics planning and scheduling for transportation .. 50,000 vehicles, cargo and people at a time .. Starting point, destination, routes, conflict resolution by US during Gulf War .. ▪ Project Maven - Designed to Deploy Computer Algorithms to War Zone. ▪ Robotics - Robotic vacuum cleaners, prosthetic arms .. ▪ Machine Translations - Program to automatically translate between languages. ▪ Innovation DX - for bringing data analytics to medicine. ▪ Search Engines – Google .. ..
  • 5. What AI is doing Today ?
  • 7. ▪ If we say the given program thinks like human .. it must be determined how humans think ▪ (Necessity to get inside the actual workings of human mind) ▪ THREE Ways: ✔ Introspection (catching our own thoughts as they go by) ✔ Psychological Experiments (observing a person in action) ✔ Brain Imaging (observing the brain in action) ▪ Once we have sufficiently precise theory of mind, it is possible to express the theory as a computer program. ▪ If program’s I/O behavior matches human behavior, that is evidence that some of program’s mechanism could also be operating in humans. ▪ Cognitive Science – Computer models from AI and experimental techniques from psychology to construct precise and testable theory of mind. Argument in the AI field that algorithm performs well on a certain task and, therefore, is a good model of human performance. Modern authors separate the two kind of claims. Both AI and Cognitive Science continue to fertalize each other Thinking Humanly – Cognitive Modeling Approach
  • 8. ▪ Turing Test – Proposed by Alan Turing in 1950 provided satisfactory operational def., of intelligence. ▪ Computer passes the test if human interrogator after poses some written questions cannot tell whether the written responses came from a person or a computer. ▪ Intelligent Behavior defined by Turing: ‘ability to achieve human-level performance in all cognitive tasks, sufficient to fool an interrogator’ ▪ Computer would need to pass Turing Test by having, Natural Language Processing + Knowledge Representation + Automated Reasoning + Machine Learning ▪ Turing Test avoided direct Physical interaction between the interrogator and the computer ▪ As physical simulation of a person is unnecessary for intelligence. ▪ However: ▪ Total Turing Test – It include video signal so that interrogator can test the subject’s perceptual abilities as well as to pass physical objects. ▪ Computer would need to pass Total Turing Test by having, Computer Vision (to perceive objects) + Robotics (to manipulate objects and move them) Acting Humanly – Turing Test Approach
  • 9. Turing Test ▪ Alan Turing (1950s) prescribed a test to determine whether a machine is intelligent ! ▪ The Imitation Game ▪ Man (A), Woman (B) and Interrogator (C) who communicate only via messages. ▪ The interrogator (C) knows A and B as X and Y. ▪ (C) task is to correctly label X and Y as A or B byasking them questions. ▪ If (C) is bluffed by (A) or (B) as machines, we could say the machine is intelligent. ▪ Turing 1950 Paper: “ I believe that in about fifty years time, it will be possible to program computers, with a storage capacity of about 109, to make them play the imitation game so well that an average interrogator will not have more than 70% chance of making the right identification after five minutes of questioning .. I believe that at the end of century, the use of words and general educated opinion will have altered so much, that one will be able to speak of machines thinking without expecting to be contradicted. ”
  • 10. Turing Test .. ▪ ELIZA – chatterbot program written by Joseph Weizenbaum 1966. ▪ “Responses of non-directional psychotherapist in an initial psychiatric interview” ▪ https://www.masswerk.at/elizabot/ ▪ Other sources: ▪ http://www.med-ai.com/models/eliza.html ▪ Turing 1950 Paper: “ I believe that in about fifty years time, it will be possible to program computers, with a storage capacity of about 109, to make them play the imitation game so well that an average interrogator will not have more than 70% chance of making the right identification after five minutes of questioning .. I believe that at the end of century, the use of words and general educated opinion will have altered so much, that one will be able to speak of machines thinking without expecting to be contradicted. ”
  • 11. ▪ In laws of thought approach, the emphasis is on Correct Inferencing. To draw conclusion that this action will achieve the goal and start acting on it. ▪ Greek philosopher, Aristotle, one of the first to attempt to codify ‘right thinking’. ▪ His syllogisms (a kind of logical argument) provided patterns for argument structures Socrates is a man; all men are mortal; therefore, Socrates is mortal ▪ These laws of thought were supposed to govern the operation of mind, their study initiated the field called logic. ▪ Logicians in 19th century developed a precise Notation for statements of all kinds of things in the world and relations between them. ▪ Although if No Solution exists, the program might loop forever. ▪ By 1965, programs existed that could solve any solvable problem described in logical notation. Logicist in AI hopes to build on such programs to create intelligent systems. Thinking Rationally – The Laws of Thought Approach
  • 12. ▪ Agent – Something that acts (comes from Latin agere i.e. to do) ▪ Actually all computer programs are meant to do something but computer agents are expected to do more Operate anonymously + perceive their environment + persist over prolong period of time +adapt to change + create and pursue goals .. ▪ Rational Agent – Acts to achieve the best outcome, and when there is uncertainty, the best expected outcome. ▪ There are ways of Acting Rationally that does not involve Inferences; Pulling one’s hand off of a hot stove is a reflex action that is more successful than a slower action taken after careful deliberation. ▪ Knowledge Representation, Reasoning - enable agents to take rational decisions ▪ Advantages of Rationality: + More general than the laws of thought approach + More open for scientific development Acting Rationally – The Rational Agent Approach
  • 13. AI Foundations ▪ Computer Engineering (branch of engineering that integrates electronic engineering and computer sciences) o How can we build an efficient computer? .. ▪ Philosophy (study of the fundamental nature of knowledge, reality, and existence) o Where does knowledge come from? How does mind arise from the physical brain? o How does knowledge lead to action? Can formal rules be used to draw conclusions? .. ▪ Mathematics (science of structure, order and relation) o What are the formal rules to draw valid conclusions? What can be computed? How do we reason with uncertain information? ..
  • 14. AI Foundations ▪ Neuroscience (study of the nervous system particularly the brain) o How do brain process information? ..
  • 15. AI Foundations .. ▪ Psychology (scientific study of mind and behavior) o How do humans and animals think and act? .. ▪ Cybernetics (science of control and communications in the animal and machine) o How can artifacts operate under their own control? .. ▪ Linguistics (scientific study of language and its structures) o How does language relate to thought? .. ▪ Economics (social science concerned with the production, distribution and consumption of goods and services) o How should we make decisions so as to maximize payoff? How should we do this when other may not go along? How should we do this when payoff may be far in the future? ..
  • 16. Historic Backdrop ▪ The urge to create intelligent beings is traced back to Greek Mythology. ▪ Plato – Both an object in the world and idea of that object were derived from a world of perfect ideas. ▪ Our own ideas and objects in the world, could be imperfect. ▪ Aristotle – Ideas were like pictures of the objects. ▪ Human mind – Mirror reflecting the world to us. ▪ “I” itself is the creation of mind. ▪ Copernicus – Daily movement of the sun, moon, stars is illusion created by the earth rotation. ▪ Galileo – What we think and perceive is something that happens within us. o Created representations: right angle triangle; speed and time, area represents distance. o All reality is mathematical and everything is made up of particles. ▪ Hobbes – Thinking is the manipulation of symbols. ▪ Descartes – Dualist, separated mind from the body & Mind manipulate mental symbols. ▪ Idealism: There are only ideas and matter is something we imagine. ▪ Materialism: Only the material world exists, mental world is just a construct arises from physical activity. ▪ David Hume – Just as the physical world operated according to the laws of nature, the mental world also operated according to its own laws.