SlideShare a Scribd company logo
Artificial intelligence tutorial
Artificial Intelligence
i
AbouttheTutorial
This tutorial provides introductory knowledge on Artificial Intelligence. It would come to a
great help if you are about to select Artificial Intelligence as a course subject. You can briefly
know about the areas of AI in which research is prospering.
Audience
This tutorial is prepared for the students at beginner level who aspire to learn Artificial
Intelligence.
Prerequisites
The basic knowledge of Computer Science is mandatory. The knowledge of Mathematics,
Languages, Science, Mechanical or Electrical engineering is a plus.
Disclaimer&Copyright
 Copyright 2015 by Tutorials Point (I) Pvt. Ltd.
All the content and graphics published in this e-book are the property of Tutorials Point (I)
Pvt. Ltd. The user of this e-book is prohibited to reuse, retain, copy, distribute or republish
any contents or a part of contents of this e-book in any manner without written consent of
the publisher.
We strive to update the contents of our website and tutorials as timely and as precisely as
possible, however, the contents may contain inaccuracies or errors. Tutorials Point (I) Pvt.
Ltd. provides no guarantee regarding the accuracy, timeliness or completeness of our website
or its contents including this tutorial. If you discover any errors on our website or in this
tutorial, please notify us at contact@tutorialspoint.com.
Artificial Intelligence
ii
TableofContents
About the Tutorial.........................................................................................................................................i
Audience .......................................................................................................................................................i
Prerequisites .................................................................................................................................................i
Disclaimer & Copyright..................................................................................................................................i
Table of Contents .........................................................................................................................................ii
1. OVERVIEW OF AI......................................................................................................................1
What is Artificial Intelligence?......................................................................................................................1
Philosophy of AI ...........................................................................................................................................1
Goals of AI....................................................................................................................................................1
What Contributes to AI?...............................................................................................................................2
Programming Without and With AI ..............................................................................................................2
What is AI Technique?..................................................................................................................................3
Applications of AI .........................................................................................................................................3
History of AI .................................................................................................................................................4
2. INTELLIGENT SYSTEMS.............................................................................................................6
What is Intelligence?....................................................................................................................................6
Types of Intelligence.....................................................................................................................................6
What is Intelligence Composed of? ..............................................................................................................7
Difference between Human and Machine Intelligence .................................................................................9
3. RESEARCH AREAS OF AI..........................................................................................................10
Real Life Applications of Research Areas ....................................................................................................11
Task Classification of AI ..............................................................................................................................12
Artificial Intelligence
iii
4. AGENTS AND ENVIRONMENTS...............................................................................................14
What are Agent and Environment? ............................................................................................................14
Agents Terminology ...................................................................................................................................14
Rationality..................................................................................................................................................15
What is Ideal Rational Agent? ....................................................................................................................15
The Structure of Intelligent Agents.............................................................................................................15
The Nature of Environments ......................................................................................................................18
Properties of Environment .........................................................................................................................19
5. POPULAR SEARCH ALGORITHMS............................................................................................20
Single Agent Pathfinding Problems.............................................................................................................20
Search Terminology....................................................................................................................................20
Brute-Force Search Strategies ....................................................................................................................20
Informed (Heuristic) Search Strategies .......................................................................................................23
Local Search Algorithms .............................................................................................................................24
6. FUZZY LOGIC SYSTEMS...........................................................................................................27
What is Fuzzy Logic?...................................................................................................................................27
Why Fuzzy Logic?........................................................................................................................................27
Fuzzy Logic Systems Architecture ...............................................................................................................28
Example of a Fuzzy Logic System ................................................................................................................29
Application Areas of Fuzzy Logic.................................................................................................................32
Advantages of FLSs.....................................................................................................................................33
Disadvantages of FLSs ................................................................................................................................33
Artificial Intelligence
iv
7. NATURAL LANGUAGE PROCESSING........................................................................................34
Components of NLP....................................................................................................................................34
Difficulties in NLU.......................................................................................................................................34
NLP Terminology ........................................................................................................................................35
Steps in NLP................................................................................................................................................35
Implementation Aspects of Syntactic Analysis............................................................................................36
8. EXPERT SYSTEMS....................................................................................................................40
What are Expert Systems?..........................................................................................................................40
Capabilities of Expert Systems....................................................................................................................40
Components of Expert Systems..................................................................................................................41
Knowledge Base .........................................................................................................................................41
Inference Engine.........................................................................................................................................42
User Interface.............................................................................................................................................43
Expert Systems Limitations.........................................................................................................................44
Applications of Expert System....................................................................................................................44
Expert System Technology..........................................................................................................................45
Development of Expert Systems: General Steps.........................................................................................45
Benefits of Expert Systems .........................................................................................................................46
9. ROBOTICS ..............................................................................................................................47
What are Robots?.......................................................................................................................................47
What is Robotics?.......................................................................................................................................47
Difference in Robot System and Other AI Program.....................................................................................47
Robot Locomotion......................................................................................................................................48
Components of a Robot..............................................................................................................................50
Artificial Intelligence
v
Computer Vision.........................................................................................................................................50
Tasks of Computer Vision ...........................................................................................................................50
Application Domains of Computer Vision...................................................................................................51
Applications of Robotics.............................................................................................................................51
10. NEURAL NETWORKS...............................................................................................................53
What are Artificial Neural Networks (ANNs)?.............................................................................................53
Basic Structure of ANNs..............................................................................................................................53
Types of Artificial Neural Networks............................................................................................................54
Working of ANNs........................................................................................................................................55
Machine Learning in ANNs .........................................................................................................................55
Bayesian Networks (BN).............................................................................................................................56
Applications of Neural Networks................................................................................................................59
11. AI ISSUES................................................................................................................................61
12. AI TERMINOLOGY...................................................................................................................62
Artificial Intelligence
6
Since the invention of computers or machines, their capability to perform various tasks went
on growing exponentially. Humans have developed the power of computer systems in terms
of their diverse working domains, their increasing speed, and reducing size with respect to
time.
A branch of Computer Science named Artificial Intelligence pursues creating the computers
or machines as intelligent as human beings.
WhatisArtificialIntelligence?
According to the father of Artificial Intelligence John McCarthy, it is “The science and
engineering of making intelligent machines, especially intelligent computer programs”.
Artificial Intelligence is a way of making a computer, a computer-controlled robot, or a
software think intelligently, in the similar manner the intelligent humans think.
AI is accomplished by studying how human brain thinks, and how humans learn, decide, and
work while trying to solve a problem, and then using the outcomes of this study as a basis of
developing intelligent software and systems.
PhilosophyofAI
While exploiting the power of the computer systems, the curiosity of human, lead him to
wonder, “Can a machine think and behave like humans do?”
Thus, the development of AI started with the intention of creating similar intelligence in
machines that we find and regard high in humans.
GoalsofAI
 To Create Expert Systems: The systems which exhibit intelligent behavior, learn,
