SlideShare une entreprise Scribd logo
1  sur  35
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

Contenu connexe

Tendances

Artifical Intelligence
Artifical IntelligenceArtifical Intelligence
Artifical IntelligenceHarsha Varyani
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEOmkar Shinde
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceGirish Naik
 
Artificial Intelligence PPT .
Artificial Intelligence PPT .Artificial Intelligence PPT .
Artificial Intelligence PPT .VAIBHAVNAGPURE6
 
Artificial Intelligence (A.I) and Its Application -Seminar
Artificial Intelligence (A.I) and Its Application -SeminarArtificial Intelligence (A.I) and Its Application -Seminar
Artificial Intelligence (A.I) and Its Application -SeminarBIJAY NAYAK
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceSai Nath
 
ARTIFICIAL INTELLIGENCE.PPT
ARTIFICIAL INTELLIGENCE.PPTARTIFICIAL INTELLIGENCE.PPT
ARTIFICIAL INTELLIGENCE.PPTvandana gandhi
 
ARTIFICIAL INTELLIGENCE BASIC PPT
ARTIFICIAL INTELLIGENCE BASIC PPTARTIFICIAL INTELLIGENCE BASIC PPT
ARTIFICIAL INTELLIGENCE BASIC PPTRohitYemul1
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligencesaloni sharma
 
Artificial Intelligence : The Future of AI
Artificial Intelligence : The Future of AIArtificial Intelligence : The Future of AI
Artificial Intelligence : The Future of AISOURABH KUMAR PANDEY
 
Artifical intelligence
Artifical intelligenceArtifical intelligence
Artifical intelligenceRizwan Afzal
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentationlpaviglianiti
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligencevallibhargavi
 
Artificial intelligence ppt
Artificial intelligence pptArtificial intelligence ppt
Artificial intelligence pptDikshaSharma391
 
Artificial intelligence (AI)
Artificial intelligence (AI)Artificial intelligence (AI)
Artificial intelligence (AI)Fahad Farooq
 
Artificial intelligence - An Overview
Artificial intelligence - An OverviewArtificial intelligence - An Overview
Artificial intelligence - An OverviewGiri Dharan
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceMonkeyDLuffy54
 
ARTIFICIAL INTELLIGENCE ppt.
ARTIFICIAL INTELLIGENCE ppt.ARTIFICIAL INTELLIGENCE ppt.
ARTIFICIAL INTELLIGENCE ppt.Betsy Johnson
 

Tendances (20)

Artifical Intelligence
Artifical IntelligenceArtifical Intelligence
Artifical Intelligence
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial Intelligence PPT .
Artificial Intelligence PPT .Artificial Intelligence PPT .
Artificial Intelligence PPT .
 
Artificial Intelligence (A.I) and Its Application -Seminar
Artificial Intelligence (A.I) and Its Application -SeminarArtificial Intelligence (A.I) and Its Application -Seminar
Artificial Intelligence (A.I) and Its Application -Seminar
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
ARTIFICIAL INTELLIGENCE.PPT
ARTIFICIAL INTELLIGENCE.PPTARTIFICIAL INTELLIGENCE.PPT
ARTIFICIAL INTELLIGENCE.PPT
 
ARTIFICIAL INTELLIGENCE BASIC PPT
ARTIFICIAL INTELLIGENCE BASIC PPTARTIFICIAL INTELLIGENCE BASIC PPT
ARTIFICIAL INTELLIGENCE BASIC PPT
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial Intelligence : The Future of AI
Artificial Intelligence : The Future of AIArtificial Intelligence : The Future of AI
Artificial Intelligence : The Future of AI
 
Artifical intelligence
Artifical intelligenceArtifical intelligence
Artifical intelligence
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligence
 
Artificial intelligence ppt
Artificial intelligence pptArtificial intelligence ppt
Artificial intelligence ppt
 
Artificial intelligence (AI)
Artificial intelligence (AI)Artificial intelligence (AI)
Artificial intelligence (AI)
 
Artificial intelligence ppt
Artificial intelligence   pptArtificial intelligence   ppt
Artificial intelligence ppt
 
Artificial intelligence - An Overview
Artificial intelligence - An OverviewArtificial intelligence - An Overview
Artificial intelligence - An Overview
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
ARTIFICIAL INTELLIGENCE ppt.
ARTIFICIAL INTELLIGENCE ppt.ARTIFICIAL INTELLIGENCE ppt.
ARTIFICIAL INTELLIGENCE ppt.
 

En vedette

artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligencevallibhargavi
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentationlpaviglianiti
 
Power Point Presentation on Artificial Intelligence
Power Point Presentation on Artificial Intelligence Power Point Presentation on Artificial Intelligence
Power Point Presentation on Artificial Intelligence Anushka Ghosh
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural networkDEEPASHRI HK
 
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...Edureka!
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence PresentationMd.Sumon Sarder
 
