SlideShare uma empresa Scribd logo
1 de 26
ARTIFICIAL INTELLIGENCE
Concepts and Techniques
Introduction
Books to Refer:
1- Artificial Intelligence Illuminated
By: Ben Coppin
2- Artificial Intelligence A Modern Approach
By: Stuart Russell and Peter Norvig
What is Intelligence?
 The exact definition of intelligence is complex and
controversial. Psychologists have debated over an
exact definition for years.
 One could certainly define intelligence by the
properties one exhibits, for instance the ability to:
deal with new situation,
solve problems,
answer questions,
devise plans, and so on.
Intelligence or Intelligent Behavior can also be defined in
terms of one’s capacity for:
 Abstract thinking,
 Self-awareness,
 Communication,
 Learning and understanding from experiences
 Memory and Planning,
 Creativity and problem solving.
 Making sense out of ambiguous and contradictory messages
 Responding effectively to and dealing with complex situations
 Applying knowledge to manipulate the environment
 Intelligence does not necessarily mean how fast information
is processed, but it is the ability to demonstrate intelligence
by communicating effectively (by any means) and by learning
new concepts (by any means).
Artificial Intelligence:
Definition
 Simulation of Intelligence in machines.
 It is the science and engineering of making intelligent
machines, especially intelligent computer programs.
 Artificial intelligence is the study of systems that act in a way
that to any observer would appear to be intelligent.
Artificial Intelligence:
Definition
 It is related to the similar task of using computers to
understand human intelligence, but AI does not have to
confine itself to methods that are biologically observable.
Artificial Intelligence:
 AI is a collection of hard problems which can be solved by
humans and other living things, but for which we don’t have
good algorithms for solving.
 e. g., understanding spoken natural language, medical
diagnosis, circuit design, learning, self-adaptation, reasoning,
game playing, etc.
• A computer program that
 Acts like human (Turing test)
 Thinks like human (human-like patterns of thinking steps)
 Acts or thinks rationally (logically, correctly)
• The art of creating machines that perform functions that require
intelligence when performed by humans.
Strong & Weak AI
 Weak AI, an artificial intelligence system which is only
intended to be applicable on a specific kind of problem (e.g.
computer chess) and not intended to display human-like
intelligence in general.
 Siri is a good example of narrow intelligence. Siri operates
within a limited pre-defined range, there is no genuine
intelligence, no self-awareness, no life despite being a
sophisticated example of weak AI.
Strong and Weak AI
 Strong AI is the intelligence of a machine that could
successfully perform any intellectual task that a human being
can. It is a primary goal of artificial intelligence research and
an important topic for science fiction writers and futurists.
 Strong AI also refers to as "full AI" or as the ability to perform
"general intelligent action "
 The followers of strong AI believe that by giving a computer
program sufficient processing power, and by providing it with
enough intelligence, one can create a computer that can
literally think and is conscious in the same way that a human
is conscious.
- The Turing Test (Turing) - The Robot College Student Test
(Goertzel)
- The Coffee Test (Goertzel) - The Employment Test (Nilsson)
What’s easy and what’s hard for AI?
 It’s been easier to mechanize many of the high level cognitive
tasks we usually associate with “intelligence” in people
 e. g., symbolic integration, proving theorems, playing
chess, some aspect of medical diagnosis, etc.
 It’s been very hard to mechanize tasks that animals can do easily
 catching prey
 interpreting complex sensory information (visual, aural..)
 modeling the internal states of other animals from their
behavior
 working as a team (ants, bees)
Artificial
VS
Natural Intelligence
Advantages of Artificial Intelligence:
 AI is more permanent. AI is permanent as long as the computer systems or
programs remain unchanged.
 AI offers ease of duplication and distribution. Transferring a body of
knowledge from one person to another usually requires a lengthy process, yet
fully expertise can never be transfer. However, knowledge embodied in
computer systems can be copied or duplicated to another and so on.
 AI can be less expensive that natural intelligence. Some times buying