demonstrate, explain, and advice its users.
 To Implement Human Intelligence in Machines: Creating systems that
understand, think, learn, and behave like humans.
1. Overview of AI
Artificial Intelligence
7
WhatContributestoAI?
Artificial intelligence is a science and technology based on disciplines such as Computer
Science, Biology, Psychology, Linguistics, Mathematics, and Engineering. A major thrust of AI
is in the development of computer functions associated with human intelligence, such as
reasoning, learning, and problem solving.
Out of the following areas, one or multiple areas can contribute to build an intelligent system.
ProgrammingWithoutandWithAI
The programming without and with AI is different in following ways:
Programming Without AI Programming With AI
A computer program without AI can
answer the specific questions it is meant
to solve.
A computer program with AI can answer the
generic questions it is meant to solve.
Modification in the program leads to
change in its structure.
AI programs can absorb new modifications by
putting highly independent pieces of
information together. Hence you can modify
even a minute piece of information of program
without affecting its structure.
Modification is not quick and easy. It may
lead to affecting the program adversely.
Quick and Easy program modification.
Artificial Intelligence
8
WhatisAITechnique?
In the real world, the knowledge has some unwelcomed properties:
 Its volume is huge, next to unimaginable.
 It is not well-organized or well-formatted.
 It keeps changing constantly.
AI Technique is a manner to organize and use the knowledge efficiently in such a way that:
 It should be perceivable by the people who provide it.
 It should be easily modifiable to correct errors.
 It should be useful in many situations though it is incomplete or inaccurate.
AI techniques elevate the speed of execution of the complex program it is equipped with.
ApplicationsofAI
AI has been dominant in various fields such as:
 Gaming
AI plays crucial role in strategic games such as chess, poker, tic-tac-toe, etc., where
machine can think of large number of possible positions based on heuristic knowledge.
 Natural Language Processing
It is possible to interact with the computer that understands natural language spoken
by humans.
 Expert Systems
There are some applications which integrate machine, software, and special
information to impart reasoning and advising. They provide explanation and advice to
the users.
 Vision Systems
These systems understand, interpret, and comprehend visual input on the computer.
For example,
o A spying aeroplane takes photographs which are used to figure out spatial
information or map of the areas.
o Doctors use clinical expert system to diagnose the patient.
o Police use computer software that can recognize the face of criminal with the
stored portrait made by forensic artist.
Artificial Intelligence
9
 Speech Recognition
Some intelligent systems are capable of hearing and comprehending the language in
terms of sentences and their meanings while a human talks to it. It can handle different
accents, slang words, noise in the background, change in human’s noise due to cold,
etc.
 Handwriting Recognition
The handwriting recognition software reads the text written on paper by a pen or on
screen by a stylus. It can recognize the shapes of the letters and convert it into editable
text.
 Intelligent Robots
