Lec 01 and 02
Lec 01 and 02
Lec 01 and 02
Machine
Planning
Learning
Expert
NLP Vision Robotics Systems
What is Artificial Intelligence ?
making computers that think?
the automation of activities we associate with human thinking,
like decision making, learning ... ?
the art of creating machines that perform functions that require
intelligence when performed by people ?
the study of mental faculties through the use of computational
models ?
What is Artificial Intelligence ?
the study of computations that make it possible to perceive,
reason and act ?
a field of study that seeks to explain and emulate intelligent
behaviour in terms of computational processes ?
a branch of computer science that is concerned with the
automation of intelligent behaviour ?
anything in Computing Science that we don't yet know how
to do properly ? (!)
What is Artificial Intelligence ?
HUMAN RATIONAL
Systems that act like humans:
Turing Test
“The art of creating machines that perform functions
that require intelligence when performed by people.”
(Kurzweil)
“The study of how to make computers do things at
which, at the moment, people are better.” (Rich and
Knight)
Systems that act like humans
?
You enter a room which has a computer terminal.
You have a fixed period of time to type what you
want into the terminal, and study the replies. At
the other end of the line is either a human being
or a computer system.
If it is a computer system, and at the end of the
period you cannot reliably determine whether it
is a system or a human, then the system is
deemed to be intelligent.
Systems that act like humans
HUMAN RATIONAL
Systems that think like humans:
cognitive modeling
Humans as observed from ‘inside’
How do we know how humans think?
Introspection vs. psychological experiments
Cognitive Science
“The exciting new effort to make computers think
… machines with minds in the full and literal
sense” (Haugeland)
“[The automation of] activities that we associate
with human thinking, activities such as decision-
making, problem solving, learning …” (Bellman)
What is Artificial Intelligence ?
HUMAN RATIONAL
Systems that think ‘rationally’
"laws of thought"
Humans are not always ‘rational’
Rational - defined in terms of logic?
Logic can’t express everything (e.g. uncertainty)
Logical approach is often not feasible in terms of
computation time (needs ‘guidance’)
“The study of mental facilities through the use of
computational models” (Charniak and McDermott)
“The study of the computations that make it
possible to perceive, reason, and act” (Winston)
What is Artificial Intelligence ?
HUMAN RATIONAL
Systems that act rationally:
“Rational agent”
Rational behavior: doing the right thing
The right thing: that which is expected to maximize
goal achievement, given the available information
Giving answers to questions is ‘acting’.
I don't care whether a system:
replicates human thought processes
makes the same decisions as humans
uses purely logical reasoning
Systems that act rationally
Logic only part of a rational agent, not all of
rationality
Sometimes logic cannot reason a correct conclusion
At that time, some specific (in domain) human
knowledge or information is used
Thus, it covers more generally different situations
of problems
Compensate the incorrectly reasoned conclusion
Systems that act rationally
Study AI as rational agent –
2 advantages:
It is more general than using logic only
Because: LOGIC + Domain knowledge
It allows extension of the approach with more scientific
methodologies
Artificial
Produced by human art or effort, rather than originating
naturally.
Intelligence
is the ability to acquire knowledge and use it"
[Pigford and Baur]
So AI was defined as:
AI is the study of ideas that enable computers to be
intelligent.
AI is the part of computer science concerned with design
of computer systems that exhibit human
intelligence(From the Concise Oxford Dictionary)
From the above two definitions, we can see that AI has
two major roles:
Study the intelligent part concerned with humans.
Represent those actions using computers.
Goals of AI
To make computers more useful by letting them take
over dangerous or tedious tasks from human
Understand principles of human intelligence
The Foundation of AI
Philosophy
At that time, the study of human intelligence began with
no formal expression
Initiate the idea of mind as a machine and its internal
operations
The Foundation of AI
Mathematics formalizes the three main area of AI:
computation, logic, and probability
Computation leads to analysis of the problems that can
be computed
complexity theory
Probability contributes the “degree of belief” to handle
uncertainty in AI
Decision theory combines probability theory and utility
theory (bias)
The Foundation of AI
Psychology
How do humans think and act?
The study of human reasoning and acting
Provides reasoning models for AI
Strengthen the ideas
humans and other animals can be considered as information
processing machines
The Foundation of AI
Computer Engineering
How to build an efficient computer?
Provides the artifact that makes AI application possible
The power of computer makes computation of large and
difficult problems more easily
AI has also contributed its own work to computer
science, including: time-sharing, the linked list data type,
OOP, etc.
The Foundation of AI
Control theory and Cybernetics
How can artifacts operate under their own control?
The artifacts adjust their actions
To do better for the environment over time
Based on an objective function and feedback from the
environment
Not limited only to linear systems but also other
problems
as language, vision, and planning, etc.
The Foundation of AI
Linguistics
For understanding natural languages
different approaches has been adopted from the linguistic work
Formal languages
Syntactic and semantic analysis
Knowledge representation
The main topics in AI
Artificial intelligence can be considered under a number of
headings:
Search (includes Game Playing).
Representing Knowledge and Reasoning with it.
Planning.
Learning.
Natural language processing.
Expert Systems.
Interacting with the Environment
(e.g. Vision, Speech recognition, Robotics)
We won’t have time in this course to consider all of these.
Some Advantages of Artificial
Intelligence
increased costs
difficulty with software development - slow and expensive
few experienced programmers
few practical products have reached the market as yet.
Search
Search is the fundamental technique of AI.
Possible answers, decisions or courses of action are structured into an
abstract space, which we then search.
Search is either "blind" or “uninformed":
blind
we move through the space without worrying about what is coming
next, but recognising the answer if we see it
informed
we guess what is ahead, and use that information to decide where to
look next.
We may want to search for the first answer that satisfies our goal, or we
may want to keep searching until we find the best answer.
Knowledge Representation & Reasoning
The second most important concept in AI
If we are going to act rationally in our environment, then we must have
some way of describing that environment and drawing inferences from that
representation.
how do we describe what we know about the world ?
how do we describe it concisely ?
how do we describe it so that we can get hold of the right piece of
knowledge when we need it ?
how do we generate new pieces of knowledge ?
how do we deal with uncertain knowledge ?
Knowledge
Declarative Procedural