SlideShare a Scribd company logo
1 of 14
Download to read offline
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

Ethical hacking tutorial
Ethical hacking tutorialEthical hacking tutorial
Ethical hacking tutorialHarikaReddy115
 
Basic electronics tutorial
Basic electronics tutorialBasic electronics tutorial
Basic electronics tutorialHarikaReddy115
 
Wireless communication tutorial
Wireless communication tutorialWireless communication tutorial
Wireless communication tutorialHarikaReddy115
 
Software testing tutorial
Software testing tutorialSoftware testing tutorial
Software testing tutorialHarikaReddy115
 
Operating system tutorial
Operating system tutorialOperating system tutorial
Operating system tutorialHarikaReddy115
 
Embedded systems tutorial
Embedded systems tutorialEmbedded systems tutorial
Embedded systems tutorialHarikaReddy115
 
Behavior driven development_tutorial
Behavior driven development_tutorialBehavior driven development_tutorial
Behavior driven development_tutorialHarikaReddy115
 
Learn embedded systems tutorial
Learn embedded systems tutorialLearn embedded systems tutorial
Learn embedded systems tutorialAshoka Vanjare
 
Antenna theory tutorial
Antenna theory tutorialAntenna theory tutorial
Antenna theory tutorialHarikaReddy115
 
Spring tutorial
Spring tutorialSpring tutorial
Spring tutorialPhuong Le
 

What's hot (15)

Hibernate tutorial
Hibernate tutorialHibernate tutorial
Hibernate tutorial
 
Ethical hacking tutorial
Ethical hacking tutorialEthical hacking tutorial
Ethical hacking tutorial
 
Basic electronics tutorial
Basic electronics tutorialBasic electronics tutorial
Basic electronics tutorial
 
Wireless communication tutorial
Wireless communication tutorialWireless communication tutorial
Wireless communication tutorial
 
Software testing tutorial
Software testing tutorialSoftware testing tutorial
Software testing tutorial
 
Operating system tutorial
Operating system tutorialOperating system tutorial
Operating system tutorial
 
Embedded systems tutorial
Embedded systems tutorialEmbedded systems tutorial
Embedded systems tutorial
 
Behavior driven development_tutorial
Behavior driven development_tutorialBehavior driven development_tutorial
Behavior driven development_tutorial
 
Arduino e-book
Arduino e-bookArduino e-book
Arduino e-book
 
Learn embedded systems tutorial
Learn embedded systems tutorialLearn embedded systems tutorial
Learn embedded systems tutorial
 
Jqueryui tutorial
Jqueryui tutorialJqueryui tutorial
Jqueryui tutorial
 
Chef tutorial
Chef tutorialChef tutorial
Chef tutorial
 
Antenna theory tutorial
Antenna theory tutorialAntenna theory tutorial
Antenna theory tutorial
 
Spring tutorial
Spring tutorialSpring tutorial
Spring tutorial
 
Python tutorial
Python tutorialPython tutorial
Python tutorial
 

Similar to Artificial intelligence tutorial

Artificial Intelligence Tutorial
Artificial Intelligence TutorialArtificial Intelligence Tutorial
Artificial Intelligence TutorialFinni Rice
 
Security testing tutorial
Security testing tutorialSecurity testing tutorial
Security testing tutorialHarikaReddy115
 
Computer security tutorial
Computer security tutorialComputer security tutorial
Computer security tutorialHarikaReddy115
 
Computer security tutorial
Computer security tutorialComputer security tutorial
Computer security tutorialiuvmtech
 
javascript_tutorial.pdf
javascript_tutorial.pdfjavascript_tutorial.pdf
javascript_tutorial.pdfkaouthar20
 
ethical_hacking_tutorial.pdf
ethical_hacking_tutorial.pdfethical_hacking_tutorial.pdf
ethical_hacking_tutorial.pdfMrVishalAllen
 
Artificial neural network_tutorial
Artificial neural network_tutorialArtificial neural network_tutorial
Artificial neural network_tutorialHarikaReddy115
 
Artificial neural network_tutorial
Artificial neural network_tutorialArtificial neural network_tutorial
Artificial neural network_tutorialHarikaReddy115
 
A full ethical hacking course
A full ethical hacking courseA full ethical hacking course
A full ethical hacking courseEkansh7
 
Javascript tutorial
Javascript tutorialJavascript tutorial
Javascript tutorialDoeun KOCH
 
Computer graphics tutorial
Computer graphics tutorialComputer graphics tutorial
Computer graphics tutorialHarikaReddy115
 
Software quality management_tutorial
Software quality management_tutorialSoftware quality management_tutorial
Software quality management_tutorialHarikaReddy115
 
Data communication computer_network_tutorial
Data communication computer_network_tutorialData communication computer_network_tutorial
Data communication computer_network_tutorialMuhammadAsadKhan46
 

Similar to Artificial intelligence tutorial (20)

Artificial Intelligence Tutorial
Artificial Intelligence TutorialArtificial Intelligence Tutorial
Artificial Intelligence Tutorial
 
Mantis tutorial
Mantis tutorialMantis tutorial
Mantis tutorial
 
Security testing tutorial
Security testing tutorialSecurity testing tutorial
Security testing tutorial
 
Cryptography tutorial
Cryptography tutorialCryptography tutorial
Cryptography tutorial
 
Computer security tutorial
Computer security tutorialComputer security tutorial
Computer security tutorial
 
Computer security tutorial
Computer security tutorialComputer security tutorial
Computer security tutorial
 