Robots are able to perform the tasks given by a human. They have sensors to detect
physical data from the real world such as light, heat, temperature, movement, sound,
bump, and pressure. They have efficient processors, multiple sensors and huge
memory, to exhibit intelligence. In addition, they are capable of learning from their
mistakes and they can adapt to the new environment.
HistoryofAI
Here is the history of AI during 20th
century:
Year Milestone / Innovation
1923
Karel Čapek’s play named “Rossum's Universal Robots” (RUR) opens in London,
first use of the word "robot" in English.
1943 Foundations for neural networks laid.
1945 Isaac Asimov, a Columbia University alumni, coined the term Robotics.
1950
Alan Turing introduced Turing Test for evaluation of intelligence and published
Computing Machinery and Intelligence. Claude Shannon published Detailed
Analysis of Chess Playing as a search.
1956
John McCarthy coined the term Artificial Intelligence. Demonstration of the first
running AI program at Carnegie Mellon University.
1958 John McCarthy invents LISP programming language for AI.
1964
Danny Bobrow's dissertation at MIT showed that computers can understand
natural language well enough to solve algebra word problems correctly.
1965
Joseph Weizenbaum at MIT built ELIZA, an interactive problem that carries on
a dialogue in English.
1969
Scientists at Stanford Research Institute Developed Shakey, a robot, equipped
with locomotion, perception, and problem solving.
Artificial Intelligence
10
1973
The Assembly Robotics group at Edinburgh University built Freddy, the Famous
Scottish Robot, capable of using vision to locate and assemble models.
1979 The first computer-controlled autonomous vehicle, Stanford Cart, was built.
1985
Harold Cohen created and demonstrated the drawing program, Aaron.
1990
Major advances in all areas of AI:
 Significant demonstrations in machine learning
 Case-based reasoning
 Multi-agent planning
 Scheduling
 Data mining, Web Crawler
 natural language understanding and translation
 Vision, Virtual Reality
 Games
1997
The Deep Blue Chess Program beats the then world chess champion, Garry
Kasparov.
2000
Interactive robot pets become commercially available. MIT displays Kismet, a
robot with a face that expresses emotions. The robot Nomad explores remote
regions of Antarctica and locates meteorites.
Artificial Intelligence
11
While studying artificially intelligence, you need to know what intelligence is. This chapter
covers Idea of intelligence, types, and components of intelligence.
WhatisIntelligence?
The ability of a system to calculate, reason, perceive relationships and analogies, learn from
experience, store and retrieve information from memory, solve problems, comprehend
complex ideas, use natural language fluently, classify, generalize, and adapt new situations.
TypesofIntelligence
As described by Howard Gardner, an American developmental psychologist, the Intelligence
comes in multifold:
Intelligence Description Example
Linguistic
intelligence
The ability to speak, recognize, and use mechanisms
of phonology (speech sounds), syntax (grammar),
and semantics (meaning).
Narrators, Orators
Musical intelligence
The ability to create, communicate with, and
understand meanings made of sound, understanding
of pitch, rhythm.
Musicians,
Singers,
Composers
Logical-
mathematical
intelligence
The ability of use and understand relationships in the
absence of action or objects. Understanding complex
and abstract ideas.
Mathematicians,
Scientists
Spatial intelligence
The ability to perceive visual or spatial information,
change it, and re-create visual images without
reference to the objects, construct 3D images, and
to move and rotate them.
Map readers,
Astronauts,
Physicists
Bodily-Kinesthetic
intelligence
The ability to use complete or part of the body to
solve problems or fashion products, control over fine
and coarse motor skills, and manipulate the objects.
Players, Dancers
Intra-personal
intelligence
The ability to distinguish among one’s own feelings,
intentions, and motivations.
Gautam Buddha
2. IntelligenT Systems
Artificial Intelligence
12
Interpersonal
intelligence
The ability to recognize and make distinctions among
other people’s feelings, beliefs, and intentions.
Mass
Communicators,
Interviewers
You can say a machine or a system is artificially intelligent when it is equipped with at
least one and at most all intelligences in it.
Artificial Intelligence
13
End of ebook preview
If you liked what you saw…
Buy it from our store @ https://store.tutorialspoint.com

More Related Content

What's hot (15)

PDF
Hibernate tutorial
HarikaReddy115
 
PDF
Ethical hacking tutorial
HarikaReddy115
 
PDF
Basic electronics tutorial
HarikaReddy115
 
PDF
Wireless communication tutorial
HarikaReddy115
 
PDF
Software testing tutorial
HarikaReddy115
 
PDF
Operating system tutorial
HarikaReddy115
 
PDF
Embedded systems tutorial
HarikaReddy115
 
PDF
Behavior driven development_tutorial
HarikaReddy115
 
PDF
Arduino e-book
Dwight Sabio
 
PDF
Learn embedded systems tutorial
Ashoka Vanjare
 
PDF
Jqueryui tutorial
HarikaReddy115
 
PDF
Chef tutorial
HarikaReddy115
 
PDF
Antenna theory tutorial
HarikaReddy115
 
PDF
Spring tutorial
Phuong Le
 