computer software costs less than having corresponding human power to carry
out same task.
 AI can be documented. Decisions made by a computer can be easily
documented by tracing the activities of a system, while natural intelligence is
difficult to trace out.
Advantages of Natural Intelligence:
 Natural Intelligence is creative, while AI is uninspired. The ability to
acquire knowledge is inherent in human mind, but with AI customized
knowledge must be built into a carefully constructed system.
 Natural intelligence enables people to benefit from and use sensory
experience directly, while AI mostly works on symbolic inputs.
 Natural intelligence is able to make reasons at all times by wide context of
experience and bring it to bear on individual problems. While AI systems
typically gain their power of knowledge by having a narrow focus of
problem domain.
 Natural Intelligence is powerful but has limitations. Humans are
intellectual but have limited knowledge bases, and information processing is
comparably slow in brain when done with computers.
How AI Works:
 Think well
 Act well
 Think like humans
 Act like humans
Think well
 Develop formal models of knowledge representation,
reasoning, learning, memory, problem solving that can be
rendered in algorithms.
 There is often an emphasis on systems that are provably
correct, and guarantee finding an optimal solution.
Act well
 For a given set of inputs, generate an appropriate output that is
not necessarily correct but gets the job done.
 A heuristic (heuristic rule, heuristic method) is a rule of
thumb, strategy, trick, simplification, or any other kind of
device which drastically limits search for solutions in large
problem spaces.
 Heuristics do not guarantee optimal solutions; in fact, they do
not guarantee any solution at all: all that can be said for a
useful heuristic is that it offers solutions which are good
enough most of the time.
Act well
Think like humans
 Cognitive science approach
 Focus not just on behavior and I/O but also look at reasoning
process.
 Computational model should reflect “how” results were
obtained.
 Provide a new language for expressing cognitive theories and
new mechanisms for evaluating them
 GPS (General Problem Solver): Goal not just to produce
humanlike behavior, but to produce a sequence of steps of the
reasoning process that was similar to the steps followed by a
person in solving the same task.
 ELIZA: A program that simulated a psychotherapist
interacting with a patient and successfully passed the Turing
Test.
Think like humans
Act like humans
 Behaviorist approach.
 Not interested in how you get results, just the similarity to
what human results are.
 Exemplified by the Turing Test (Alan Turing, 1950).
Turing Test
 Three rooms contain a person, a
computer, and an interrogator.
 The interrogator can communicate with
the other two.
 The interrogator tries to determine
which the person is and which the
machine is.
 The machine tries to fool the
interrogator into believing that it is the
person.
 If the machine succeeds, then we
conclude that the machine can think.
 Game Playing
 Automated Reasoning
 Theorem Proving
 Natural Language Processing
 Expert Systems
 Computer Vision
 Robotics
 Machine Learning
