Artificial Intelligence

Javaria Chiragh
Javaria ChiraghUniversity of Engineering and Technology, Lahore
Artificial Intelligence
Contents


                              Overview
                   Applications
              Languages
   A.I. Introduction
Introduction
Claiming to be able to recreate the capabilities of
the human mind, is both a challenge and an
inspiration for philosophy.

•   It is the science and engineering of making
    intelligent machines, especially intelligent
    computer programs.
Are there limits to how intelligent
machines can be?
   Intelligence:
“the capacity to learn and solve problems”
 Artificial Intelligence:
   ◦ Artificial intelligence (AI) is
     the intelligence of machines and robots
     and the branch of computer science that
     aims to create it
      the ability to solve problems
      the ability to act rationally
      the ability to act like humans
Philosophy of A.I.
 Searle's strong AI hypothesis:
  "The appropriately
  programmed computer with
  the right inputs & outputs
  would thereby have a mind in
  exactly the same sense
  human beings have minds."
 The artificial brain argument:
  The brain can be simulated.
 Technologically feasible to
  copy the brain directly into
  hardware and software, and
  that such a simulation will be
  essentially identical to the
  original.
History of artificial intelligence
 Classical philosophers
 Programmable Digital Computers
  (1940)
 1943-1956:
• McCulloch & Pitts: Boolean circuit model of
  brain
• Dartmouth meeting: "Artificial Intelligence“
  name adopted
   The golden years 1956−1974
   1986-- Rise of machine learning
    ◦ Neural networks return to popularity
    ◦ Major advances in machine learning
      algorithms and applications
   1995-- AI as Science
    ◦ Integration of learning, reasoning,
      knowledge representation
    ◦ AI methods used in vision, language, data
      mining, etc
 2006: face recognition software
  available in consumer cameras
 2003-2007 Robot driving: DARPA
  grand challenge




   Feb 2011 there came question
    answering robot.
Can AI System
Work As
Efficient As
Human
 How   complicated is our brain?
 ◦ Neuron
 ◦ 10 12 neurons in a human brain
 ◦ many more synapses (10 14) connecting these
   neurons
 ◦ cycle time: 10 -3 seconds (1 millisecond)
 Howcomplex can we make
 computers?
 ◦ 108 or more transistors per CPU
 ◦ supercomputer: hundreds of CPUs, 1012 bits of
   RAM
 ◦ cycle times: order of 10 - 9 seconds
 Conclusion
 YES
Languages
Artificial intelligence researchers have developed several
specialized programming languages for artificial intelligence
which include IPL, Lisp, Prolog, STRIPS, Planner, POP-11 etc.
LISP (Introduction)
Lisp is a family of computer
programming languages with a long
history and a distinctive, fully
parenthesized Polish prefix
notation.
The name LISP derives from "List
Processing". Linked lists are one of
Lisp languages' major data
structures, and Lisp source code is
itself made up of lists. As a result,
Lisp programs can manipulate
source code as a data structure,
giving rise to the macro systems
that allow programmers to create
new syntax or even new domain-
specific languages embedded in
LISP (Syntax & Semantics)
      Lisp is an expression-oriented language.
      Unlike most other languages, no distinction is
      made between "expressions" and
      "statements"; all code and data are written as
      expressions. McCarthy's 1958 paper
      introduced two types of syntax:
          S-expressions (Symbolic expressions)
            (car (cons A B))
          M-expressions (Meta Expressions)
            car[cons[A,B]]
LISP connection to A.I.
         LISP is an important language for artificial
        Intelligence programming.
         LISP programs define how to perform an
        algorithm on the expressions.
         Frames, networks and objects are
        responsible for LISP’s popularity in the AI
        community.
         Lisp is widely used in implementing the
        tools of Artificial Intelligence.
PROLOG (Introduction)
Prolog is a general purpose logic programming language
associated with AI and computational linguistics.
      Prolog has its roots in first-order and formal logic. It
is declarative and expressed in terms of relations,
represented as facts and rules.
PROLOG (Syntax &
Semantics)
In Prolog, program logic is expressed in terms of
relations, and a computation is initiated by running a
query over these relations.
In syntax and semantics following are considered:
   Data types
   Rules and facts
   Evaluation
   Loops
   Negation