PDF
Python tutorial
HarikaReddy115
 
Hibernate tutorial
HarikaReddy115
 
Ethical hacking tutorial
HarikaReddy115
 
Basic electronics tutorial
HarikaReddy115
 
Wireless communication tutorial
HarikaReddy115
 
Software testing tutorial
HarikaReddy115
 
Operating system tutorial
HarikaReddy115
 
Embedded systems tutorial
HarikaReddy115
 
Behavior driven development_tutorial
HarikaReddy115
 
Arduino e-book
Dwight Sabio
 
Learn embedded systems tutorial
Ashoka Vanjare
 
Jqueryui tutorial
HarikaReddy115
 
Chef tutorial
HarikaReddy115
 
Antenna theory tutorial
HarikaReddy115
 
Spring tutorial
Phuong Le
 
Python tutorial
HarikaReddy115
 

Similar to Artificial intelligence tutorial (20)

PDF
Artificial Intelligence Tutorial
Finni Rice
 
PPTX
Artificial Intelligence Tutorial for Beginners.pptx
harishkumara12
 
PDF
How to Acquire AI Literacy To Boost Your CV.pdf
SOFTTECHHUB
 
PPTX
Artificial Intelligence (AI)Somali heer Jaamacadeed ah.pptx
GalkayouniversityGU
 
DOCX
what is artificial intelligence,types how it works
DipinGoyal2
 
PDF
AI_Student_HandbookXI FOR CLASS XI cbses
chandrani prasad
 
PDF
Artificial Intelligence Simplified (Textbook Sample)
Angie Miller
 
PDF
AIML Module -1 Introduction.pdf
FariyaTasneem1
 
PPTX
AI Tech Project DEGINED B Y PRIYANSHU KR.
Priyanshu Kumar
 
PPTX
Artificial_Intelligence_Presentation.pptx
ciphercircle4
 
PDF
Introduction to artificial intelligence.pdf
shyamprakashd
 
PDF
L1-Introduction to Artificial Intelligence.pdf
SyedAbdullah854076
 
PPTX
introduction of artificial intelligence .pptx
ZubairAziz25
 
PPTX
Introduction_to_Artificial_Intelligence.pptx
anishkumar1100
 
PDF
T32 AI Trends, Technologies, & Transformations 250323.pdf
Moustafa M Elsayed
 
PPTX
AI_Introduction_Presentation1234567.pptx
nnduong1
 
PPTX
Verisavo- Introduction to Artificial Intelligence and Machine Learning
Verisavo
 
PPTX
Artificial intelligence course in Chandigarh.pptx
asmeerana605
 
PPTX
!%& IDM Crack with Internet Download Manager 6.42 Build 32 >
Ranking Google
 
PPTX
Internet Download Manager Crack Patch Latest IDM Free Download
Designer
 
Artificial Intelligence Tutorial
Finni Rice
 
Artificial Intelligence Tutorial for Beginners.pptx
harishkumara12
 
How to Acquire AI Literacy To Boost Your CV.pdf
SOFTTECHHUB
 
Artificial Intelligence (AI)Somali heer Jaamacadeed ah.pptx
GalkayouniversityGU
 
what is artificial intelligence,types how it works
DipinGoyal2
 
AI_Student_HandbookXI FOR CLASS XI cbses
chandrani prasad
 
Artificial Intelligence Simplified (Textbook Sample)
Angie Miller
 
AIML Module -1 Introduction.pdf
FariyaTasneem1
 
AI Tech Project DEGINED B Y PRIYANSHU KR.
Priyanshu Kumar
 
Artificial_Intelligence_Presentation.pptx
ciphercircle4
 
Introduction to artificial intelligence.pdf
shyamprakashd
 
L1-Introduction to Artificial Intelligence.pdf
SyedAbdullah854076
 
introduction of artificial intelligence .pptx
ZubairAziz25
 
Introduction_to_Artificial_Intelligence.pptx
anishkumar1100
 
T32 AI Trends, Technologies, & Transformations 250323.pdf
Moustafa M Elsayed
 
AI_Introduction_Presentation1234567.pptx
nnduong1
 
Verisavo- Introduction to Artificial Intelligence and Machine Learning
Verisavo
 
Artificial intelligence course in Chandigarh.pptx
asmeerana605
 
!%& IDM Crack with Internet Download Manager 6.42 Build 32 >
Ranking Google
 
Internet Download Manager Crack Patch Latest IDM Free Download
Designer
 
Ad

More from HarikaReddy115 (20)

PDF
Dbms tutorial
HarikaReddy115
 
PDF
Data structures algorithms_tutorial
HarikaReddy115
 
PDF
Cryptography tutorial
HarikaReddy115
 
PDF
Cosmology tutorial
HarikaReddy115
 
PDF
Control systems tutorial
HarikaReddy115
 
PDF
Computer logical organization_tutorial
HarikaReddy115
 
PDF
Computer fundamentals tutorial
HarikaReddy115
 
