Unit 1 Overview of Artificial Intelligence
Unit 1 Overview of Artificial Intelligence
Intelligence
DEFINITION
NEED AND IMPORTANCE
HISTORY OF AI
TYPES OF AI
BRANCHES OF AI
FIELDS RELATED TO AI
DEVELOPMENTS/
APPLICATIONS OF AI
AI PROGRAMMING LANGUAGES
Definition
AI as science:
AI is linked with biology.
Humans exhibit intelligent behavior.
AI seeks to understand the computations
required for intelligent behavior and to
produce computer systems that exhibit intelligence.
Human concepts studied by AI are perception,
motor control, communication using human
languages, reasoning, planning, learning,
and memory.
AI as Engineering
Intelligent behavior
Learn from experience
Apply knowledge acquired from experience
Handle complex situations
Solve problems when important information is missing
Determine what is important
React quickly and correctly to a new situation
Understand visual images
Process and manipulate symbols
Be creative and imaginative
Use heuristics (thumb rules)
Need for AI….
Tasks such as „numerical computations‟, „storing
huge information‟, „repetitive operations‟ are
considered „mindless‟ or „mechanical‟, which the
computers are already good at.
Those tasks that are very simple for a human beings such
as „understanding the meaning of a simple
sentence‟ or „recognizing somebody‟s face or a
picture‟ are difficult for a computer to do, unless
programmed for it.
Human beings prefer to have intelligent computers who
would do the tasks that usually a human is known to do
well.
This drives for need for AI systems (intelligent
computers)
Challenges in AI….Its importance…
LOOK AT THE
EXAMPLE:
Sentence 1 and Sentence 2:
In sentence 1, who
„I stood on the table to paint the is „It‟ and where
window. It broke and I fell through
did you fall?
onto the flowered bed below‟
equipment repair.
Typical AI Problem
Issues involved:
Sensor: Camera
Understanding the
image
Finding the solution
Actuator:
Based on the solution
Moving arms to slide tiles
Advantages of AI
5th century BC
Aristotle invents syllogistic logic, the first formal
deductive reasoning system.
16th century AD
Rabbi Loew supposedly invents the Golem, an
artificial man made out of clay
Contd…
17th century
Descartes proposes animals are machines and
founds a scientific paradigm that will dominate for
250 years.
Pascal creates the first mechanical calculator in 1642
18th century
Wolfgang von Kempelen “invents” fake chess-playing
machine, The Turk.
History of AI…
19th century
George Boole creates a binary
algebra to represent “laws of
thought”
The picture is of a model built in the late 1800s by Babbage‟s son from Babbage‟s drawings.
History of AI
20th century
Karel Kapek writes “Rossum‟s Universal Robots”,
coining the English word “robot”
The result……………
Searle showed that in principle, people can behave as
if they are fluent in a foreign language (such as
Chinese) and while actually, not being able to
understand a word of it.
- AI became an industry in 1980s
* Commercial expert system, R1, began operation at Digital
Equipment
Corporation in 1982.
* Japan proposed to develop 5th generation computer (intelligent
computer) project (10 years plan) in 1986.
http://www.japanlaw.com/lawletter/july86/ekf.htm
News
The 8 participants companies are:
Hitachi, NEC, Fujitsu, Toshiba,
Japanese efforts to develop Sharp, Oki Electric, Mitsubishi
artificial intelligence the use of Electronic and Matsushita Electric
computers to draw inferences and Industrial. Mitsubishi Electric in
make judgments -- is gaining May 1986 became the first firm to
momentum as 19 major commercialize a product
companies have recently developed under the 5th
established the Artificial Generation Computer Project
Intelligence Joint Research which aims at developing AI,
Society and the Artificial software development.
Intelligence Center. 31
Robots
Perceptive system
A system that approximates the way a
human sees, hears, and feels objects
Vision system
Capture, store, and manipulate visual
images and pictures
Robotics
Mechanical and computer devices that
perform tedious tasks with high precision
Expert system
Stores knowledge and makes inferences
Major branches of AI (CONTD…)
Learning system
Computer changes how it functions or reacts to situations based
on feedback
Natural language processing
Computers understand and react to statements and commands
made in a “natural” language, such as English
Neural network
Computer system that can act like or simulate the functioning of
the human brain
Pattern Recognition
Matching and recognition of faces, images etc.
Schematic Representation
Artificial
intelligence
Vision Learning
systems systems
Robotics
Expert systems
Neural networks
Natural language
processing
Related Fields to AI
AI inherited many ideas, viewpoints and techniques from
other disciplines.
To investigate
human mind Theories of reasoning
and learning
AI
Linguistic
Mathematics
The meaning and Theories of logic
structure of language probability, decision
CS making and computation
Make AI a reality
52
Related branches…
Medicine
• General diagnosis
• Detection of heart defects
• Medical imaging and image
processing
Contd..
Science
• Recognising genes
• Botanical classification
• Bacteria identification
• Prediction of the performance of
drugs from the molecular structure
• Weather prediction
• Sunspot prediction
Forecasting
• Future sales
• Production Requirements
• Market Performance
• Economic Indicators
• Energy Requirements
• Time Based Variables
Many More
Many More………………
AI Languages
Rules:
likes(fred, X) :- tall(X).
examines(Person, Course) :- teaches(Person, Course).