Module -I-L2
Module -I-L2
Artificial Intelligent
Introduction
Topic Cover
• Introduction to Artificial Intelligence.
• Applications- Games
• Theorem proving
• Natural language processing
• Vision and speech processing
• Robotics
• Expert systems.
Amity School of Engineering & Technology
Learning Objectives
• To focus on general AI techniques that have
been useful in many applications
Introduction
According to John McCarthy, who is known as the
father of AI,
“AI is the science and engineering of making
intelligent machines, especially computer
programs.”
Artificial Intelligence
History
• Up-to early 80’s: Creation of expert systems
(systems specialized for one particular task
based on experts’ knowledge), wide industry
adoption
Modern AI
• Towards more scientific, formal/mathematical
• Divided into many subareas interested in
particular aspects
• More directly connected to theoretical
computer science, statistics, operations
research, biology, economics, psychology,
neuroscience etc
Amity School of Engineering & Technology
Amity School of Engineering & Technology
What is AI
• Artificial Intelligence is concerned with the design of
intelligence in an artificial device. The term was coined
by McCarthy in 1956.
• There are two ideas in the definition.
1. Intelligence
2. Artificial device
• What is intelligence?
• Is it that which characterize humans? Or is there an
absolute standard of judgement? – Accordingly there are
two possibilities:
• A system with intelligence is expected to behave as
intelligently as a human .
• A system with intelligence is expected to behave in the
best possible manner
Amity School of Engineering & Technology
What is Intelligence?
• Intelligence is a property of mind
that included many related mental
abilities, such as the capabilities to
• reason
• plan
• solve problems
• think abstractly
• comprehend ideas and language
and learn
Amity School of Engineering & Technology
Concept of AI
• Artificial Intelligence is the study of how to make
computers do things which, at the moment, people do
better”
• This definition is of course somewhat temporary
because of its reference to the current state of computer
science. And it fails to include some areas of potentially
large impact, namely problems that cannot now be
solved well by either computers or people. But it
provides a good outline of what constitutes artificial
intelligence and it avoids the philosophical issues that
determines attempts to define the meaning of either
artificial or intelligence.
• “Also we can say AI is the study of techniques for
solving the exponentially hard problem in polynomial
time by exploiting knowledge about the problem
domain”.
Amity School of Engineering & Technology
Theorem proving
• Theorem proving has the property that people who do them well are considered to
be displaying intelligence.
• The Logic Theorist was an early attempt to prove mathematical theorems.
• There are three types of problems in A.I.
• Ignorable problems, in which solution steps can be ignored
• Recoverable problems in which solution steps can be undone
• Irrecoverable in which solution steps cannot be undone.
• Theorem proving falls into the first category i.e. it is ignorable suppose we are
trying to solve a theorem, we proceed by first proving a lemma that we think will
be useful. Eventually we realize that the lemma is not help at all. In this case we
can simply ignore that lemma, and can start from beginning.
Amity School of Engineering & Technology
AI Techniques
There are three important AI Techniques. They are:
AI Techniques Cont..
• To exploit that knowledge, we can glean from people. Since people are
the best known performance of most of the tasks with which we are
dealing, it makes a lot of sense to look to them for clues as to how to
produce.
Amity School of Engineering & Technology
Human
Human ?
Interrogator
AI system
Amity School of Engineering & Technology