PDF
Compiler design tutorial
HarikaReddy115
 
PDF
Communication technologies tutorial
HarikaReddy115
 
PDF
Biometrics tutorial
HarikaReddy115
 
PDF
Basics of computers_tutorial
HarikaReddy115
 
PDF
Basics of computer_science_tutorial
HarikaReddy115
 
PDF
Auditing tutorial
HarikaReddy115
 
PDF
Artificial neural network_tutorial
HarikaReddy115
 
PDF
Artificial intelligence tutorial
HarikaReddy115
 
PDF
Analog communication tutorial
HarikaReddy115
 
PDF
Amplifiers tutorial
HarikaReddy115
 
PDF
Agile tutorial
HarikaReddy115
 
PDF
Accounting basics tutorial
HarikaReddy115
 
PDF
Ruby tutorial
HarikaReddy115
 
Dbms tutorial
HarikaReddy115
 
Data structures algorithms_tutorial
HarikaReddy115
 
Cryptography tutorial
HarikaReddy115
 
Cosmology tutorial
HarikaReddy115
 
Control systems tutorial
HarikaReddy115
 
Computer logical organization_tutorial
HarikaReddy115
 
Computer fundamentals tutorial
HarikaReddy115
 
Compiler design tutorial
HarikaReddy115
 
Communication technologies tutorial
HarikaReddy115
 
Biometrics tutorial
HarikaReddy115
 
Basics of computers_tutorial
HarikaReddy115
 
Basics of computer_science_tutorial
HarikaReddy115
 
Auditing tutorial
HarikaReddy115
 
Artificial neural network_tutorial
HarikaReddy115
 
Artificial intelligence tutorial
HarikaReddy115
 
Analog communication tutorial
HarikaReddy115
 
Amplifiers tutorial
HarikaReddy115
 
Agile tutorial
HarikaReddy115
 
Accounting basics tutorial
HarikaReddy115
 
Ruby tutorial
HarikaReddy115
 
Ad

Recently uploaded (20)

PDF
CEREBRAL PALSY: NURSING MANAGEMENT .pdf
PRADEEP ABOTHU
 
PDF
LAW OF CONTRACT ( 5 YEAR LLB & UNITARY LLB)- MODULE-3 - LEARN THROUGH PICTURE
APARNA T SHAIL KUMAR
 
PPTX
PPT on the Development of Education in the Victorian England
Beena E S
 
PDF
IMP NAAC REFORMS 2024 - 10 Attributes.pdf
BHARTIWADEKAR
 
PPTX
BANDHA (BANDAGES) PPT.pptx ayurveda shalya tantra
rakhan78619
 
PDF
CHILD RIGHTS AND PROTECTION QUESTION BANK
Dr Raja Mohammed T
 
PDF
IMP NAAC-Reforms-Stakeholder-Consultation-Presentation-on-Draft-Metrics-Unive...
BHARTIWADEKAR
 
PDF
Generative AI: it's STILL not a robot (CIJ Summer 2025)
Paul Bradshaw
 
PPSX
Health Planning in india - Unit 03 - CHN 2 - GNM 3RD YEAR.ppsx
Priyanshu Anand
 
PPTX
How to Set Maximum Difference Odoo 18 POS
Celine George
 
PPTX
How to Manage Promotions in Odoo 18 Sales
Celine George
 
PDF
BÀI TẬP BỔ TRỢ THEO LESSON TIẾNG ANH - I-LEARN SMART WORLD 7 - CẢ NĂM - CÓ ĐÁ...
Nguyen Thanh Tu Collection
 
PPTX
How to Configure Access Rights of Manufacturing Orders in Odoo 18 Manufacturing
Celine George
 
PDF
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
DOCX
A summary of SPRING SILKWORMS by Mao Dun.docx
maryjosie1
 
PDF
'' IMPORTANCE OF EXCLUSIVE BREAST FEEDING ''
SHAHEEN SHAIKH
 
PPTX
Pyhton with Mysql to perform CRUD operations.pptx
Ramakrishna Reddy Bijjam
 
PDF
Zoology (Animal Physiology) practical Manual
raviralanaresh2
 
PPTX
Stereochemistry-Optical Isomerism in organic compoundsptx
Tarannum Nadaf-Mansuri
 
PPT
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
CEREBRAL PALSY: NURSING MANAGEMENT .pdf
PRADEEP ABOTHU
 
LAW OF CONTRACT ( 5 YEAR LLB & UNITARY LLB)- MODULE-3 - LEARN THROUGH PICTURE
APARNA T SHAIL KUMAR
 
PPT on the Development of Education in the Victorian England
Beena E S
 
IMP NAAC REFORMS 2024 - 10 Attributes.pdf
BHARTIWADEKAR
 
BANDHA (BANDAGES) PPT.pptx ayurveda shalya tantra
rakhan78619
 
CHILD RIGHTS AND PROTECTION QUESTION BANK
Dr Raja Mohammed T
 
