Chapter 1 Ai
Chapter 1 Ai
Introduction to AI
Outline
Artificial Intelligence
Foundations
History and Evolution
Overview of Key Ideas
AI
Applications Ai
Intelligence Learning
Reasoning
Linguistic intelligence
Perception
Problem
solving
6
Components of Intelligence
Reasoning Learning
It is the set of processes knowledge or skill by:
It is the activity of gaining
☻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.
10
Human vs Machine Intelligence
Humans perceive by patterns whereas the machines
perceive by set of rules and data.
Humans store and recall information by patterns,
machines do it by searching algorithms.
For example, the number 40404040 is easy to remember,
store, and recall as its pattern is simple.
Humans can figure out the complete object even if some
part of it is missing or distorted; whereas the machines
cannot do it correctly.
11
Intelligence
Are the things shown below, Intelligent?
12
Ex-1: Searching a path …
13
Ex-2: Next number in the sequence
Consider the following sequence …
1,3,7,13,21,___
What is the next number ?
Key: Adding the next EVEN number …
1+2 = 3; 7+6 = 13; 21+10 = 31
3+4 = 7; 13+8 =21; 1,3,7,13,21,31
Ability to solve problems demonstrates Intelligence
14
Ex-2: Next number in the sequence
Ability to solve problems
Ability to think, plan and schedule
Ability to memorize and process information
Ability to answer fuzzy questions
Ability to learn and recognize
Ability to understand and perceive
And many more
15
What if?
A machine searches through a mesh and finds a path?
A machine solves problems like the next number in the sequence?
A machine develops plans?
A machine diagnoses and prescribes?
Artificial Intelligence
A machine answers ambiguous questions?
A machine recognizes fingerprints?
A machine understands?
A machine perceives?
A machine does MANY MORE SUCH THINGS …
A machine behaves as HUMANS do? HUMANOID!!!
16
What is Artificial Intelligence?
Artificial: Not natural or real, made by the art of man
Intelligence:
The power of perceiving, learning, understanding and
knowing; mental ability, News, information.
(Oxford Advanced Learners Dictionary of Current
English)
17
Cont’d...
⁕ Systems that THINK Like Humans
“[The automation of] activities that we associate with human
thinking, activities such as decision making, problem solving,
learning …” (Bellman, 1978)
“The exciting new effort to make computers think … machines
with minds, in the full and literal sense” (Haugeland, 1985)
“The study of computation that to make it possible perceive,
reason and act” (Winston 1992)
“The study of mental faculties through the use of computational
models” (Charniak and McDermott)
18
Cont’d...
⁕ Systems that ACT Like Humans
“The art of creating machines that perform functions that
require intelligence when performed by people” (Kurzweil
1990)
“A field of study that seeks to explain and emulate
intelligent behavior in terms of computational processes”
(Schalkoff, 1990)
“The branch of computer science that is concerned with the
automation of intelligent behavior” (Luger and Stubblefield,
1993)
“The study of how to make computers do things which, at
the moment, people do better” (Rich and Knight, 1991)
19
Strong vs Weak
These systems are trained to perform specific tasks and use pre-
programmed rules and algorithms to execute those tasks.
Weak Al..
Weak Al has already become an integral part of our daily
lives. For example, virtual assistants like Siri and Alexa use
natural language processing and machine learning algorithms
to understand and respond to our voice commands.
Artificial
intelligence
Math's
Biology
30
History of Artificial intelligence
Year Milestone / Innovation
1923 Karel Kapek'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 Al program at Carnegie Mellon University.
1958 John McCarthy invents LISP programming language for Al.
1964 Danny Bobrow’s dissertation at MIT showed that computers can understand natural
language well enough to solve algebra word problems correctly.
Perpared by Amanual,Messfine And Amarech 31
History of Artificial intelligence…
Year Milestone / Innovation
1985 Harold Cohen created and demonstrated the drawing program, Aaron.
1990 Major advances in all areas of Al:
✓ 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.
Perpared by Amanual,Messfine And Amarech 33
Evolution of Artificial Intelligence Paradigm shift, Expert
Paradigm Shift, GPS. People realized system, people realized
that all the problems can NOT be that software programs
solved with the same approach can act as experts
Ai a booming Realization
Neural networks Ai becomes an
industry today of hurdles
reinvented 1986 industry 1981
Perpared by Amanual,Messfine And Amarech 34
Overview of Key Ideas of Ai
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.
AI techniques elevate the speed of execution of the complex program it is equipped with.
Perpared by Amanual,Messfine And Amarech 35
The AI Cycle
Learning
Perception
Knowledge
representation
reasoning
☻Vision Systems
☻Speech Recognition
☻Handwriting Recognition
☻Intelligent Robots
Perpared by Amanual,Messfine And Amarech 37
Robot Control
39
End of chapter