AI Application Areas
Practical AI tools used nowadays
On your phone:
Siri: Part of Apple’s iOS, watchOS, and tvOS. Intelligent
personal assistant.
Cortana: Microsoft’s intelligent personal assistant. Designed for
Windows Mobile but now on Android, and a limited version runs
on Apple iOS.
Google Now: Available within Google Search mobile app for
Android and iOS as well as the Google Chrome web browser on
other devices. Delegates requests to web services powered by
Google.
For personal and business use:
Gluru: Organize your online documents, calendars, emails and
other data and have AI present you with new insights and
actionable information.
x.ai: Let AI coordinate schedules for you. Your own personal
scheduler.
CrystalKnows: Using AI to help you know the best way to
communicate with others.
RecordedFuture: Leverages natural language processing at
massive scale in real time to collect and understand more than
700,000 web sources.
For developers:
Soar: a general cognitive architecture for developing systems that exhibit intelligent
behavior.
Jade: Java Agent Development Framework. Simplifies multi-agent system
development.
Protege: A free, open-source ontology editor and framework for building intelligent
systems.
h2o.ai: Build smarter machine learning/AI applications that are fast and scalable.
Seldon: An open, enterprise-grade machine learning platform that adds intelligence to
organizations.
OpenCV: Open-source computer vision, a library of programming functions aimed
mainly at computer vision.
Deepmind: combines the best techniques from machine learning and systems
neuroscience to build powerful general-purpose learning algorithms.
Microsoft cognitive services: lets you build apps with powerful algorithms using just
a few lines of code.
IBM Watson: It understands all forms of data, interact naturally with people, and
learn and reason, at scale.
For healthcare:
Enlitic: Deep learning for healthcare and data-driven medicine.
Metamind.io: Automatic image recognition with many use
cases, including medicine.
Zebra Medical Vision: Closing the gaps between research and
result for patients with data and AI.
Deep Genomics: Machine learning and AI transforming
precision medicine, genetic testing, diagnostics and therapies.
Atomwise: Using AI and analytics to predict medicines and
discover drugs.
Flatiron.com: AI and machine learning delivering insights on
treatments.

Mais conteúdo relacionado

Mais procurados

18364 1 artificial intelligence
18364 1 artificial intelligence18364 1 artificial intelligence
18364 1 artificial intelligenceAbhishek Abhi
 
Introduction to Artificial Intelligence and Machine Learning
Introduction to Artificial Intelligence and Machine Learning Introduction to Artificial Intelligence and Machine Learning
Introduction to Artificial Intelligence and Machine Learning Emad Nabil
 
Artificial intelligence agents and environment
Artificial intelligence agents and environmentArtificial intelligence agents and environment
Artificial intelligence agents and environmentMinakshi Atre
 
Principles of Artificial Intelligence & Machine Learning
Principles of Artificial Intelligence & Machine LearningPrinciples of Artificial Intelligence & Machine Learning
Principles of Artificial Intelligence & Machine LearningJerry Lu
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligencesaloni sharma
 
Lecture 1. Introduction to AI and it's applications.ppt
Lecture 1. Introduction to AI and it's applications.pptLecture 1. Introduction to AI and it's applications.ppt
Lecture 1. Introduction to AI and it's applications.pptDebabrataPain1
 
Artificial Intelligence and Machine Learning
Artificial Intelligence and Machine LearningArtificial Intelligence and Machine Learning
Artificial Intelligence and Machine LearningMykola Dobrochynskyy
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEMidhuti
 
Top 10 Applications Of Artificial Intelligence | Edureka
Top 10 Applications Of Artificial Intelligence | EdurekaTop 10 Applications Of Artificial Intelligence | Edureka
Top 10 Applications Of Artificial Intelligence | EdurekaEdureka!
 
Applications of artificial intelligence assiginment2
Applications of artificial intelligence assiginment2Applications of artificial intelligence assiginment2
Applications of artificial intelligence assiginment2Pal Neeraj
 

Mais procurados (20)

18364 1 artificial intelligence
18364 1 artificial intelligence18364 1 artificial intelligence
18364 1 artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Introduction to Artificial Intelligence and Machine Learning
Introduction to Artificial Intelligence and Machine Learning Introduction to Artificial Intelligence and Machine Learning
Introduction to Artificial Intelligence and Machine Learning
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial intelligence agents and environment
Artificial intelligence agents and environmentArtificial intelligence agents and environment
Artificial intelligence agents and environment
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligence
 
Principles of Artificial Intelligence & Machine Learning
Principles of Artificial Intelligence & Machine LearningPrinciples of Artificial Intelligence & Machine Learning
Principles of Artificial Intelligence & Machine Learning
 
Deep learning
Deep learningDeep learning
Deep learning
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Intoduction of Artificial Intelligence
Intoduction of Artificial IntelligenceIntoduction of Artificial Intelligence
Intoduction of Artificial Intelligence
 