IMP NAAC-Reforms-Stakeholder-Consultation-Presentation-on-Draft-Metrics-Unive...
BHARTIWADEKAR
 
Generative AI: it's STILL not a robot (CIJ Summer 2025)
Paul Bradshaw
 
Health Planning in india - Unit 03 - CHN 2 - GNM 3RD YEAR.ppsx
Priyanshu Anand
 
How to Set Maximum Difference Odoo 18 POS
Celine George
 
How to Manage Promotions in Odoo 18 Sales
Celine George
 
BÀI TẬP BỔ TRỢ THEO LESSON TIẾNG ANH - I-LEARN SMART WORLD 7 - CẢ NĂM - CÓ ĐÁ...
Nguyen Thanh Tu Collection
 
How to Configure Access Rights of Manufacturing Orders in Odoo 18 Manufacturing
Celine George
 
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
A summary of SPRING SILKWORMS by Mao Dun.docx
maryjosie1
 
'' IMPORTANCE OF EXCLUSIVE BREAST FEEDING ''
SHAHEEN SHAIKH
 
Pyhton with Mysql to perform CRUD operations.pptx
Ramakrishna Reddy Bijjam
 
Zoology (Animal Physiology) practical Manual
raviralanaresh2
 
Stereochemistry-Optical Isomerism in organic compoundsptx
Tarannum Nadaf-Mansuri
 
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 