PROLOG (Data Types)
   An atom, whose meanings is not defined.
   Numbers can be floats or integers.
   Variables are strings consisting of letters, numbers and
    underscore characters, and beginning with an upper-case
    letter or underscore(_).
Comparison
         LISP                            PROLOG

Functional language                     Logical language


General purpose                         Specific uses

Handles wide variety of tasks, easier
                                        Smaller language, easier to learn
to use

Dn’t support compared to prolog         Supports multidirectional reasoning
Parent disciplines of AI:
It is a broad field with so many subareas.
Applications of AI:
 Natural Language
  Understanding
 Expert Systems
 Planning and Robotics
 Machine Learning
 Game Playing
Natural Language Processing
   To design and build software that will
    analyze understand and generate
    languages that human use naturally.
Modes of communication

   Text based.




   Dialogue based.
Speech Recognition

   Process of converting sound signal
    captured by microphone or
    mobile/telephone to a set of words.



   70-100 words / min with accuracy of
    90%
Computer Vision
   Ability of a machine to extract
    information from an image that is
    necessary to solve a task

 Image Acquisition
 Image Processing
 Image Analysis
 Image understanding
Intelligent Robot
   Tend to mimic
    human sensing
    and decision
    making abilities so
    that they can adopt
    themselves to
    certain conditions
    and modify their
    actions.
Expert Systems
 These are
  Softwares used for
  decision making .
 Automated
  Reasoning and
  Theorem Proving.
 Troubleshooting
  Expert Systems.
 Stock Market
  Expert System.
Artificial Intelligence the need of
hour
 "Many thousands of AI applications
  are deeply embedded in the
  infrastructure of every industry."
 The late 90s and early 21st century, AI
  technology became widely used as
  elements of larger systems, but the
  field is rarely credited for these
  successes.
Fields of AI
    Computer science:
 Graphical User Interface
 Automatic Storage management
 Object Oriented Programming
 Data miming
 computer gaming

   Telecommunication:
   Automated Online Assistants
   Voice dialing
   Speech Recognization
Fields of AI
    Aviation & Automation:

   NASA's fight research
    centre
   Voice recognition in fighter
    jets
   Directions to A.I pilots
    through air traffic
    controllers
   Automatic Gearing System
    in Cars
Fields of AI
Robotics:
 Assembling Robots
 Welding Robots
 Behavior based
  robotics
 Dancing Robots
 Robot navigation
Daily life applications

   Home Security       News and
   Bank                publishing
   Post office        Financial trades

   Websites           Health and

   Digital cameras     medicine
                       Games and toys
How AI is different????????
Artificial Intelligence   Natural Intelligence



Non Creative              Creative

Precise                   May Contain Error

Consistency               Non Consistent

Multitasking              Can’t Handle
Drawbacks of A.I

   Limited Ability
   Slow Real Time
    Response
   Can’t Handle
    Emergency
    Situation
   Difficult code
   High Cost
Any
Questions
Thanks
1 von 35

Más contenido relacionado

Was ist angesagt?(20)

Artificial Intelligence(AI).Artificial Intelligence(AI).
Artificial Intelligence(AI).
Md. Afif Al Mamun140.6K views
Artificial Intelligence PPT .Artificial Intelligence PPT .
Artificial Intelligence PPT .
VAIBHAVNAGPURE66K views
Artificial intelligenceArtificial intelligence
Artificial intelligence
Sameep Sood3.4K views
ARTIFICIAL INTELLIGENCE.PPTARTIFICIAL INTELLIGENCE.PPT
ARTIFICIAL INTELLIGENCE.PPT
vandana gandhi244.1K views
Artificial Intelligence : The Future of AIArtificial Intelligence : The Future of AI
Artificial Intelligence : The Future of AI
SOURABH KUMAR PANDEY24.3K views
Introduction to Artificial Intelligence and few examplesIntroduction to Artificial Intelligence and few examples
Introduction to Artificial Intelligence and few examples
BMS Institute of Technology17.5K views
artificial intelligenceartificial intelligence
artificial intelligence
vallibhargavi158.8K views
Artificial intelligenceArtificial intelligence
Artificial intelligence
Umasree Raghunath1.4K views
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
Midhuti4.5K views
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
Girish Naik107.8K views
Artificial intelligence (AI)Artificial intelligence (AI)
Artificial intelligence (AI)
Fahad Farooq7.4K views
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
Neil Mathew346.1K views
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
lpaviglianiti118K views
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
Nadaraja Sarmilan2.7K views
Artificial intelligence (ai)Artificial intelligence (ai)
Artificial intelligence (ai)
BilalAhmed8023.1K views
Artificial intelligence reportArtificial intelligence report
Artificial intelligence report
Sourabh Sharma87.6K views
 artificial intelligence and its applications artificial intelligence and its applications