Artificial intelligence in software engineering ppt.
Artificial intelligence in software engineering ppt.Artificial intelligence in software engineering ppt.
Artificial intelligence in software engineering ppt.Pradeep Vishwakarma
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligenceMayank Saxena
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceiarthur
 
Introduction to Artificial Intelligence (AI)
Introduction to Artificial Intelligence (AI)Introduction to Artificial Intelligence (AI)
Introduction to Artificial Intelligence (AI)Amazon Web Services
 
Italy Powerpoint Done
Italy Powerpoint DoneItaly Powerpoint Done
Italy Powerpoint Donekim.mulkey
 
Beauty of Italy
Beauty of ItalyBeauty of Italy
Beauty of ItalyNubia **
 
Artificial intelligence report
Artificial intelligence reportArtificial intelligence report
Artificial intelligence reportSourabh Sharma
 
Design Ethics for Artificial Intelligence
Design Ethics for Artificial IntelligenceDesign Ethics for Artificial Intelligence
Design Ethics for Artificial IntelligenceCharbel Zeaiter
 
Artificial intelligence in supply chain and manufacturing - An IBM case study...
Artificial intelligence in supply chain and manufacturing - An IBM case study...Artificial intelligence in supply chain and manufacturing - An IBM case study...
Artificial intelligence in supply chain and manufacturing - An IBM case study...Thorsten Schroeer
 

En vedette (18)

Artificial inteligence
Artificial inteligenceArtificial inteligence
Artificial inteligence
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligence
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
 
Power Point Presentation on Artificial Intelligence
Power Point Presentation on Artificial Intelligence Power Point Presentation on Artificial Intelligence
Power Point Presentation on Artificial Intelligence
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
 
Artificial intelligence in software engineering ppt.
Artificial intelligence in software engineering ppt.Artificial intelligence in software engineering ppt.
Artificial intelligence in software engineering ppt.
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligence
 
Introduction to Artificial Intelligence (AI)
Introduction to Artificial Intelligence (AI)Introduction to Artificial Intelligence (AI)
Introduction to Artificial Intelligence (AI)
 
Italy Powerpoint Done
Italy Powerpoint DoneItaly Powerpoint Done
Italy Powerpoint Done
 
Beauty of Italy
Beauty of ItalyBeauty of Italy
Beauty of Italy
 
Artificial intelligence report
Artificial intelligence reportArtificial intelligence report
Artificial intelligence report
 
Design Ethics for Artificial Intelligence
Design Ethics for Artificial IntelligenceDesign Ethics for Artificial Intelligence
Design Ethics for Artificial Intelligence
 
Artificial intelligence in supply chain and manufacturing - An IBM case study...
Artificial intelligence in supply chain and manufacturing - An IBM case study...Artificial intelligence in supply chain and manufacturing - An IBM case study...
Artificial intelligence in supply chain and manufacturing - An IBM case study...
 
Simulation Powerpoint- Lecture Notes
Simulation Powerpoint- Lecture NotesSimulation Powerpoint- Lecture Notes
Simulation Powerpoint- Lecture Notes
 

Similaire à Artificial Intelligence

a-i-presentation-121229232307-phpapp02 (2) (2).pptx
a-i-presentation-121229232307-phpapp02 (2) (2).pptxa-i-presentation-121229232307-phpapp02 (2) (2).pptx
a-i-presentation-121229232307-phpapp02 (2) (2).pptxAYESHASIDDIQA702386
 
a-i-presentation-121229232307-phpapp02 (2) (2).pptx
a-i-presentation-121229232307-phpapp02 (2) (2).pptxa-i-presentation-121229232307-phpapp02 (2) (2).pptx
a-i-presentation-121229232307-phpapp02 (2) (2).pptxAYESHASIDDIQA702386
 
Aritficial intelligence
Aritficial intelligenceAritficial intelligence
Aritficial intelligenceMaqsood Awan
 
ARTIFICIAL INTELLLLIGENCEE modul11_AI.pptx
ARTIFICIAL INTELLLLIGENCEE modul11_AI.pptxARTIFICIAL INTELLLLIGENCEE modul11_AI.pptx
ARTIFICIAL INTELLLLIGENCEE modul11_AI.pptxAnkitaVerma776806
 
Artifitial intelligence (ai) all in one
Artifitial intelligence (ai) all in oneArtifitial intelligence (ai) all in one
Artifitial intelligence (ai) all in onejehan1987
 
unleshing the the Power Azure Open AI - MCT Summit middle east 2024 Riyhad.pptx
unleshing the the Power Azure Open AI - MCT Summit middle east 2024 Riyhad.pptxunleshing the the Power Azure Open AI - MCT Summit middle east 2024 Riyhad.pptx
unleshing the the Power Azure Open AI - MCT Summit middle east 2024 Riyhad.pptxUsama Wahab Khan Cloud, Data and AI
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceMihir Shah
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceRamhariYadav
 