Artificial intelligence tutorial

  • 2. Artificial Intelligence i AbouttheTutorial This tutorial provides introductory knowledge on Artificial Intelligence. It would come to a great help if you are about to select Artificial Intelligence as a course subject. You can briefly know about the areas of AI in which research is prospering. Audience This tutorial is prepared for the students at beginner level who aspire to learn Artificial Intelligence. Prerequisites The basic knowledge of Computer Science is mandatory. The knowledge of Mathematics, Languages, Science, Mechanical or Electrical engineering is a plus. Disclaimer&Copyright  Copyright 2015 by Tutorials Point (I) Pvt. Ltd. All the content and graphics published in this e-book are the property of Tutorials Point (I) Pvt. Ltd. The user of this e-book is prohibited to reuse, retain, copy, distribute or republish any contents or a part of contents of this e-book in any manner without written consent of the publisher. We strive to update the contents of our website and tutorials as timely and as precisely as possible, however, the contents may contain inaccuracies or errors. Tutorials Point (I) Pvt. Ltd. provides no guarantee regarding the accuracy, timeliness or completeness of our website or its contents including this tutorial. If you discover any errors on our website or in this tutorial, please notify us at [email protected].
  • 3. Artificial Intelligence ii TableofContents About the Tutorial.........................................................................................................................................i Audience .......................................................................................................................................................i Prerequisites .................................................................................................................................................i Disclaimer & Copyright..................................................................................................................................i Table of Contents .........................................................................................................................................ii 1. OVERVIEW OF AI......................................................................................................................1 What is Artificial Intelligence?......................................................................................................................1 Philosophy of AI ...........................................................................................................................................1 Goals of AI....................................................................................................................................................1 What Contributes to AI?...............................................................................................................................2 Programming Without and With AI ..............................................................................................................2 What is AI Technique?..................................................................................................................................3 Applications of AI .........................................................................................................................................3 History of AI .................................................................................................................................................4 2. INTELLIGENT SYSTEMS.............................................................................................................6 What is Intelligence?....................................................................................................................................6 Types of Intelligence.....................................................................................................................................6 What is Intelligence Composed of? ..............................................................................................................7 Difference between Human and Machine Intelligence .................................................................................9 3. RESEARCH AREAS OF AI..........................................................................................................10 Real Life Applications of Research Areas ....................................................................................................11 Task Classification of AI ..............................................................................................................................12
  • 4. Artificial Intelligence iii 4. AGENTS AND ENVIRONMENTS...............................................................................................14 What are Agent and Environment? ............................................................................................................14 Agents Terminology ...................................................................................................................................14 Rationality..................................................................................................................................................15 What is Ideal Rational Agent? ....................................................................................................................15 The Structure of Intelligent Agents.............................................................................................................15 The Nature of Environments ......................................................................................................................18 Properties of Environment .........................................................................................................................19 5. POPULAR SEARCH ALGORITHMS............................................................................................20 Single Agent Pathfinding Problems.............................................................................................................20 Search Terminology....................................................................................................................................20 Brute-Force Search Strategies ....................................................................................................................20 Informed (Heuristic) Search Strategies .......................................................................................................23 Local Search Algorithms .............................................................................................................................24 6. FUZZY LOGIC SYSTEMS...........................................................................................................27 What is Fuzzy Logic?...................................................................................................................................27 Why Fuzzy Logic?........................................................................................................................................27 Fuzzy Logic Systems Architecture ...............................................................................................................28 Example of a Fuzzy Logic System ................................................................................................................29 Application Areas of Fuzzy Logic.................................................................................................................32 Advantages of FLSs.....................................................................................................................................33 Disadvantages of FLSs ................................................................................................................................33
  • 5. Artificial Intelligence iv 7. NATURAL LANGUAGE PROCESSING........................................................................................34 Components of NLP....................................................................................................................................34 Difficulties in NLU.......................................................................................................................................34 NLP Terminology ........................................................................................................................................35 Steps in NLP................................................................................................................................................35 Implementation Aspects of Syntactic Analysis............................................................................................36 8. EXPERT SYSTEMS....................................................................................................................40 What are Expert Systems?..........................................................................................................................40 Capabilities of Expert Systems....................................................................................................................40 Components of Expert Systems..................................................................................................................41 Knowledge Base .........................................................................................................................................41 Inference Engine.........................................................................................................................................42 User Interface.............................................................................................................................................43 Expert Systems Limitations.........................................................................................................................44 Applications of Expert System....................................................................................................................44 Expert System Technology..........................................................................................................................45 Development of Expert Systems: General Steps.........................................................................................45 Benefits of Expert Systems .........................................................................................................................46 9. ROBOTICS ..............................................................................................................................47 What are Robots?.......................................................................................................................................47 What is Robotics?.......................................................................................................................................47 Difference in Robot System and Other AI Program.....................................................................................47 Robot Locomotion......................................................................................................................................48 Components of a Robot..............................................................................................................................50
  • 6. Artificial Intelligence v Computer Vision.........................................................................................................................................50 Tasks of Computer Vision ...........................................................................................................................50 Application Domains of Computer Vision...................................................................................................51 Applications of Robotics.............................................................................................................................51 10. NEURAL NETWORKS...............................................................................................................53 What are Artificial Neural Networks (ANNs)?.............................................................................................53 Basic Structure of ANNs..............................................................................................................................53 Types of Artificial Neural Networks............................................................................................................54 Working of ANNs........................................................................................................................................55 Machine Learning in ANNs .........................................................................................................................55 Bayesian Networks (BN).............................................................................................................................56 Applications of Neural Networks................................................................................................................59 11. AI ISSUES................................................................................................................................61 12. AI TERMINOLOGY...................................................................................................................62
  • 7. Artificial Intelligence 6 Since the invention of computers or machines, their capability to perform various tasks went on growing exponentially. Humans have developed the power of computer systems in terms of their diverse working domains, their increasing speed, and reducing size with respect to time. A branch of Computer Science named Artificial Intelligence pursues creating the computers or machines as intelligent as human beings. WhatisArtificialIntelligence? According to the father of Artificial Intelligence John McCarthy, it is “The science and engineering of making intelligent machines, especially intelligent computer programs”. Artificial Intelligence is a way of making a computer, a computer-controlled robot, or a software think intelligently, in the similar manner the intelligent humans think. AI is accomplished by studying how human brain thinks, and how humans learn, decide, and work while trying to solve a problem, and then using the outcomes of this study as a basis of developing intelligent software and systems. PhilosophyofAI While exploiting the power of the computer systems, the curiosity of human, lead him to wonder, “Can a machine think and behave like humans do?” Thus, the development of AI started with the intention of creating similar intelligence in machines that we find and regard high in humans. GoalsofAI  To Create Expert Systems: The systems which exhibit intelligent behavior, learn, demonstrate, explain, and advice its users.  To Implement Human Intelligence in Machines: Creating systems that understand, think, learn, and behave like humans. 1. Overview of AI
  • 8. Artificial Intelligence 7 WhatContributestoAI? Artificial intelligence is a science and technology based on disciplines such as Computer Science, Biology, Psychology, Linguistics, Mathematics, and Engineering. A major thrust of AI is in the development of computer functions associated with human intelligence, such as reasoning, learning, and problem solving. Out of the following areas, one or multiple areas can contribute to build an intelligent system. ProgrammingWithoutandWithAI The programming without and with AI is different in following ways: Programming Without AI Programming With AI A computer program without AI can answer the specific questions it is meant to solve. A computer program with AI can answer the generic questions it is meant to solve. Modification in the program leads to change in its structure. AI programs can absorb new modifications by putting highly independent pieces of information together. Hence you can modify even a minute piece of information of program without affecting its structure. Modification is not quick and easy. It may lead to affecting the program adversely. Quick and Easy program modification.
  • 9. Artificial Intelligence 8 WhatisAITechnique? In the real world, the knowledge has some unwelcomed properties:  Its volume is huge, next to unimaginable.  It is not well-organized or well-formatted.  It keeps changing constantly. AI Technique is a manner to organize and use the knowledge efficiently in such a way that:  It should be perceivable by the people who provide it.  It should be easily modifiable to correct errors.  It should be useful in many situations though it is incomplete or inaccurate. AI techniques elevate the speed of execution of the complex program it is equipped with. ApplicationsofAI AI has been dominant in various fields such as:  Gaming AI plays crucial role in strategic games such as chess, poker, tic-tac-toe, etc., where machine can think of large number of possible positions based on heuristic knowledge.  Natural Language Processing It is possible to interact with the computer that understands natural language spoken by humans.  Expert Systems There are some applications which integrate machine, software, and special information to impart reasoning and advising. They provide explanation and advice to the users.  Vision Systems These systems understand, interpret, and comprehend visual input on the computer. For example, o A spying aeroplane takes photographs which are used to figure out spatial information or map of the areas. o Doctors use clinical expert system to diagnose the patient. o Police use computer software that can recognize the face of criminal with the stored portrait made by forensic artist.
  • 10. Artificial Intelligence 9  Speech Recognition Some intelligent systems are capable of hearing and comprehending the language in terms of sentences and their meanings while a human talks to it. It can handle different accents, slang words, noise in the background, change in human’s noise due to cold, etc.  Handwriting Recognition The handwriting recognition software reads the text written on paper by a pen or on screen by a stylus. It can recognize the shapes of the letters and convert it into editable text.  Intelligent Robots Robots are able to perform the tasks given by a human. They have sensors to detect physical data from the real world such as light, heat, temperature, movement, sound, bump, and pressure. They have efficient processors, multiple sensors and huge memory, to exhibit intelligence. In addition, they are capable of learning from their mistakes and they can adapt to the new environment. HistoryofAI Here is the history of AI during 20th century: Year Milestone / Innovation 1923 Karel Čapek’s play named “Rossum's Universal Robots” (RUR) opens in London, first use of the word "robot" in English. 1943 Foundations for neural networks laid. 1945 Isaac Asimov, a Columbia University alumni, coined the term Robotics. 1950 Alan Turing introduced Turing Test for evaluation of intelligence and published Computing Machinery and Intelligence. Claude Shannon published Detailed Analysis of Chess Playing as a search. 1956 John McCarthy coined the term Artificial Intelligence. Demonstration of the first running AI program at Carnegie Mellon University. 1958 John McCarthy invents LISP programming language for AI. 1964 Danny Bobrow's dissertation at MIT showed that computers can understand natural language well enough to solve algebra word problems correctly. 1965 Joseph Weizenbaum at MIT built ELIZA, an interactive problem that carries on a dialogue in English. 1969 Scientists at Stanford Research Institute Developed Shakey, a robot, equipped with locomotion, perception, and problem solving.
  • 11. Artificial Intelligence 10 1973 The Assembly Robotics group at Edinburgh University built Freddy, the Famous Scottish Robot, capable of using vision to locate and assemble models. 1979 The first computer-controlled autonomous vehicle, Stanford Cart, was built. 1985 Harold Cohen created and demonstrated the drawing program, Aaron. 1990 Major advances in all areas of AI:  Significant demonstrations in machine learning  Case-based reasoning  Multi-agent planning  Scheduling  Data mining, Web Crawler  natural language understanding and translation  Vision, Virtual Reality  Games 1997 The Deep Blue Chess Program beats the then world chess champion, Garry Kasparov. 2000 Interactive robot pets become commercially available. MIT displays Kismet, a robot with a face that expresses emotions. The robot Nomad explores remote regions of Antarctica and locates meteorites.
  • 12. Artificial Intelligence 11 While studying artificially intelligence, you need to know what intelligence is. This chapter covers Idea of intelligence, types, and components of intelligence. WhatisIntelligence? The ability of a system to calculate, reason, perceive relationships and analogies, learn from experience, store and retrieve information from memory, solve problems, comprehend complex ideas, use natural language fluently, classify, generalize, and adapt new situations. TypesofIntelligence As described by Howard Gardner, an American developmental psychologist, the Intelligence comes in multifold: Intelligence Description Example Linguistic intelligence The ability to speak, recognize, and use mechanisms of phonology (speech sounds), syntax (grammar), and semantics (meaning). Narrators, Orators Musical intelligence The ability to create, communicate with, and understand meanings made of sound, understanding of pitch, rhythm. Musicians, Singers, Composers Logical- mathematical intelligence The ability of use and understand relationships in the absence of action or objects. Understanding complex and abstract ideas. Mathematicians, Scientists Spatial intelligence The ability to perceive visual or spatial information, change it, and re-create visual images without reference to the objects, construct 3D images, and to move and rotate them. Map readers, Astronauts, Physicists Bodily-Kinesthetic intelligence The ability to use complete or part of the body to solve problems or fashion products, control over fine and coarse motor skills, and manipulate the objects. Players, Dancers Intra-personal intelligence The ability to distinguish among one’s own feelings, intentions, and motivations. Gautam Buddha 2. IntelligenT Systems
  • 13. Artificial Intelligence 12 Interpersonal intelligence The ability to recognize and make distinctions among other people’s feelings, beliefs, and intentions. Mass Communicators, Interviewers You can say a machine or a system is artificially intelligent when it is equipped with at least one and at most all intelligences in it.
  • 14. Artificial Intelligence 13 End of ebook preview If you liked what you saw… Buy it from our store @ https://store.tutorialspoint.com