artificial intelligence and its applications
Yogendra Vishnoi58.4K views

Destacado(15)

Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
lpaviglianiti344.7K views
Artificial inteligenceArtificial inteligence
Artificial inteligence
Intekhab Alam Khan67.6K views
Artificial neural networkArtificial neural network
Artificial neural network
DEEPASHRI HK186.2K views
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
Md.Sumon Sarder1.2K views
artificial intelligenceartificial intelligence
artificial intelligence
Mayank Saxena7.9K views
Artificial intelligenceArtificial intelligence
Artificial intelligence
iarthur6.6K views
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligence
School of Tourism and Hospitality Management Sant Ignasi, Ramon Llull University36.6K views
Introduction to Artificial Intelligence (AI)Introduction to Artificial Intelligence (AI)
Introduction to Artificial Intelligence (AI)
Amazon Web Services1.4K views
Italy Powerpoint DoneItaly Powerpoint Done
Italy Powerpoint Done
kim.mulkey20.6K views
Beauty of ItalyBeauty of Italy
Beauty of Italy
Nubia **16.1K views
Design Ethics for Artificial IntelligenceDesign Ethics for Artificial Intelligence
Design Ethics for Artificial Intelligence
Charbel Zeaiter250.1K views
Simulation Powerpoint- Lecture NotesSimulation Powerpoint- Lecture Notes
Simulation Powerpoint- Lecture Notes
Kesavartinii Bala Krisnain90.3K views

Similar a Artificial Intelligence(20)

Artificial Intelligence by GKArtificial Intelligence by GK
Artificial Intelligence by GK
Gopala Krishna Vemineni1.8K views
Aritficial intelligenceAritficial intelligence
Aritficial intelligence
Maqsood Awan178 views
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
HANISHTHARWANI21BCE1767 views
Artificial intelligenceArtificial intelligence
Artificial intelligence
aravindanvaithilinga233 views
Artificial intelligenceArtificial intelligence
Artificial intelligence
Mihir Shah1.3K views
Artificial intelligenceArtificial intelligence
Artificial intelligence
RamhariYadav81 views
Intro to Artificial inteligenceIntro to Artificial inteligence
Intro to Artificial inteligence
Zeeshan Tariq1.4K views
Artificial intelligence Artificial intelligence
Artificial intelligence
JoshipavanEdduluru13 views
Presentation.pptxPresentation.pptx
Presentation.pptx
007PraveenRaj36 views
Artificial intelligence tapanArtificial intelligence tapan
Artificial intelligence tapan
Tapan Khilar2.1K views
Artificial intelligenceArtificial intelligence
Artificial intelligence
Sai Nath5.1K views
Artificial intelligenceArtificial intelligence
Artificial intelligence
Jayaprasanth R217 views
Artifical intelligence-NIT KurukshetraArtifical intelligence-NIT Kurukshetra
Artifical intelligence-NIT Kurukshetra
Narendra Panwar3.9K views
Presentation.aiPresentation.ai
Presentation.ai
Yashwanth Reddy650 views
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
Bikas Sadashiv1.1K views
Mahakal institute of technologyMahakal institute of technology
Mahakal institute of technology
Oman Jangir751 views

Último(20)

