SlideShare a Scribd company logo
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.

More Related Content

What's hot

Artificial Intelligence (Current state and future of A.I) by Mudasir Khushk
Artificial Intelligence (Current state and future of A.I) by Mudasir KhushkArtificial Intelligence (Current state and future of A.I) by Mudasir Khushk
Artificial Intelligence (Current state and future of A.I) by Mudasir Khushk
MudsaraliKhushik
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceBise Mond
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial Intelligence
snehal_152
 
What is knowledge representation and reasoning ?
What is knowledge representation and reasoning ?What is knowledge representation and reasoning ?
What is knowledge representation and reasoning ?
Anant Soft Computing
 
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
BIJAY NAYAK
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
gayathrysatheesan1
 
History of AI
History of AIHistory of AI
History of AI
Megha Sharma
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
Iman Ardekani
 
Artifical intelligence
Artifical intelligenceArtifical intelligence
Artifical intelligence
Rizwan Afzal
 
Knowledge Representation in Artificial intelligence
Knowledge Representation in Artificial intelligence Knowledge Representation in Artificial intelligence
Knowledge Representation in Artificial intelligence
Yasir Khan
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceSourabh Sharma
 
AI_Unit I notes .pdf
AI_Unit I notes .pdfAI_Unit I notes .pdf
AI_Unit I notes .pdf
Asst.prof M.Gokilavani
 
Artificial intelligence Ch1
Artificial intelligence Ch1Artificial intelligence Ch1
Artificial intelligence Ch1
kassatilahun
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
funpathshala
 
PPT on Artificial Intelligence(A.I.)
PPT on Artificial Intelligence(A.I.) PPT on Artificial Intelligence(A.I.)
PPT on Artificial Intelligence(A.I.)
Aakanksh Nath
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence
pramiidhaaavula
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
Umasree Raghunath
 
ARTIFICIAL INTELLIGENCE (A.I)
ARTIFICIAL INTELLIGENCE (A.I)ARTIFICIAL INTELLIGENCE (A.I)
ARTIFICIAL INTELLIGENCE (A.I)
Movie Breaker
 
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
DebabrataPain1
 
Lecture1 AI1 Introduction to artificial intelligence
Lecture1 AI1 Introduction to artificial intelligenceLecture1 AI1 Introduction to artificial intelligence
Lecture1 AI1 Introduction to artificial intelligenceAlbert Orriols-Puig
 

What's hot (20)

Artificial Intelligence (Current state and future of A.I) by Mudasir Khushk
Artificial Intelligence (Current state and future of A.I) by Mudasir KhushkArtificial Intelligence (Current state and future of A.I) by Mudasir Khushk
Artificial Intelligence (Current state and future of A.I) by Mudasir Khushk
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial Intelligence
 
What is knowledge representation and reasoning ?
What is knowledge representation and reasoning ?What is knowledge representation and reasoning ?
What is knowledge representation and reasoning ?
 
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
 
History of AI
History of AIHistory of AI
History of AI
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artifical intelligence
Artifical intelligenceArtifical intelligence
Artifical intelligence
 
Knowledge Representation in Artificial intelligence
Knowledge Representation in Artificial intelligence Knowledge Representation in Artificial intelligence
Knowledge Representation in Artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
AI_Unit I notes .pdf
AI_Unit I notes .pdfAI_Unit I notes .pdf
AI_Unit I notes .pdf
 
Artificial intelligence Ch1
Artificial intelligence Ch1Artificial intelligence Ch1
Artificial intelligence Ch1
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
PPT on Artificial Intelligence(A.I.)
PPT on Artificial Intelligence(A.I.) PPT on Artificial Intelligence(A.I.)
PPT on Artificial Intelligence(A.I.)
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
ARTIFICIAL INTELLIGENCE (A.I)
ARTIFICIAL INTELLIGENCE (A.I)ARTIFICIAL INTELLIGENCE (A.I)
ARTIFICIAL INTELLIGENCE (A.I)
 
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
 
Lecture1 AI1 Introduction to artificial intelligence
Lecture1 AI1 Introduction to artificial intelligenceLecture1 AI1 Introduction to artificial intelligence
Lecture1 AI1 Introduction to artificial intelligence
 

Similar to (Ch#1) artificial intelligence

AI Mod1@AzDOCUMENTS.in.pdf
AI Mod1@AzDOCUMENTS.in.pdfAI Mod1@AzDOCUMENTS.in.pdf
AI Mod1@AzDOCUMENTS.in.pdf
KUMARRISHAV37
 
Ai introduction
Ai  introductionAi  introduction
Ai introduction
BalneSridevi
 
AI Introduction Artificial intelligence introduction fundamentals alogirthms ...
AI Introduction Artificial intelligence introduction fundamentals alogirthms ...AI Introduction Artificial intelligence introduction fundamentals alogirthms ...
AI Introduction Artificial intelligence introduction fundamentals alogirthms ...
Dr.ganesh Narasimhan
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
arpitnot4u
 
Cosc 208 lecture note-1
Cosc 208 lecture note-1Cosc 208 lecture note-1
Cosc 208 lecture note-1
Yasin Muhammed Tukur
 
Introduction to Artificial Intelligence.pptx
Introduction to Artificial Intelligence.pptxIntroduction to Artificial Intelligence.pptx
Introduction to Artificial Intelligence.pptx
HarshitaSharma285596
 
901470_Chap1.ppt.artificial intelligence
901470_Chap1.ppt.artificial intelligence901470_Chap1.ppt.artificial intelligence
901470_Chap1.ppt.artificial intelligence
floraaluoch3
 
Artificial_Intelligence.ppt
Artificial_Intelligence.pptArtificial_Intelligence.ppt
Artificial_Intelligence.ppt
MuhammadKashif229632
 
chapter 1 AI.pptx
chapter 1 AI.pptxchapter 1 AI.pptx
chapter 1 AI.pptx
qwtadhsaber
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligence
SindhuVelmukull
 
Chapter 1 (final)
Chapter 1 (final)Chapter 1 (final)
Chapter 1 (final)
Nateshwar Kamlesh
 
Ai lect 1
Ai lect 1Ai lect 1
Ai lect 1
Mahmoud Hussein
 
901470_Chap1.ppt
901470_Chap1.ppt901470_Chap1.ppt
901470_Chap1.ppt
HardikPChauhan
 
901470_Chap1.ppt
901470_Chap1.ppt901470_Chap1.ppt
901470_Chap1.ppt
EithuThutun
 
901470_Chap1.ppt
901470_Chap1.ppt901470_Chap1.ppt
901470_Chap1.ppt
DepartmentofITAITS
 
AI_Intro1.ppt
AI_Intro1.pptAI_Intro1.ppt
AI_Intro1.ppt
ssuserf35e0b1
 
Chap1.ppt
Chap1.pptChap1.ppt
Chap1.ppt
KhanKhaja1
 
901470_Chap1.ppt
901470_Chap1.ppt901470_Chap1.ppt
901470_Chap1.ppt
WordoflifeBible
 

Similar to (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
 
AI Introduction Artificial intelligence introduction fundamentals alogirthms ...
AI Introduction Artificial intelligence introduction fundamentals alogirthms ...AI Introduction Artificial intelligence introduction fundamentals alogirthms ...
AI Introduction Artificial intelligence introduction fundamentals alogirthms ...
 
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
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
 

More from Noor Ul Hudda Memon

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

More from 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)
 

Recently uploaded

Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
gb193092
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 

Recently uploaded (20)

Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 

(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.