Chapter 1
Chapter 1
Introduction
Introduction 1
Intelligence is:
the ability to reason
Introduction 2
What is Artificial Intelligence?
"Giving machines ability to perform tasks normally associated with human intelligence."
AI is intelligence of machines and branch of computer science that aims to create it.
With AI, it comes issues like deduction, reasoning, problem solving, knowledge
representation, planning, learning, natural language processing, perception, etc.
Introduction 3
Goals of AI
Challenges of AI
2. Legal challenges
- erroneous algorithm and data governance
- Hackers
3. Autonomous weapons
- threat to society.
Introduction 4
AI techniques
1. Heuristics
- Problem solving by experimental and Trial and error method.
Introduction 5
AI approaches
Different definitions of AI are given by different books/writers.
The definition on the left measures the success in terms of fidelity of human
performance, whereas definitions on the right measure an ideal concept of
intelligence, which is called rationality.
Introduction 6
Acting Humanly: The Turing Test Approach
The Turing test, proposed by Alan Turing (1950) was designed to convince the people
that whether a particular machine can think or not.
The test involves an interrogator who interacts with one human and one machine.
Within a given time the interrogator has to find out which of the two the human is, and
which one the machine.
Introduction 7
The computer passes the test if a human interrogator after posing some written
questions, cannot tell whether the written response come from human or not.
Physical simulation of human beings is not necessary for testing the intelligence.
Introduction 8
The total Turing test includes video signals and manipulation capability so that
the interrogator can test the subject’s perceptual abilities and object manipulation
ability.
To pass the total Turing test, computer must have following additional capabilities:
Computer Vision: To perceive objects
Introduction 9
Thinking Humanly: Cognitive modeling approach
To make a machine that think like human brain, scientific theories of internal brain
activities (cognitive model) are required.
The field of cognitive science brings together computer models from AI and
experimental techniques from psychology to try to construct precise and testable
theories of the workings of the human mind.
Introduction 10
Think rationally: The laws of thought approach
Aristotle was one of the first who attempt to codify the right thinking that is
irrefutable reasoning process.
He gave Syllogisms that always yielded correct conclusion when correct premises
are given.
For example:
Ram is a man
All men are mortal
→Ram is mortal
These law of thought were supposed to govern the operation of mind: This study
initiated the field of logic.
Introduction 11
However there are two obstacles to this approach.
First, It is not easy to take informal knowledge and state in the formal terms
required by logical notation, particularly when knowledge is not 100%
certain.
Introduction 12
Acting Rationally: The rational Agent approach:
Adapting to change
Introduction 13
Rational behavior: doing the right thing.
The right thing: that which is expected to maximize goal achievement, given
the available information.
Rational Agent is one that acts so as to achieve the best outcome or, when there
is uncertainty, the best expected outcome.
In the “laws of thought” approach to AI, the emphasis was given to correct
inferences.
On the other hand, there are also some ways of acting rationally that cannot be
said to involve inference.
Introduction 14
Applications of AI
For example: NASA's Remote Agent program is the first autonomous planning
program to control the scheduling of operations for a spacecraft.
2. Game playing:
We can buy machines that can play master level chess for a few hundred dollars.
There is some AI in them.
3. Autonomous Control:
Safely driving in traffic through the streets, obeying traffic rules and avoiding
pedestrians and other vehicles.
Introduction 15
4. Expert Systems:
For example: MYCIN diagnosed bacterial infections of the blood and suggested
treatments.
5. Logistics Planning:
The AI planning techniques allowed a plan to be generated in hours that would have
taken weeks with older methods.
For example: U.S. deployed a Dynamic Analysis and Re-planning Tool, DART(Cross
and Walker), to do automated logistics planning and scheduling for transportation.
Introduction 16
6. Robotics:
AI is hugely applied in Robots that helps us to solve our complex problems easily.
8. Computer Vision:
Computer vision include object detection, event detection and video tracking.
Introduction 17