HKOSCon18 - Chetan Khatri - Open Source AI / ML Technologies and Application ...
HKOSCon18 - Chetan Khatri - Open Source AI / ML Technologies and Application ...HKOSCon18 - Chetan Khatri - Open Source AI / ML Technologies and Application ...
HKOSCon18 - Chetan Khatri - Open Source AI / ML Technologies and Application ...Chetan Khatri
 
Intro to Artificial inteligence
Intro to Artificial inteligenceIntro to Artificial inteligence
Intro to Artificial inteligenceZeeshan Tariq
 
artificial intelligence in software engineering.pptx
artificial intelligence in software engineering.pptxartificial intelligence in software engineering.pptx
artificial intelligence in software engineering.pptxOmarSAlAbri
 
Artificial intelligence agents and environment
Artificial intelligence agents and environmentArtificial intelligence agents and environment
Artificial intelligence agents and environmentMinakshi Atre
 
Artificial intelligence training in hyderabad
Artificial intelligence training in hyderabadArtificial intelligence training in hyderabad
Artificial intelligence training in hyderabadArjun_Raghu
 
Artificial intelligence tapan
Artificial intelligence tapanArtificial intelligence tapan
Artificial intelligence tapanTapan Khilar
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceJayaprasanth R
 

Similaire à Artificial Intelligence (20)

a-i-presentation-121229232307-phpapp02 (2) (2).pptx
a-i-presentation-121229232307-phpapp02 (2) (2).pptxa-i-presentation-121229232307-phpapp02 (2) (2).pptx
a-i-presentation-121229232307-phpapp02 (2) (2).pptx
 
a-i-presentation-121229232307-phpapp02 (2) (2).pptx
a-i-presentation-121229232307-phpapp02 (2) (2).pptxa-i-presentation-121229232307-phpapp02 (2) (2).pptx
a-i-presentation-121229232307-phpapp02 (2) (2).pptx
 
Artificial Intelligence by GK
Artificial Intelligence by GKArtificial Intelligence by GK
Artificial Intelligence by GK
 
Aritficial intelligence
Aritficial intelligenceAritficial intelligence
Aritficial intelligence
 
ARTIFICIAL INTELLLLIGENCEE modul11_AI.pptx
ARTIFICIAL INTELLLLIGENCEE modul11_AI.pptxARTIFICIAL INTELLLLIGENCEE modul11_AI.pptx
ARTIFICIAL INTELLLLIGENCEE modul11_AI.pptx
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
 
Artifitial intelligence (ai) all in one
Artifitial intelligence (ai) all in oneArtifitial intelligence (ai) all in one
Artifitial intelligence (ai) all in one
 
unleshing the the Power Azure Open AI - MCT Summit middle east 2024 Riyhad.pptx
unleshing the the Power Azure Open AI - MCT Summit middle east 2024 Riyhad.pptxunleshing the the Power Azure Open AI - MCT Summit middle east 2024 Riyhad.pptx
unleshing the the Power Azure Open AI - MCT Summit middle east 2024 Riyhad.pptx
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
HKOSCon18 - Chetan Khatri - Open Source AI / ML Technologies and Application ...
HKOSCon18 - Chetan Khatri - Open Source AI / ML Technologies and Application ...HKOSCon18 - Chetan Khatri - Open Source AI / ML Technologies and Application ...
HKOSCon18 - Chetan Khatri - Open Source AI / ML Technologies and Application ...
 
Intro to Artificial inteligence
Intro to Artificial inteligenceIntro to Artificial inteligence
Intro to Artificial inteligence
 
artificial intelligence in software engineering.pptx
artificial intelligence in software engineering.pptxartificial intelligence in software engineering.pptx
artificial intelligence in software engineering.pptx
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence
 
Artificial intelligence agents and environment
Artificial intelligence agents and environmentArtificial intelligence agents and environment
Artificial intelligence agents and environment
 
Artificial intelligence training in hyderabad
Artificial intelligence training in hyderabadArtificial intelligence training in hyderabad
Artificial intelligence training in hyderabad
 
Presentation.pptx
Presentation.pptxPresentation.pptx
Presentation.pptx
 
Artificial intelligence tapan
Artificial intelligence tapanArtificial intelligence tapan
Artificial intelligence tapan
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 

Dernier

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
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 ClassroomPooky Knightsmith
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
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.pptxDenish Jangid
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxcallscotland1987
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
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).pptxVishalSingh1417
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdfssuserdda66b
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
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...Association for Project Management
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
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.pdfPoh-Sun Goh
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
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.pptxAreebaZafar22
 

Dernier (20)

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
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
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
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
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
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
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
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
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
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...
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
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
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
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
 

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