Lecture01 Introduction To Artificial Intelligence - S
Lecture01 Introduction To Artificial Intelligence - S
Fundamentals
LECTURE 1: INTRODUCTION
Text book and reference books
Text Book
Stuart Russell, Peter Norvig (2021). Artificial Intelligence: A Modern Approach (4th ed.). Pearson.
Reference books
1. Danny Kopec, Shweta Shetty, Christopher Pileggi (2014). Artificial Intelligence Problems and Their
Solutions (1st ed.). Mercury Learning & Information.
2. Kevin Warwick (2011). Artificial Intelligence: The Basics. Routledge.
3. David L. Poole, Alan K. Mackworth, (2010). Artificial Intelligence: Foundations of Computational
Agents. Cambridge University Press.
4. George Luger (2008). Artificial Intelligence: Structures and Strategies for Complex Problem Solving (6th
ed.). Addison-Wesley.
5. M. Tim Jones (2008). Artificial Intelligence: A Systems Approach (2008). Jones and Bartlett Publishers.
6. Ivan Bratko (2011). Prolog Programming for Artificial Intelligence (4th ed.). Pearson. 7. David S.
Touretzky (2013). Common LISP: A Gentle Introduction to Symbolic Computation (Revised Edition). Dover
Publications. 8. Paul Graham (2001). ANSI Common LISP (2nd ed.). Prentice Hall.
What are we striving for?
9!+1 = 362,880
Approaches to AI
Search
Learning
Rule-Based Systems
Reasoning (logic)
Planning
Ability-Based Areas
Robotics
Agent
Learning
Neural nets
Approaches to AI
Search
Learning
Rule-Based Systems
Reasoning (logic)
Planning
Ability-Based Areas
Robotics
Agent
Rule-Based Systems
Logic Languages
Prolog, Lisp
Knowledge bases
Inference engines
Rule-Based Languages: Prolog
Son(lot, haran)?
Approaches to AI
Search
Learning
Rule-Based Systems
Reasoning Logic
Planning
Ability-Based Areas
Robotics
Agents
Ability-Based Areas
Computer vision
Natural language recognition
Natural language generation
Speech recognition
Speech generation
Robotics
Agents
Natural Language: Translation
PERSON: PERSON:
Semantics REPT TRANSACTION AGNT Fred
Joe
Context
sentence
w
VP
VP
NP
Syntax VP NP NP
Audio
Natural Language Recognition
PERSON: BELIEF
“Tom Tom
EXPR
believes
Mary PTNT
wants to
marry a PROPOSITION
sailor.” :
PERSON:
EXPR WANT
Mary
PTNT
SITUATION:
Weak AI:
Machines can be made to act as if they were intelligent.
Strong AI:
Machines that act intelligently have real, conscious minds.
The Chinese Room (CR) Experiment
`
CR argument: A popular argument that has no conclusion. Some researchers agree
with Searle but some researchers do not agree
What is Intelligence?
Philosophy
Psychology
Mathematics
Computer Engineering
Linguistics
The History of Artificial Intelligence
Continued ...
Modern Founders of AI
Alan Turing ("Computing Machinery and Intelligence";
Turing test) (1950)
McCulloch & Pitts (Neural nets) (1943)
Norbert Wiener (Cybernetics)
John von Neumann (Game theory)
Claude Shannon (Information theory)
Newell & Simon (The Logic Theorist)
John McCarthy (LISP, commonsense reasoning)
Marvin Minsky (Frames)
The History of Artificial Intelligence Continued ...
Achievements of AI
Deep Thought is an international grand master chess player.
Sphinx can recognise continuous speech without training for each
speaker. It operates in near real time using a vocabulary of 1000 words
and has 94% word accuracy.
Navlab is a car that has driven across the United States at 55mph in
normal traffic on freeways.
Carlton and United Breweries use an AI planning system to plan
production of their beer.
Robots are used regularly in manufacturing.
Natural language interfaces to databases can be obtained on a PC.
Machine Learning methods have been used to build expert systems.
Expert systems are used regularly in finance, medicine, manufacturing
and agriculture
The History of Artificial Intelligence Continued ...
1943-1956 (the age of invention)
McCulloch & Pitts/Hebb (a model of brain)
Simple neural models of processing
Claude Shannon/Turing
computers can manipulate symbols
chess as a canonical example
Dartmouth workshop (1956)
genesis of the term “AI”
Addressing human creativity, self learn, self improvement of
human
Try to build machines that function automatically in complex
and changing environement
The History of Artificial Intelligence Continued ...
Newell &Simon
Logic Theorist
Reasoning program
1952-1969 (Early AI Programs)
General Problem Solver
E.g. Question answering system
Samuel checkers program
LISP by McCarthy (1958) – use knowledge to search solution