javascript_tutorial.pdf
javascript_tutorial.pdfjavascript_tutorial.pdf
javascript_tutorial.pdf
 
ethical_hacking_tutorial.pdf
ethical_hacking_tutorial.pdfethical_hacking_tutorial.pdf
ethical_hacking_tutorial.pdf
 
Artificial neural network_tutorial
Artificial neural network_tutorialArtificial neural network_tutorial
Artificial neural network_tutorial
 
Artificial neural network_tutorial
Artificial neural network_tutorialArtificial neural network_tutorial
Artificial neural network_tutorial
 
Qtest tutorial
Qtest tutorialQtest tutorial
Qtest tutorial
 
Arduino tutorial
Arduino tutorialArduino tutorial
Arduino tutorial
 
A full ethical hacking course
A full ethical hacking courseA full ethical hacking course
A full ethical hacking course
 
Bpc
BpcBpc
Bpc
 
Javascript tutorial
Javascript tutorialJavascript tutorial
Javascript tutorial
 
Computer graphics tutorial
Computer graphics tutorialComputer graphics tutorial
Computer graphics tutorial
 
Jira tutorial
Jira tutorialJira tutorial
Jira tutorial
 
Software quality management_tutorial
Software quality management_tutorialSoftware quality management_tutorial
Software quality management_tutorial
 
Python tutorial
Python tutorialPython tutorial
Python tutorial
 
Data communication computer_network_tutorial
Data communication computer_network_tutorialData communication computer_network_tutorial
Data communication computer_network_tutorial
 

More from HarikaReddy115

Data structures algorithms_tutorial
Data structures algorithms_tutorialData structures algorithms_tutorial
Data structures algorithms_tutorialHarikaReddy115
 
Control systems tutorial
Control systems tutorialControl systems tutorial
Control systems tutorialHarikaReddy115
 
Computer logical organization_tutorial
Computer logical organization_tutorialComputer logical organization_tutorial
Computer logical organization_tutorialHarikaReddy115
 
Computer fundamentals tutorial
Computer fundamentals tutorialComputer fundamentals tutorial
Computer fundamentals tutorialHarikaReddy115
 
Compiler design tutorial
Compiler design tutorialCompiler design tutorial
Compiler design tutorialHarikaReddy115
 
Communication technologies tutorial
Communication technologies tutorialCommunication technologies tutorial
Communication technologies tutorialHarikaReddy115
 
Basics of computers_tutorial
Basics of computers_tutorialBasics of computers_tutorial
Basics of computers_tutorialHarikaReddy115
 
Basics of computer_science_tutorial
Basics of computer_science_tutorialBasics of computer_science_tutorial
Basics of computer_science_tutorialHarikaReddy115
 
Artificial intelligence tutorial
Artificial intelligence tutorialArtificial intelligence tutorial
Artificial intelligence tutorialHarikaReddy115
 
Analog communication tutorial
Analog communication tutorialAnalog communication tutorial
Analog communication tutorialHarikaReddy115
 
Accounting basics tutorial
Accounting basics tutorialAccounting basics tutorial
Accounting basics tutorialHarikaReddy115
 

More from HarikaReddy115 (20)

Dbms tutorial
Dbms tutorialDbms tutorial
Dbms tutorial
 
Data structures algorithms_tutorial
Data structures algorithms_tutorialData structures algorithms_tutorial
Data structures algorithms_tutorial
 
Cosmology tutorial
Cosmology tutorialCosmology tutorial
Cosmology tutorial
 
Control systems tutorial
Control systems tutorialControl systems tutorial
Control systems tutorial
 
Computer logical organization_tutorial
Computer logical organization_tutorialComputer logical organization_tutorial
Computer logical organization_tutorial
 
Computer fundamentals tutorial
Computer fundamentals tutorialComputer fundamentals tutorial
Computer fundamentals tutorial
 
Compiler design tutorial
Compiler design tutorialCompiler design tutorial
Compiler design tutorial
 
Communication technologies tutorial
Communication technologies tutorialCommunication technologies tutorial
Communication technologies tutorial
 
Biometrics tutorial
Biometrics tutorialBiometrics tutorial
Biometrics tutorial
 
Basics of computers_tutorial
Basics of computers_tutorialBasics of computers_tutorial
Basics of computers_tutorial
 
Basics of computer_science_tutorial
Basics of computer_science_tutorialBasics of computer_science_tutorial
Basics of computer_science_tutorial
 
Auditing tutorial
Auditing tutorialAuditing tutorial
Auditing tutorial
 
Artificial intelligence tutorial
Artificial intelligence tutorialArtificial intelligence tutorial
Artificial intelligence tutorial
 
Analog communication tutorial
Analog communication tutorialAnalog communication tutorial
Analog communication tutorial
 
Amplifiers tutorial
Amplifiers tutorialAmplifiers tutorial
Amplifiers tutorial
 
Agile tutorial
Agile tutorialAgile tutorial
Agile tutorial
 
Accounting basics tutorial
Accounting basics tutorialAccounting basics tutorial
Accounting basics tutorial
 
Ruby tutorial
Ruby tutorialRuby tutorial
Ruby tutorial
 
R tutorial
R tutorialR tutorial
R tutorial
 
Python3 tutorial
Python3 tutorialPython3 tutorial
Python3 tutorial
 

Recently uploaded

Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 

Recently uploaded (20)

Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 

Artificial intelligence tutorial

  • 1.
  • 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 contact@tutorialspoint.com.
  • 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