Foundation of A.I
Foundation of A.IFoundation of A.I
Foundation of A.I
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Ai presentation
Ai presentationAi presentation
Ai presentation
 
Lecture 1. Introduction to AI and it's applications.ppt
Lecture 1. Introduction to AI and it's applications.pptLecture 1. Introduction to AI and it's applications.ppt
Lecture 1. Introduction to AI and it's applications.ppt
 
Artificial Intelligence and Machine Learning
Artificial Intelligence and Machine LearningArtificial Intelligence and Machine Learning
Artificial Intelligence and Machine Learning
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
 
Top 10 Applications Of Artificial Intelligence | Edureka
Top 10 Applications Of Artificial Intelligence | EdurekaTop 10 Applications Of Artificial Intelligence | Edureka
Top 10 Applications Of Artificial Intelligence | Edureka
 
Applications of artificial intelligence assiginment2
Applications of artificial intelligence assiginment2Applications of artificial intelligence assiginment2
Applications of artificial intelligence assiginment2
 

Semelhante a (Ch#1) artificial intelligence

AI Mod1@AzDOCUMENTS.in.pdf
AI Mod1@AzDOCUMENTS.in.pdfAI Mod1@AzDOCUMENTS.in.pdf
AI Mod1@AzDOCUMENTS.in.pdfKUMARRISHAV37
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligencearpitnot4u
 
Introduction to Artificial Intelligence.pptx
Introduction to Artificial Intelligence.pptxIntroduction to Artificial Intelligence.pptx
Introduction to Artificial Intelligence.pptxHarshitaSharma285596
 
901470_Chap1.ppt.artificial intelligence
901470_Chap1.ppt.artificial intelligence901470_Chap1.ppt.artificial intelligence
901470_Chap1.ppt.artificial intelligencefloraaluoch3
 
chapter 1 AI.pptx
chapter 1 AI.pptxchapter 1 AI.pptx
chapter 1 AI.pptxqwtadhsaber
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligenceSindhuVelmukull
 
901470_Chap1.ppt
901470_Chap1.ppt901470_Chap1.ppt
901470_Chap1.pptEithuThutun
 
901470_Chap1.ppt about to Artificial Intellgence
901470_Chap1.ppt about to Artificial Intellgence901470_Chap1.ppt about to Artificial Intellgence
901470_Chap1.ppt about to Artificial Intellgencechougulesup79
 
artificial intelligence basis-introduction
artificial intelligence basis-introductionartificial intelligence basis-introduction
artificial intelligence basis-introductionSaranya Subakaran
 

Semelhante a (Ch#1) artificial intelligence (20)

AI Mod1@AzDOCUMENTS.in.pdf
AI Mod1@AzDOCUMENTS.in.pdfAI Mod1@AzDOCUMENTS.in.pdf
AI Mod1@AzDOCUMENTS.in.pdf
 
Ai introduction
Ai  introductionAi  introduction
Ai introduction
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Cosc 208 lecture note-1
Cosc 208 lecture note-1Cosc 208 lecture note-1
Cosc 208 lecture note-1
 
Introduction to Artificial Intelligence.pptx
Introduction to Artificial Intelligence.pptxIntroduction to Artificial Intelligence.pptx
Introduction to Artificial Intelligence.pptx
 
901470_Chap1.ppt.artificial intelligence
901470_Chap1.ppt.artificial intelligence901470_Chap1.ppt.artificial intelligence
901470_Chap1.ppt.artificial intelligence
 
Artificial_Intelligence.ppt
Artificial_Intelligence.pptArtificial_Intelligence.ppt
Artificial_Intelligence.ppt
 
chapter 1 AI.pptx
chapter 1 AI.pptxchapter 1 AI.pptx
chapter 1 AI.pptx
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligence
 
Chapter 1 (final)
Chapter 1 (final)Chapter 1 (final)
Chapter 1 (final)
 
Ai lect 1
Ai lect 1Ai lect 1
Ai lect 1
 
901470_Chap1.ppt
901470_Chap1.ppt901470_Chap1.ppt
901470_Chap1.ppt
 
901470_Chap1.ppt
901470_Chap1.ppt901470_Chap1.ppt
901470_Chap1.ppt
 
901470_Chap1.ppt
901470_Chap1.ppt901470_Chap1.ppt
901470_Chap1.ppt
 
AI_Intro1.ppt
AI_Intro1.pptAI_Intro1.ppt
AI_Intro1.ppt
 
Chap1.ppt
Chap1.pptChap1.ppt
Chap1.ppt
 
901470_Chap1.ppt about to Artificial Intellgence
901470_Chap1.ppt about to Artificial Intellgence901470_Chap1.ppt about to Artificial Intellgence
901470_Chap1.ppt about to Artificial Intellgence
 
artificial intelligence basis-introduction
artificial intelligence basis-introductionartificial intelligence basis-introduction
artificial intelligence basis-introduction
 
901470 chap1
901470 chap1901470 chap1
901470 chap1
 
901470_Chap1 (1).ppt
901470_Chap1 (1).ppt901470_Chap1 (1).ppt
901470_Chap1 (1).ppt
 

Mais de Noor Ul Hudda Memon

Mais de Noor Ul Hudda Memon (13)

The Perceptron and its Learning Rule
The Perceptron and its Learning RuleThe Perceptron and its Learning Rule
The Perceptron and its Learning Rule
 
Neuro Linguistic Programming (artificial intelligence)
Neuro Linguistic Programming (artificial intelligence)Neuro Linguistic Programming (artificial intelligence)
Neuro Linguistic Programming (artificial intelligence)
 
Sqa lec. 07
Sqa lec. 07Sqa lec. 07
Sqa lec. 07
 
Software estimation models ii lec .05
Software estimation models ii lec .05Software estimation models ii lec .05
Software estimation models ii lec .05
 
Se notes
Se notesSe notes
Se notes
 
Risk management lec. 06
Risk management lec. 06Risk management lec. 06
Risk management lec. 06
 
Proj mgmt complete)
Proj mgmt complete)Proj mgmt complete)
Proj mgmt complete)
 