ICS3211_lecture 08_2023.pdfICS3211_lecture 08_2023.pdf
ICS3211_lecture 08_2023.pdf
Vanessa Camilleri79 views
STERILITY TEST.pptxSTERILITY TEST.pptx
STERILITY TEST.pptx
Anupkumar Sharma107 views
Streaming Quiz 2023.pdfStreaming Quiz 2023.pdf
Streaming Quiz 2023.pdf
Quiz Club NITW97 views
Industry4wrd.pptxIndustry4wrd.pptx
Industry4wrd.pptx
BC Chew157 views
NS3 Unit 2 Life processes of animals.pptxNS3 Unit 2 Life processes of animals.pptx
NS3 Unit 2 Life processes of animals.pptx
manuelaromero201394 views
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptxGopal Chakraborty Memorial Quiz 2.0 Prelims.pptx
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptx
Debapriya Chakraborty479 views
Chemistry of sex hormones.pptxChemistry of sex hormones.pptx
Chemistry of sex hormones.pptx
RAJ K. MAURYA107 views
Plastic waste.pdfPlastic waste.pdf
Plastic waste.pdf
alqaseedae94 views
GSoC 2024GSoC 2024
GSoC 2024
DeveloperStudentClub1056 views
231112 (WR) v1  ChatGPT OEB 2023.pdf231112 (WR) v1  ChatGPT OEB 2023.pdf
231112 (WR) v1 ChatGPT OEB 2023.pdf
WilfredRubens.com118 views
Dance KS5 BreakdownDance KS5 Breakdown
Dance KS5 Breakdown
WestHatch53 views
Universe revised.pdfUniverse revised.pdf
Universe revised.pdf
DrHafizKosar88 views
Material del tarjetero LEES Travesías.docxMaterial del tarjetero LEES Travesías.docx
Material del tarjetero LEES Travesías.docx
Norberto Millán Muñoz60 views
BYSC infopack.pdfBYSC infopack.pdf
BYSC infopack.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego160 views
Lecture: Open InnovationLecture: Open Innovation
Lecture: Open Innovation
Michal Hron94 views