Pressman ch-3-prescriptive-process-models
Pressman ch-3-prescriptive-process-modelsPressman ch-3-prescriptive-process-models
Pressman ch-3-prescriptive-process-models
 
Ch04 agile development models
Ch04 agile development modelsCh04 agile development models
Ch04 agile development models
 
Ch03 process models
Ch03 process modelsCh03 process models
Ch03 process models
 
Agiel sw development
Agiel sw developmentAgiel sw development
Agiel sw development
 
Voice controlled robot ppt
Voice controlled robot pptVoice controlled robot ppt
Voice controlled robot ppt
 
bgp(border gateway protocol)
bgp(border gateway protocol)bgp(border gateway protocol)
bgp(border gateway protocol)
 

Último

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
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
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
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
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
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
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
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
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
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
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 

Último (20)

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
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
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
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
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
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
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
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
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 

(Ch#1) artificial intelligence

  • 1. ARTIFICIAL INTELLIGENCE Concepts and Techniques Introduction
  • 2. Books to Refer: 1- Artificial Intelligence Illuminated By: Ben Coppin 2- Artificial Intelligence A Modern Approach By: Stuart Russell and Peter Norvig
  • 3. What is Intelligence?  The exact definition of intelligence is complex and controversial. Psychologists have debated over an exact definition for years.  One could certainly define intelligence by the properties one exhibits, for instance the ability to: deal with new situation, solve problems, answer questions, devise plans, and so on.
  • 4. Intelligence or Intelligent Behavior can also be defined in terms of one’s capacity for:  Abstract thinking,  Self-awareness,  Communication,  Learning and understanding from experiences  Memory and Planning,  Creativity and problem solving.  Making sense out of ambiguous and contradictory messages  Responding effectively to and dealing with complex situations  Applying knowledge to manipulate the environment  Intelligence does not necessarily mean how fast information is processed, but it is the ability to demonstrate intelligence by communicating effectively (by any means) and by learning new concepts (by any means).
  • 5. Artificial Intelligence: Definition  Simulation of Intelligence in machines.  It is the science and engineering of making intelligent machines, especially intelligent computer programs.  Artificial intelligence is the study of systems that act in a way that to any observer would appear to be intelligent.
  • 6. Artificial Intelligence: Definition  It is related to the similar task of using computers to understand human intelligence, but AI does not have to confine itself to methods that are biologically observable.
  • 7. Artificial Intelligence:  AI is a collection of hard problems which can be solved by humans and other living things, but for which we don’t have good algorithms for solving.  e. g., understanding spoken natural language, medical diagnosis, circuit design, learning, self-adaptation, reasoning, game playing, etc. • A computer program that  Acts like human (Turing test)  Thinks like human (human-like patterns of thinking steps)  Acts or thinks rationally (logically, correctly) • The art of creating machines that perform functions that require intelligence when performed by humans.
  • 8. Strong & Weak AI  Weak AI, an artificial intelligence system which is only intended to be applicable on a specific kind of problem (e.g. computer chess) and not intended to display human-like intelligence in general.  Siri is a good example of narrow intelligence. Siri operates within a limited pre-defined range, there is no genuine intelligence, no self-awareness, no life despite being a sophisticated example of weak AI.
  • 9. Strong and Weak AI  Strong AI is the intelligence of a machine that could successfully perform any intellectual task that a human being can. It is a primary goal of artificial intelligence research and an important topic for science fiction writers and futurists.  Strong AI also refers to as "full AI" or as the ability to perform "general intelligent action "  The followers of strong AI believe that by giving a computer program sufficient processing power, and by providing it with enough intelligence, one can create a computer that can literally think and is conscious in the same way that a human is conscious. - The Turing Test (Turing) - The Robot College Student Test (Goertzel) - The Coffee Test (Goertzel) - The Employment Test (Nilsson)
  • 10. What’s easy and what’s hard for AI?  It’s been easier to mechanize many of the high level cognitive tasks we usually associate with “intelligence” in people  e. g., symbolic integration, proving theorems, playing chess, some aspect of medical diagnosis, etc.  It’s been very hard to mechanize tasks that animals can do easily  catching prey  interpreting complex sensory information (visual, aural..)  modeling the internal states of other animals from their behavior  working as a team (ants, bees)
  • 12. Advantages of Artificial Intelligence:  AI is more permanent. AI is permanent as long as the computer systems or programs remain unchanged.  AI offers ease of duplication and distribution. Transferring a body of knowledge from one person to another usually requires a lengthy process, yet fully expertise can never be transfer. However, knowledge embodied in computer systems can be copied or duplicated to another and so on.  AI can be less expensive that natural intelligence. Some times buying computer software costs less than having corresponding human power to carry out same task.  AI can be documented. Decisions made by a computer can be easily documented by tracing the activities of a system, while natural intelligence is difficult to trace out.
  • 13. Advantages of Natural Intelligence:  Natural Intelligence is creative, while AI is uninspired. The ability to acquire knowledge is inherent in human mind, but with AI customized knowledge must be built into a carefully constructed system.  Natural intelligence enables people to benefit from and use sensory experience directly, while AI mostly works on symbolic inputs.  Natural intelligence is able to make reasons at all times by wide context of experience and bring it to bear on individual problems. While AI systems typically gain their power of knowledge by having a narrow focus of problem domain.  Natural Intelligence is powerful but has limitations. Humans are intellectual but have limited knowledge bases, and information processing is comparably slow in brain when done with computers.
  • 14. How AI Works:  Think well  Act well  Think like humans  Act like humans
  • 15. Think well  Develop formal models of knowledge representation, reasoning, learning, memory, problem solving that can be rendered in algorithms.  There is often an emphasis on systems that are provably correct, and guarantee finding an optimal solution.
  • 16. Act well  For a given set of inputs, generate an appropriate output that is not necessarily correct but gets the job done.  A heuristic (heuristic rule, heuristic method) is a rule of thumb, strategy, trick, simplification, or any other kind of device which drastically limits search for solutions in large problem spaces.
  • 17.  Heuristics do not guarantee optimal solutions; in fact, they do not guarantee any solution at all: all that can be said for a useful heuristic is that it offers solutions which are good enough most of the time. Act well
  • 18. Think like humans  Cognitive science approach  Focus not just on behavior and I/O but also look at reasoning process.  Computational model should reflect “how” results were obtained.  Provide a new language for expressing cognitive theories and new mechanisms for evaluating them
  • 19.  GPS (General Problem Solver): Goal not just to produce humanlike behavior, but to produce a sequence of steps of the reasoning process that was similar to the steps followed by a person in solving the same task.  ELIZA: A program that simulated a psychotherapist interacting with a patient and successfully passed the Turing Test. Think like humans
  • 20. Act like humans  Behaviorist approach.  Not interested in how you get results, just the similarity to what human results are.  Exemplified by the Turing Test (Alan Turing, 1950).
  • 21. Turing Test  Three rooms contain a person, a computer, and an interrogator.  The interrogator can communicate with the other two.  The interrogator tries to determine which the person is and which the machine is.  The machine tries to fool the interrogator into believing that it is the person.  If the machine succeeds, then we conclude that the machine can think.
  • 22.  Game Playing  Automated Reasoning  Theorem Proving  Natural Language Processing  Expert Systems  Computer Vision  Robotics  Machine Learning AI Application Areas
  • 23. Practical AI tools used nowadays On your phone: Siri: Part of Apple’s iOS, watchOS, and tvOS. Intelligent personal assistant. Cortana: Microsoft’s intelligent personal assistant. Designed for Windows Mobile but now on Android, and a limited version runs on Apple iOS. Google Now: Available within Google Search mobile app for Android and iOS as well as the Google Chrome web browser on other devices. Delegates requests to web services powered by Google.
  • 24. For personal and business use: Gluru: Organize your online documents, calendars, emails and other data and have AI present you with new insights and actionable information. x.ai: Let AI coordinate schedules for you. Your own personal scheduler. CrystalKnows: Using AI to help you know the best way to communicate with others. RecordedFuture: Leverages natural language processing at massive scale in real time to collect and understand more than 700,000 web sources.
  • 25. For developers: Soar: a general cognitive architecture for developing systems that exhibit intelligent behavior. Jade: Java Agent Development Framework. Simplifies multi-agent system development. Protege: A free, open-source ontology editor and framework for building intelligent systems. h2o.ai: Build smarter machine learning/AI applications that are fast and scalable. Seldon: An open, enterprise-grade machine learning platform that adds intelligence to organizations. OpenCV: Open-source computer vision, a library of programming functions aimed mainly at computer vision. Deepmind: combines the best techniques from machine learning and systems neuroscience to build powerful general-purpose learning algorithms. Microsoft cognitive services: lets you build apps with powerful algorithms using just a few lines of code. IBM Watson: It understands all forms of data, interact naturally with people, and learn and reason, at scale.
  • 26. For healthcare: Enlitic: Deep learning for healthcare and data-driven medicine. Metamind.io: Automatic image recognition with many use cases, including medicine. Zebra Medical Vision: Closing the gaps between research and result for patients with data and AI. Deep Genomics: Machine learning and AI transforming precision medicine, genetic testing, diagnostics and therapies. Atomwise: Using AI and analytics to predict medicines and discover drugs. Flatiron.com: AI and machine learning delivering insights on treatments.