Artificial Intelligence

  • 2. Contents Overview Applications Languages A.I. Introduction
  • 3. Introduction Claiming to be able to recreate the capabilities of the human mind, is both a challenge and an inspiration for philosophy. • It is the science and engineering of making intelligent machines, especially intelligent computer programs.
  • 4. Are there limits to how intelligent machines can be?  Intelligence: “the capacity to learn and solve problems”  Artificial Intelligence: ◦ Artificial intelligence (AI) is the intelligence of machines and robots and the branch of computer science that aims to create it  the ability to solve problems  the ability to act rationally  the ability to act like humans
  • 5. Philosophy of A.I.  Searle's strong AI hypothesis: "The appropriately programmed computer with the right inputs & outputs would thereby have a mind in exactly the same sense human beings have minds."  The artificial brain argument: The brain can be simulated.  Technologically feasible to copy the brain directly into hardware and software, and that such a simulation will be essentially identical to the original.
  • 6. History of artificial intelligence  Classical philosophers  Programmable Digital Computers (1940)  1943-1956: • McCulloch & Pitts: Boolean circuit model of brain • Dartmouth meeting: "Artificial Intelligence“ name adopted  The golden years 1956−1974
  • 7. 1986-- Rise of machine learning ◦ Neural networks return to popularity ◦ Major advances in machine learning algorithms and applications  1995-- AI as Science ◦ Integration of learning, reasoning, knowledge representation ◦ AI methods used in vision, language, data mining, etc
  • 8.  2006: face recognition software available in consumer cameras  2003-2007 Robot driving: DARPA grand challenge  Feb 2011 there came question answering robot.
  • 9. Can AI System Work As Efficient As Human
  • 10.  How complicated is our brain? ◦ Neuron ◦ 10 12 neurons in a human brain ◦ many more synapses (10 14) connecting these neurons ◦ cycle time: 10 -3 seconds (1 millisecond)  Howcomplex can we make computers? ◦ 108 or more transistors per CPU ◦ supercomputer: hundreds of CPUs, 1012 bits of RAM ◦ cycle times: order of 10 - 9 seconds  Conclusion YES
  • 11. Languages Artificial intelligence researchers have developed several specialized programming languages for artificial intelligence which include IPL, Lisp, Prolog, STRIPS, Planner, POP-11 etc.
  • 12. LISP (Introduction) Lisp is a family of computer programming languages with a long history and a distinctive, fully parenthesized Polish prefix notation. The name LISP derives from "List Processing". Linked lists are one of Lisp languages' major data structures, and Lisp source code is itself made up of lists. As a result, Lisp programs can manipulate source code as a data structure, giving rise to the macro systems that allow programmers to create new syntax or even new domain- specific languages embedded in
  • 13. LISP (Syntax & Semantics) Lisp is an expression-oriented language. Unlike most other languages, no distinction is made between "expressions" and "statements"; all code and data are written as expressions. McCarthy's 1958 paper introduced two types of syntax:  S-expressions (Symbolic expressions) (car (cons A B))  M-expressions (Meta Expressions) car[cons[A,B]]
  • 14. LISP connection to A.I.  LISP is an important language for artificial Intelligence programming.  LISP programs define how to perform an algorithm on the expressions.  Frames, networks and objects are responsible for LISP’s popularity in the AI community.  Lisp is widely used in implementing the tools of Artificial Intelligence.
  • 15. PROLOG (Introduction) Prolog is a general purpose logic programming language associated with AI and computational linguistics. Prolog has its roots in first-order and formal logic. It is declarative and expressed in terms of relations, represented as facts and rules.
  • 16. PROLOG (Syntax & Semantics) In Prolog, program logic is expressed in terms of relations, and a computation is initiated by running a query over these relations. In syntax and semantics following are considered:  Data types  Rules and facts  Evaluation  Loops  Negation
  • 17. PROLOG (Data Types)  An atom, whose meanings is not defined.  Numbers can be floats or integers.  Variables are strings consisting of letters, numbers and underscore characters, and beginning with an upper-case letter or underscore(_).
  • 18. Comparison LISP PROLOG Functional language Logical language General purpose Specific uses Handles wide variety of tasks, easier Smaller language, easier to learn to use Dn’t support compared to prolog Supports multidirectional reasoning
  • 19. Parent disciplines of AI: It is a broad field with so many subareas.
  • 20. Applications of AI:  Natural Language Understanding  Expert Systems  Planning and Robotics  Machine Learning  Game Playing
  • 21. Natural Language Processing  To design and build software that will analyze understand and generate languages that human use naturally.
  • 22. Modes of communication  Text based.  Dialogue based.
  • 23. Speech Recognition  Process of converting sound signal captured by microphone or mobile/telephone to a set of words.  70-100 words / min with accuracy of 90%
  • 24. Computer Vision  Ability of a machine to extract information from an image that is necessary to solve a task  Image Acquisition  Image Processing  Image Analysis  Image understanding
  • 25. Intelligent Robot  Tend to mimic human sensing and decision making abilities so that they can adopt themselves to certain conditions and modify their actions.
  • 26. Expert Systems  These are Softwares used for decision making .  Automated Reasoning and Theorem Proving.  Troubleshooting Expert Systems.  Stock Market Expert System.
  • 27. Artificial Intelligence the need of hour  "Many thousands of AI applications are deeply embedded in the infrastructure of every industry."  The late 90s and early 21st century, AI technology became widely used as elements of larger systems, but the field is rarely credited for these successes.
  • 28. Fields of AI Computer science:  Graphical User Interface  Automatic Storage management  Object Oriented Programming  Data miming  computer gaming  Telecommunication:  Automated Online Assistants  Voice dialing  Speech Recognization
  • 29. Fields of AI Aviation & Automation:  NASA's fight research centre  Voice recognition in fighter jets  Directions to A.I pilots through air traffic controllers  Automatic Gearing System in Cars
  • 30. Fields of AI Robotics:  Assembling Robots  Welding Robots  Behavior based robotics  Dancing Robots  Robot navigation
  • 31. Daily life applications  Home Security  News and  Bank publishing  Post office  Financial trades  Websites  Health and  Digital cameras medicine  Games and toys
  • 32. How AI is different???????? Artificial Intelligence Natural Intelligence Non Creative Creative Precise May Contain Error Consistency Non Consistent Multitasking Can’t Handle
  • 33. Drawbacks of A.I  Limited Ability  Slow Real Time Response  Can’t Handle Emergency Situation  Difficult code  High Cost