SlideShare ist ein Scribd-Unternehmen logo
1 von 35
Artificial
Intelligence I:
introduction
Lecturer: Tom Lenaerts
Institut de Recherches Interdisciplinaires et de
Développements en Intelligence Artificielle (IRIDIA)
Université Libre de Bruxelles
TLo (IRIDIA) 2October 13, 2015
Practical stuff
 Course homepage:
 http://iridia.ulb.ac.be/~tlenaert/teach/ai1.
html
 Mailinglist:
 02452-valvas@elvas.vub.ac.be
 Textbook:
 S. Russell and P. Norvig Artificial
Intelligence:A Modern Approach
Prentice Hall, 2003, Second Edition
 Excercices:
 Joachim de Beule en Bart De
Vylder.
 Lisp (~scheme++)
 Exam: written at end of 1st. sem.
QuickTime™ and a
TIFF (Uncompressed) decompressor
are needed to see this picture.
TLo (IRIDIA) 3October 13, 2015
Course overview
 What is AI.
 Intelligent agents.
 Problem solving.
 Knowledge and reasoning.
 Planning.
 Uncertain knowledge and reasoning.
 Learning.
 Communicating, perceiving and acting.
TLo (IRIDIA) 4October 13, 2015
Outline
 What is AI
 A brief history
 The State of the art (see book)
 Reading
 Lisp
 And its relation to Scheme
TLo (IRIDIA) 5October 13, 2015
What is Artificial Intelligence
 Creative extension of philosophy:
 Understand and BUILD intelligent entities
 Origin after WWII
 Highly interdisciplinary
 Currently consist of huge variety of subfields
 This course will discuss some of them
TLo (IRIDIA) 6October 13, 2015
What is Artificial Intelligence
 Different definitions due to different criteria
 Two dimensions:
 Thought processes/reasoning vs. behavior/action
 Success according to human standards vs. success
according to an ideal concept of intelligence:
rationality.
Systems that think like humans Systems that think rationally
Systems that act like humans Systems that act rationally
TLo (IRIDIA) 7October 13, 2015
Systems that act like humans
 When does a system behave intelligently?
 Turing (1950) Computing Machinery and Intelligence
 Operational test of intelligence: imitation game
 Test still relevant now, yet might be the wrong question.
 Requires the collaboration of major components of AI:
knowledge, reasoning, language understanding, learning,
…
TLo (IRIDIA) 8October 13, 2015
Systems that act like humans
QuickTime™ and a
TIFF (Uncompressed) decompressor
are needed to see this picture.
QuickTime™ and a
TIFF (Uncompressed) decompressor
are needed to see this picture.
Andrew Hodges.
Alan Turing, the enigma
Available at amazon.co.uk
Problem with Turing test: not reproducible, constructive or
amenable to mathematical analysis.
TLo (IRIDIA) 9October 13, 2015
Systems that think like humans
 How do humans think?
 Requires scientific theories of internal brain activities
(cognitive model):
 Level of abstraction? (knowledge or circuitry?)
 Validation?
 Predicting and testing human behavior
 Identification from neurological data
 Cognitive Science vs. Cognitive neuroscience.
 Both approaches are now distinct from AI
 Share that the available theories do not explain anything
resembling human intelligence.
 Three fields share a principal direction.
TLo (IRIDIA) 10October 13, 2015
Systems that think like humans
 Some references;
 Daniel C. Dennet.
Consciousness explained.
 M. Posner (edt.)
Foundations of cognitive
science
 Francisco J. Varela et al.
The Embodied Mind
 J.-P. Dupuy. The
mechanization of the mind
QuickTime™ and a
TIFF (Uncompressed) decompressor
are needed to see this picture.
QuickTime™ and a
TIFF (Uncompressed) decompressor
are needed to see this picture.
TLo (IRIDIA) 11October 13, 2015
Systems that think rationally
 Capturing the laws of thought
 Aristotle: What are ‘correct’ argument and thought
processes?
 Correctness depends on irrefutability of reasoning processes.
 This study initiated the field of logic.
 The logicist tradition in AI hopes to create intelligent systems using
logic programming.
 Problems:
 Not all intelligence is mediated by logic behavior
 What is the purpose of thinking? What thought should one have?
TLo (IRIDIA) 12October 13, 2015
Systems that think rationally
 A reference;
 Ivan Bratko, Prolog
programming for
artificial intelligence.
QuickTime™ and a
TIFF (Uncompressed) decompressor
are needed to see this picture.
TLo (IRIDIA) 13October 13, 2015
Systems that act rationally
 Rational behavior: “doing the right thing”
 The “Right thing” is that what is expected to maximize
goal achievement given the available information.
 Can include thinking, yet in service of rational action.
 Action without thinking: e.g. reflexes.
 Two advantages over previous approaches:
 More general than law of thoughts approach
 More amenable to scientific development.
 Yet rationality is only applicable in ideal environments.
 Moreover rationality is not a very good model of reality.
TLo (IRIDIA) 14October 13, 2015
Systems that act rationally
 Some references;
 Michael Wooldridge.
Reasoning about
rational agents.
QuickTime™ and a
TIFF (Uncompressed) decompressor
are needed to see this picture.
TLo (IRIDIA) 15October 13, 2015
Rational agents
 An agent is an entity that perceives and acts
 This course is about designing rational agents
 An agent is a function from percept histories to actions:
 For any given class of environments and task we seek the
agent (or class of agents) with the best performance.
 Problem: computational limitations make perfect
rationality unachievable.
f:P*→A
TLo (IRIDIA) 16October 13, 2015
Foundations of AI
 Different fields have contributed to AI in the form of
ideas,viewpoints and techniques.
 Philosophy: Logic, reasoning, mind as a physical system,
foundations of learning, language and rationality.
 Mathematics: Formal representation and proof algorithms,
computation, (un)decidability, (in)tractability, probability.
 Psychology: adaptation, phenomena of perception and motor
control.
 Economics: formal theory of rational decisions, game theory.
 Linguistics: knowledge represetatio, grammar.
 Neuroscience: physical substrate for mental activities.
 Control theory: homeostatic systems, stability, optimal agent
design.
TLo (IRIDIA) 17October 13, 2015
A brief history
 What happened after WWII?
 1943: Warren Mc Culloch and Walter Pitts: a model of
artificial boolean neurons to perform computations.
 First steps toward connectionist computation and learning
(Hebbian learning).
 Marvin Minsky and Dann Edmonds (1951) constructed the first
neural network computer
 1950: Alan Turing’s “Computing Machinery and
Intelligence”
 First complete vision of AI.
TLo (IRIDIA) 18October 13, 2015
A brief history (2)
 The birth of AI (1956)
 Darmouth Workshop bringing together top minds on automata
theory, neural nets and the study of intelligence.
 Allen Newell and Herbert Simon: The logic theorist (first nonnumerical
thinking program used for theorem proving)
 For the next 20 years the field was dominated by these participants.
 Great expectations (1952-1969)
 Newell and Simon introduced the General Problem Solver.
 Imitation of human problem-solving
 Arthur Samuel (1952-)investigated game playing (checkers ) with great
success.
 John McCarthy(1958-) :
 Inventor of Lisp (second-oldest high-level language)
 Logic oriented, Advice Taker (separation between knowledge and
reasoning)
TLo (IRIDIA) 19October 13, 2015
A brief history (3)
 The birth of AI (1956)
 Great expectations continued ..
 Marvin Minsky (1958 -)
 Introduction of microworlds that appear to require intelligence to
solve: e.g. blocks-world.
 Anti-logic orientation, society of the mind.
 Collapse in AI research (1966 - 1973)
 Progress was slower than expected.
 Unrealistic predictions.
 Some systems lacked scalability.
 Combinatorial explosion in search.
 Fundamental limitations on techniques and representations.
 Minsky and Papert (1969) Perceptrons.
TLo (IRIDIA) 20October 13, 2015
A brief history (4)
 AI revival through knowledge-based systems (1969-
1970)
 General-purpose vs. domain specific
 E.g. the DENDRAL project (Buchanan et al. 1969)
 First successful knowledge intensive system.
 Expert systems
 MYCIN to diagnose blood infections (Feigenbaum et al.)
 Introduction of uncertainty in reasoning.
 Increase in knowledge representation research.
 Logic, frames, semantic nets, …
TLo (IRIDIA) 21October 13, 2015
A brief history (5)
 AI becomes an industry (1980 - present)
 R1 at DEC (McDermott, 1982)
 Fifth generation project in Japan (1981)
 American response …
 Puts an end to the AI winter.
 Connectionist revival (1986 - present)
 Parallel distributed processing (RumelHart and
McClelland, 1986); backprop.
TLo (IRIDIA) 22October 13, 2015
A brief history (6)
 AI becomes a science (1987 - present)
 Neats vs. scruffies.
 In speech recognition: hidden markov models
 In neural networks
 In uncertain reasoning and expert systems: Bayesian network
formalism
 …
 The emergence of intelligent agents (1995 - present)
 The whole agent problem:
“How does an agent act/behave embedded in real environments with
continuous sensory inputs”
TLo (IRIDIA) 23October 13, 2015
Reading
 One course on AI provides a
limited view on a vast research
area
 Reading assignment:
 P.1-138
 Provides background
information on the current
perspective in AI: embodied
cognitive science.
TLo (IRIDIA) 24October 13, 2015
Lisp vs. scheme
 Lisp (= LISt Processor) is the second
oldest programming language still in use
(after FORTRAN).
 Invented by John McCarthy at MIT in
1958.
 Until the mid '80s Lisp was more a family
of dialects than a single language.
 In 1986 an ANSI subcommittee was
formed to standardize these dialects into a
single Common Lisp.
 The result being the first Object Oriented language to
become standardized, in 1994.
 Once you understand Common Lisp it is
easy to adapt yourself to weaker dialects as
for instance Scheme.
TLo (IRIDIA) 25October 13, 2015
Lisp vs Scheme
 Lisp has much more built-in functions and special forms, the Scheme
language definition takes 45 pages while Common Lisp takes 1029
pages)
 Apart from lexical variables(lexically scoped) Lisp also has special
variables (dynamically scoped)
 In a lexically scoped language, the scope of an identifier is fixed
at compile time to some region in the source code containing
the identifier's declaration. This means that an identifier is only
accessible within that region (including procedures declared
within it).
 In a dynamically scoped language an identifier can be referred
to, not only in the block where it is declared, but also in any
function or procedure called from within that block, even if the
called procedure is declared outside the block
TLo (IRIDIA) 26October 13, 2015
Lisp vs Scheme
 Statically vs dynamically scoped variables
>(set 'regular 5)
5
>(defun check-regular ()
regular)
CHECK-REGULAR
>(check-regular)
5
> (let ((regular 6))
(check-regular))
5
>(defvar *special* 5)
*SPECIAL*
>(defun check-special ()
*special*)
CHECK-SPECIAL
>(check-special)
5
>(let ((*special* 6))
(check-special))
6
TLo (IRIDIA) 27October 13, 2015
Lisp vs Scheme
 Scheme evaluates the function part of a function call in exactly the same
way as arguments, Lisp doesn’t.
 In Lisp, the role of the symbol depends on the position in the list
(fun arg)
 Example:
(let ((list '(1 2 3)))
(list list))
==>((1 2 3))
 Function calls: Scheme vs. Lisp
(let ((fun (compute-a-function)))
(fun x y)
(map car L)
let ((fun (compute-a-function)))
(funcall fun x y))
(map ‘list #’car L)
TLo (IRIDIA) 28October 13, 2015
Lisp vs Scheme
 Scheme uses one name space for functions, variables, etc.,
Lisp doesn’t.
 Special (global) symbols
(defun square (x) …)
(setf (symbol-function square) (x) …)
 Lexical (local) symbols
(labels ((square (x) …)) …)
(setf square (function (lambda (x) …))
TLo (IRIDIA) 29October 13, 2015
Lisp vs Scheme
 In Lisp defun defines functions in the global
environment even if the function is defined internally to
another function.
(define (stack)
(let ((data ‘()))
(define (push elm) …)
(define (pop) …)
…)
(defun stack ()
(let ((data ‘()))
(defun push (elm) …)
(defun pop () …)
…)
(defun stack ()
(let ((data ‘()))
(labels ((push (elm) …)
(pop () …))
…)
TLo (IRIDIA) 30October 13, 2015
Lisp vs Scheme
 Lisp functions can have rest and optional parameters.
Scheme functions only can have the equivalent of a rest
parameter.
((lambda (a b) (+ a (* b 3))) 4 5) => 19
((lambda (a &optional (b 2)) (+ a (* b 3))) 4 5) => 19
((lambda (a &optional (b 2)) (+ a (* b 3))) 4) => 10
((lambda (&optional (a 2 b) (c 3 d) &rest x) (list a b c d x)))
=> (2 nil 3 nil nil)
((lambda (&optional (a 2 b) (c 3 d) &rest x) (list a b c d x)) 6)
=> (6 t 3 nil nil)
TLo (IRIDIA) 31October 13, 2015
Lisp vs Scheme
 Lisp functions can have also keyword parameters.
 Or some mixture.
((lambda (a b &key c d) (list a b c d)) 1 2) => (1 2 nil nil)
((lambda (a b &key c d) (list a b c d)) 1 2 :c 6) => (1 2 6 nil)
((lambda (a b &key c d) (list a b c d)) 1 2 :d 8) => (1 2 nil 8)
((lambda (a b &key c d) (list a b c d)) 1 2 :c 6 :d 8) => (1 2 6 8)
((lambda (a b &key c d) (list a b c d)) 1 2 :d 8 :c 6) => (1 2 6 8)
((lambda (a &optional (b 3) &rest x &key c (d a))
(list a b c d x)) 1) => (1 3 nil 1 ())
((lambda (a &optional (b 3) &rest x &key c (d a))
(list a b c d x)) 1 2) => (1 2 nil 1 ())
((lambda (a &optional (b 3) &rest x &key c (d a))
(list a b c d x)) :c 7) => (:c 7 nil :c ())
TLo (IRIDIA) 32October 13, 2015
Lisp vs Scheme
 Lisp has standard macros, Scheme since R5RS.
 “Lisp macros are a way to execute arbitrary code at "compile
time", using entities that are called like functions, but evaluate
their arguments (or not, if they choose not to) in ways that are
controlled by the macro itself. The language used to write the
macro is just Lisp itself, so the full power of the language is
available”
 Allows you to define your own special forms as if or
and.
TLo (IRIDIA) 33October 13, 2015
Lisp vs Scheme
 Lisp has special forms (loop, do, dotimes, …) for
looping, in Scheme the user is asked to use tail-
recursion that is implemented efficiently.
(loop for i fixnum from 3
when (oddp i) collect i
while (< i 5))
⇒ (3 5)
http://iridia.ulb.ac.be/~tlenaert/prog/Lisp/cltl/cltl2.html
TLo (IRIDIA) 34October 13, 2015
Other courses at the VUB
 AI does not end here …
 Artificiele Intelligentie II
 Technieken van de AI I en II
 Autonomous Agents
 Adaptive Systems I en II
 Machine Learning
 Multi-agent systems
 …
TLo (IRIDIA) 35October 13, 2015
Some references
 Understanding Intelligence by Rolf
Pfeifer and Christian Scheier.
 Artificial Intelligence: Structures
and Strategies for Complex
Problem-solving by George Luger.
 Computation and Intelligence:
Collective readings edited by
George Luger.
 Paradigms of Artificial Intelligence
Programming: Case Studies in
Common Lisp by Peter Norvig.

Weitere ähnliche Inhalte

Was ist angesagt?

Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentationlpaviglianiti
 
Chapter 3 artificial intelligence
Chapter 3   artificial intelligenceChapter 3   artificial intelligence
Chapter 3 artificial intelligenceJAPHETFULMARAN1
 
Knowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceKnowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceRamla Sheikh
 
Game Playing in Artificial Intelligence
Game Playing in Artificial IntelligenceGame Playing in Artificial Intelligence
Game Playing in Artificial Intelligencelordmwesh
 
9 Examples of Artificial Intelligence in Use Today
9 Examples of Artificial Intelligence in Use Today9 Examples of Artificial Intelligence in Use Today
9 Examples of Artificial Intelligence in Use TodayIQVIS
 
Logics for non monotonic reasoning-ai
Logics for non monotonic reasoning-aiLogics for non monotonic reasoning-ai
Logics for non monotonic reasoning-aiShaishavShah8
 
Forward and Backward chaining in AI
Forward and Backward chaining in AIForward and Backward chaining in AI
Forward and Backward chaining in AIMegha Sharma
 
Introduction To Artificial Intelligence Powerpoint Presentation Slides
Introduction To Artificial Intelligence Powerpoint Presentation SlidesIntroduction To Artificial Intelligence Powerpoint Presentation Slides
Introduction To Artificial Intelligence Powerpoint Presentation SlidesSlideTeam
 
Introduction Artificial Intelligence a modern approach by Russel and Norvig 1
Introduction Artificial Intelligence a modern approach by Russel and Norvig 1Introduction Artificial Intelligence a modern approach by Russel and Norvig 1
Introduction Artificial Intelligence a modern approach by Russel and Norvig 1Garry D. Lasaga
 
Problem solving agents
Problem solving agentsProblem solving agents
Problem solving agentsMegha Sharma
 
Expert System Lecture Notes Chapter 1,2,3,4,5 - Dr.J.VijiPriya
 Expert System Lecture Notes Chapter 1,2,3,4,5 - Dr.J.VijiPriya Expert System Lecture Notes Chapter 1,2,3,4,5 - Dr.J.VijiPriya
Expert System Lecture Notes Chapter 1,2,3,4,5 - Dr.J.VijiPriyaVijiPriya Jeyamani
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceSourabh Sharma
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine LearningEng Teong Cheah
 
Artificial intelligence tapan
Artificial intelligence tapanArtificial intelligence tapan
Artificial intelligence tapanTapan Khilar
 
Artificial Intelligence Notes Unit 2
Artificial Intelligence Notes Unit 2Artificial Intelligence Notes Unit 2
Artificial Intelligence Notes Unit 2DigiGurukul
 

Was ist angesagt? (20)

AI: Logic in AI
AI: Logic in AIAI: Logic in AI
AI: Logic in AI
 
AI: Planning and AI
AI: Planning and AIAI: Planning and AI
AI: Planning and AI
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
 
Chapter 3 artificial intelligence
Chapter 3   artificial intelligenceChapter 3   artificial intelligence
Chapter 3 artificial intelligence
 
AI Lecture 1 (introduction)
AI Lecture 1 (introduction)AI Lecture 1 (introduction)
AI Lecture 1 (introduction)
 
Knowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceKnowledge representation In Artificial Intelligence
Knowledge representation In Artificial Intelligence
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Game Playing in Artificial Intelligence
Game Playing in Artificial IntelligenceGame Playing in Artificial Intelligence
Game Playing in Artificial Intelligence
 
9 Examples of Artificial Intelligence in Use Today
9 Examples of Artificial Intelligence in Use Today9 Examples of Artificial Intelligence in Use Today
9 Examples of Artificial Intelligence in Use Today
 
Logics for non monotonic reasoning-ai
Logics for non monotonic reasoning-aiLogics for non monotonic reasoning-ai
Logics for non monotonic reasoning-ai
 
Forward and Backward chaining in AI
Forward and Backward chaining in AIForward and Backward chaining in AI
Forward and Backward chaining in AI
 
Introduction To Artificial Intelligence Powerpoint Presentation Slides
Introduction To Artificial Intelligence Powerpoint Presentation SlidesIntroduction To Artificial Intelligence Powerpoint Presentation Slides
Introduction To Artificial Intelligence Powerpoint Presentation Slides
 
Introduction Artificial Intelligence a modern approach by Russel and Norvig 1
Introduction Artificial Intelligence a modern approach by Russel and Norvig 1Introduction Artificial Intelligence a modern approach by Russel and Norvig 1
Introduction Artificial Intelligence a modern approach by Russel and Norvig 1
 
Problem solving agents
Problem solving agentsProblem solving agents
Problem solving agents
 
Expert System Lecture Notes Chapter 1,2,3,4,5 - Dr.J.VijiPriya
 Expert System Lecture Notes Chapter 1,2,3,4,5 - Dr.J.VijiPriya Expert System Lecture Notes Chapter 1,2,3,4,5 - Dr.J.VijiPriya
Expert System Lecture Notes Chapter 1,2,3,4,5 - Dr.J.VijiPriya
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial intelligence tapan
Artificial intelligence tapanArtificial intelligence tapan
Artificial intelligence tapan
 
Artificial Intelligence Notes Unit 2
Artificial Intelligence Notes Unit 2Artificial Intelligence Notes Unit 2
Artificial Intelligence Notes Unit 2
 

Andere mochten auch

3 problem-solving-
3 problem-solving-3 problem-solving-
3 problem-solving-Mhd Sb
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligencevallibhargavi
 
Artificial intelligence presentation
Artificial intelligence presentationArtificial intelligence presentation
Artificial intelligence presentationsadikchyaacharya
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligenceu053675
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceRohan Vadsola
 
13 genetic algorithms
13 genetic algorithms13 genetic algorithms
13 genetic algorithmsNidul Sinha
 
AI ch6
AI ch6AI ch6
AI ch6Mhd Sb
 
02.03 Artificial Intelligence: Search by Optimization
02.03 Artificial Intelligence: Search by Optimization02.03 Artificial Intelligence: Search by Optimization
02.03 Artificial Intelligence: Search by OptimizationAndres Mendez-Vazquez
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence Jagadeesh Kumar
 
검색어 대중도, 연결망 분석 - 21021899 김수빈
검색어 대중도, 연결망 분석 - 21021899 김수빈검색어 대중도, 연결망 분석 - 21021899 김수빈
검색어 대중도, 연결망 분석 - 21021899 김수빈Webometrics Class
 
Machine Learning in the age of Big Data
Machine Learning in the age of Big DataMachine Learning in the age of Big Data
Machine Learning in the age of Big DataDaniel Sârbe
 
[Webinar] How Big Data and Machine Learning Are Transforming ITSM
[Webinar] How Big Data and Machine Learning Are Transforming ITSM[Webinar] How Big Data and Machine Learning Are Transforming ITSM
[Webinar] How Big Data and Machine Learning Are Transforming ITSMSunView Software, Inc.
 
Big data, new epistemologies and paradigm shifts
Big data, new epistemologies and paradigm shiftsBig data, new epistemologies and paradigm shifts
Big data, new epistemologies and paradigm shiftsrobkitchin
 
Big Data and Machine Learning
Big Data and Machine LearningBig Data and Machine Learning
Big Data and Machine LearningMichel Bruley
 
2-Agents- Artificial Intelligence
2-Agents- Artificial Intelligence2-Agents- Artificial Intelligence
2-Agents- Artificial IntelligenceMhd Sb
 
6 games
6 games6 games
6 gamesMhd Sb
 

Andere mochten auch (20)

3 problem-solving-
3 problem-solving-3 problem-solving-
3 problem-solving-
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligence
 
Artificial intelligence presentation
Artificial intelligence presentationArtificial intelligence presentation
Artificial intelligence presentation
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Ai Presentacion
Ai PresentacionAi Presentacion
Ai Presentacion
 
Planing presentation
Planing presentationPlaning presentation
Planing presentation
 
Planning Algorithms
Planning AlgorithmsPlanning Algorithms
Planning Algorithms
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
13 genetic algorithms
13 genetic algorithms13 genetic algorithms
13 genetic algorithms
 
AI ch6
AI ch6AI ch6
AI ch6
 
01 intro1
01 intro101 intro1
01 intro1
 
02.03 Artificial Intelligence: Search by Optimization
02.03 Artificial Intelligence: Search by Optimization02.03 Artificial Intelligence: Search by Optimization
02.03 Artificial Intelligence: Search by Optimization
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence
 
검색어 대중도, 연결망 분석 - 21021899 김수빈
검색어 대중도, 연결망 분석 - 21021899 김수빈검색어 대중도, 연결망 분석 - 21021899 김수빈
검색어 대중도, 연결망 분석 - 21021899 김수빈
 
Machine Learning in the age of Big Data
Machine Learning in the age of Big DataMachine Learning in the age of Big Data
Machine Learning in the age of Big Data
 
[Webinar] How Big Data and Machine Learning Are Transforming ITSM
[Webinar] How Big Data and Machine Learning Are Transforming ITSM[Webinar] How Big Data and Machine Learning Are Transforming ITSM
[Webinar] How Big Data and Machine Learning Are Transforming ITSM
 
Big data, new epistemologies and paradigm shifts
Big data, new epistemologies and paradigm shiftsBig data, new epistemologies and paradigm shifts
Big data, new epistemologies and paradigm shifts
 
Big Data and Machine Learning
Big Data and Machine LearningBig Data and Machine Learning
Big Data and Machine Learning
 
2-Agents- Artificial Intelligence
2-Agents- Artificial Intelligence2-Agents- Artificial Intelligence
2-Agents- Artificial Intelligence
 
6 games
6 games6 games
6 games
 

Ähnlich wie Artificial Intelligence

History of AI, Current Trends, Prospective Trajectories
History of AI, Current Trends, Prospective TrajectoriesHistory of AI, Current Trends, Prospective Trajectories
History of AI, Current Trends, Prospective TrajectoriesGiovanni Sileno
 
Lect#1 (Artificial Intelligence )
Lect#1 (Artificial Intelligence )Lect#1 (Artificial Intelligence )
Lect#1 (Artificial Intelligence )Zeeshan_Jadoon
 
Introduction to Artificial Intelligence.doc
Introduction to Artificial Intelligence.docIntroduction to Artificial Intelligence.doc
Introduction to Artificial Intelligence.docbutest
 
The IOT Academy Training for Artificial Intelligence ( AI)
The IOT Academy Training for Artificial Intelligence ( AI)The IOT Academy Training for Artificial Intelligence ( AI)
The IOT Academy Training for Artificial Intelligence ( AI)The IOT Academy
 
Artificial Intelligence(AI)
Artificial Intelligence(AI)Artificial Intelligence(AI)
Artificial Intelligence(AI)Hari krishnan
 
01 AI Overview.pptx
01 AI Overview.pptx01 AI Overview.pptx
01 AI Overview.pptxSagarBurnah
 
AI_01_introduction.pptx
AI_01_introduction.pptxAI_01_introduction.pptx
AI_01_introduction.pptxYousef Aburawi
 
Artificial Intelligence - Past, Present and Future
Artificial Intelligence - Past, Present and FutureArtificial Intelligence - Past, Present and Future
Artificial Intelligence - Past, Present and FutureGrigory Sapunov
 
INTELIGENCIA ARTIFICIAL GRUPO 12.pdf
INTELIGENCIA ARTIFICIAL GRUPO 12.pdfINTELIGENCIA ARTIFICIAL GRUPO 12.pdf
INTELIGENCIA ARTIFICIAL GRUPO 12.pdfCarlosGabriel90
 
The era of artificial intelligence
The era of artificial intelligenceThe era of artificial intelligence
The era of artificial intelligencePrajjwal Kushwaha
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceBise Mond
 
C463_01_intro.ppt
C463_01_intro.pptC463_01_intro.ppt
C463_01_intro.pptsecurework
 
Unit 1 ppt.pptx
Unit 1 ppt.pptxUnit 1 ppt.pptx
Unit 1 ppt.pptxAmayTayde1
 

Ähnlich wie Artificial Intelligence (20)

1 what is AI
1 what is AI1 what is AI
1 what is AI
 
Ai chap1 intro
Ai chap1 introAi chap1 intro
Ai chap1 intro
 
4AI_N1.pdf
4AI_N1.pdf4AI_N1.pdf
4AI_N1.pdf
 
History of AI, Current Trends, Prospective Trajectories
History of AI, Current Trends, Prospective TrajectoriesHistory of AI, Current Trends, Prospective Trajectories
History of AI, Current Trends, Prospective Trajectories
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
AI_Lecture_1.pptx
AI_Lecture_1.pptxAI_Lecture_1.pptx
AI_Lecture_1.pptx
 
Lect#1 (Artificial Intelligence )
Lect#1 (Artificial Intelligence )Lect#1 (Artificial Intelligence )
Lect#1 (Artificial Intelligence )
 
Introduction to Artificial Intelligence.doc
Introduction to Artificial Intelligence.docIntroduction to Artificial Intelligence.doc
Introduction to Artificial Intelligence.doc
 
The IOT Academy Training for Artificial Intelligence ( AI)
The IOT Academy Training for Artificial Intelligence ( AI)The IOT Academy Training for Artificial Intelligence ( AI)
The IOT Academy Training for Artificial Intelligence ( AI)
 
Artificial Intelligence(AI)
Artificial Intelligence(AI)Artificial Intelligence(AI)
Artificial Intelligence(AI)
 
01 AI Overview.pptx
01 AI Overview.pptx01 AI Overview.pptx
01 AI Overview.pptx
 
introduction to ai
introduction to aiintroduction to ai
introduction to ai
 
AI_01_introduction.pptx
AI_01_introduction.pptxAI_01_introduction.pptx
AI_01_introduction.pptx
 
Artificial Intelligence - Past, Present and Future
Artificial Intelligence - Past, Present and FutureArtificial Intelligence - Past, Present and Future
Artificial Intelligence - Past, Present and Future
 
INTELIGENCIA ARTIFICIAL GRUPO 12.pdf
INTELIGENCIA ARTIFICIAL GRUPO 12.pdfINTELIGENCIA ARTIFICIAL GRUPO 12.pdf
INTELIGENCIA ARTIFICIAL GRUPO 12.pdf
 
The era of artificial intelligence
The era of artificial intelligenceThe era of artificial intelligence
The era of artificial intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
C463_01_intro.ppt
C463_01_intro.pptC463_01_intro.ppt
C463_01_intro.ppt
 
C463_01_intro.ppt
C463_01_intro.pptC463_01_intro.ppt
C463_01_intro.ppt
 
Unit 1 ppt.pptx
Unit 1 ppt.pptxUnit 1 ppt.pptx
Unit 1 ppt.pptx
 

Mehr von Mhd Sb

AI ch5
AI ch5AI ch5
AI ch5Mhd Sb
 
AI ch4
AI ch4AI ch4
AI ch4Mhd Sb
 
AI ch3
AI ch3AI ch3
AI ch3Mhd Sb
 
Ai ch2
Ai ch2Ai ch2
Ai ch2Mhd Sb
 
Ai ch1
Ai ch1Ai ch1
Ai ch1Mhd Sb
 
4 informed-search
4 informed-search4 informed-search
4 informed-searchMhd Sb
 

Mehr von Mhd Sb (7)

AI ch5
AI ch5AI ch5
AI ch5
 
AI ch4
AI ch4AI ch4
AI ch4
 
AI ch3
AI ch3AI ch3
AI ch3
 
Ai ch2
Ai ch2Ai ch2
Ai ch2
 
Ai ch1
Ai ch1Ai ch1
Ai ch1
 
5 csp
5 csp5 csp
5 csp
 
4 informed-search
4 informed-search4 informed-search
4 informed-search
 

Kürzlich hochgeladen

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 

Kürzlich hochgeladen (20)

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 

Artificial Intelligence

  • 1. Artificial Intelligence I: introduction Lecturer: Tom Lenaerts Institut de Recherches Interdisciplinaires et de Développements en Intelligence Artificielle (IRIDIA) Université Libre de Bruxelles
  • 2. TLo (IRIDIA) 2October 13, 2015 Practical stuff  Course homepage:  http://iridia.ulb.ac.be/~tlenaert/teach/ai1. html  Mailinglist:  02452-valvas@elvas.vub.ac.be  Textbook:  S. Russell and P. Norvig Artificial Intelligence:A Modern Approach Prentice Hall, 2003, Second Edition  Excercices:  Joachim de Beule en Bart De Vylder.  Lisp (~scheme++)  Exam: written at end of 1st. sem. QuickTime™ and a TIFF (Uncompressed) decompressor are needed to see this picture.
  • 3. TLo (IRIDIA) 3October 13, 2015 Course overview  What is AI.  Intelligent agents.  Problem solving.  Knowledge and reasoning.  Planning.  Uncertain knowledge and reasoning.  Learning.  Communicating, perceiving and acting.
  • 4. TLo (IRIDIA) 4October 13, 2015 Outline  What is AI  A brief history  The State of the art (see book)  Reading  Lisp  And its relation to Scheme
  • 5. TLo (IRIDIA) 5October 13, 2015 What is Artificial Intelligence  Creative extension of philosophy:  Understand and BUILD intelligent entities  Origin after WWII  Highly interdisciplinary  Currently consist of huge variety of subfields  This course will discuss some of them
  • 6. TLo (IRIDIA) 6October 13, 2015 What is Artificial Intelligence  Different definitions due to different criteria  Two dimensions:  Thought processes/reasoning vs. behavior/action  Success according to human standards vs. success according to an ideal concept of intelligence: rationality. Systems that think like humans Systems that think rationally Systems that act like humans Systems that act rationally
  • 7. TLo (IRIDIA) 7October 13, 2015 Systems that act like humans  When does a system behave intelligently?  Turing (1950) Computing Machinery and Intelligence  Operational test of intelligence: imitation game  Test still relevant now, yet might be the wrong question.  Requires the collaboration of major components of AI: knowledge, reasoning, language understanding, learning, …
  • 8. TLo (IRIDIA) 8October 13, 2015 Systems that act like humans QuickTime™ and a TIFF (Uncompressed) decompressor are needed to see this picture. QuickTime™ and a TIFF (Uncompressed) decompressor are needed to see this picture. Andrew Hodges. Alan Turing, the enigma Available at amazon.co.uk Problem with Turing test: not reproducible, constructive or amenable to mathematical analysis.
  • 9. TLo (IRIDIA) 9October 13, 2015 Systems that think like humans  How do humans think?  Requires scientific theories of internal brain activities (cognitive model):  Level of abstraction? (knowledge or circuitry?)  Validation?  Predicting and testing human behavior  Identification from neurological data  Cognitive Science vs. Cognitive neuroscience.  Both approaches are now distinct from AI  Share that the available theories do not explain anything resembling human intelligence.  Three fields share a principal direction.
  • 10. TLo (IRIDIA) 10October 13, 2015 Systems that think like humans  Some references;  Daniel C. Dennet. Consciousness explained.  M. Posner (edt.) Foundations of cognitive science  Francisco J. Varela et al. The Embodied Mind  J.-P. Dupuy. The mechanization of the mind QuickTime™ and a TIFF (Uncompressed) decompressor are needed to see this picture. QuickTime™ and a TIFF (Uncompressed) decompressor are needed to see this picture.
  • 11. TLo (IRIDIA) 11October 13, 2015 Systems that think rationally  Capturing the laws of thought  Aristotle: What are ‘correct’ argument and thought processes?  Correctness depends on irrefutability of reasoning processes.  This study initiated the field of logic.  The logicist tradition in AI hopes to create intelligent systems using logic programming.  Problems:  Not all intelligence is mediated by logic behavior  What is the purpose of thinking? What thought should one have?
  • 12. TLo (IRIDIA) 12October 13, 2015 Systems that think rationally  A reference;  Ivan Bratko, Prolog programming for artificial intelligence. QuickTime™ and a TIFF (Uncompressed) decompressor are needed to see this picture.
  • 13. TLo (IRIDIA) 13October 13, 2015 Systems that act rationally  Rational behavior: “doing the right thing”  The “Right thing” is that what is expected to maximize goal achievement given the available information.  Can include thinking, yet in service of rational action.  Action without thinking: e.g. reflexes.  Two advantages over previous approaches:  More general than law of thoughts approach  More amenable to scientific development.  Yet rationality is only applicable in ideal environments.  Moreover rationality is not a very good model of reality.
  • 14. TLo (IRIDIA) 14October 13, 2015 Systems that act rationally  Some references;  Michael Wooldridge. Reasoning about rational agents. QuickTime™ and a TIFF (Uncompressed) decompressor are needed to see this picture.
  • 15. TLo (IRIDIA) 15October 13, 2015 Rational agents  An agent is an entity that perceives and acts  This course is about designing rational agents  An agent is a function from percept histories to actions:  For any given class of environments and task we seek the agent (or class of agents) with the best performance.  Problem: computational limitations make perfect rationality unachievable. f:P*→A
  • 16. TLo (IRIDIA) 16October 13, 2015 Foundations of AI  Different fields have contributed to AI in the form of ideas,viewpoints and techniques.  Philosophy: Logic, reasoning, mind as a physical system, foundations of learning, language and rationality.  Mathematics: Formal representation and proof algorithms, computation, (un)decidability, (in)tractability, probability.  Psychology: adaptation, phenomena of perception and motor control.  Economics: formal theory of rational decisions, game theory.  Linguistics: knowledge represetatio, grammar.  Neuroscience: physical substrate for mental activities.  Control theory: homeostatic systems, stability, optimal agent design.
  • 17. TLo (IRIDIA) 17October 13, 2015 A brief history  What happened after WWII?  1943: Warren Mc Culloch and Walter Pitts: a model of artificial boolean neurons to perform computations.  First steps toward connectionist computation and learning (Hebbian learning).  Marvin Minsky and Dann Edmonds (1951) constructed the first neural network computer  1950: Alan Turing’s “Computing Machinery and Intelligence”  First complete vision of AI.
  • 18. TLo (IRIDIA) 18October 13, 2015 A brief history (2)  The birth of AI (1956)  Darmouth Workshop bringing together top minds on automata theory, neural nets and the study of intelligence.  Allen Newell and Herbert Simon: The logic theorist (first nonnumerical thinking program used for theorem proving)  For the next 20 years the field was dominated by these participants.  Great expectations (1952-1969)  Newell and Simon introduced the General Problem Solver.  Imitation of human problem-solving  Arthur Samuel (1952-)investigated game playing (checkers ) with great success.  John McCarthy(1958-) :  Inventor of Lisp (second-oldest high-level language)  Logic oriented, Advice Taker (separation between knowledge and reasoning)
  • 19. TLo (IRIDIA) 19October 13, 2015 A brief history (3)  The birth of AI (1956)  Great expectations continued ..  Marvin Minsky (1958 -)  Introduction of microworlds that appear to require intelligence to solve: e.g. blocks-world.  Anti-logic orientation, society of the mind.  Collapse in AI research (1966 - 1973)  Progress was slower than expected.  Unrealistic predictions.  Some systems lacked scalability.  Combinatorial explosion in search.  Fundamental limitations on techniques and representations.  Minsky and Papert (1969) Perceptrons.
  • 20. TLo (IRIDIA) 20October 13, 2015 A brief history (4)  AI revival through knowledge-based systems (1969- 1970)  General-purpose vs. domain specific  E.g. the DENDRAL project (Buchanan et al. 1969)  First successful knowledge intensive system.  Expert systems  MYCIN to diagnose blood infections (Feigenbaum et al.)  Introduction of uncertainty in reasoning.  Increase in knowledge representation research.  Logic, frames, semantic nets, …
  • 21. TLo (IRIDIA) 21October 13, 2015 A brief history (5)  AI becomes an industry (1980 - present)  R1 at DEC (McDermott, 1982)  Fifth generation project in Japan (1981)  American response …  Puts an end to the AI winter.  Connectionist revival (1986 - present)  Parallel distributed processing (RumelHart and McClelland, 1986); backprop.
  • 22. TLo (IRIDIA) 22October 13, 2015 A brief history (6)  AI becomes a science (1987 - present)  Neats vs. scruffies.  In speech recognition: hidden markov models  In neural networks  In uncertain reasoning and expert systems: Bayesian network formalism  …  The emergence of intelligent agents (1995 - present)  The whole agent problem: “How does an agent act/behave embedded in real environments with continuous sensory inputs”
  • 23. TLo (IRIDIA) 23October 13, 2015 Reading  One course on AI provides a limited view on a vast research area  Reading assignment:  P.1-138  Provides background information on the current perspective in AI: embodied cognitive science.
  • 24. TLo (IRIDIA) 24October 13, 2015 Lisp vs. scheme  Lisp (= LISt Processor) is the second oldest programming language still in use (after FORTRAN).  Invented by John McCarthy at MIT in 1958.  Until the mid '80s Lisp was more a family of dialects than a single language.  In 1986 an ANSI subcommittee was formed to standardize these dialects into a single Common Lisp.  The result being the first Object Oriented language to become standardized, in 1994.  Once you understand Common Lisp it is easy to adapt yourself to weaker dialects as for instance Scheme.
  • 25. TLo (IRIDIA) 25October 13, 2015 Lisp vs Scheme  Lisp has much more built-in functions and special forms, the Scheme language definition takes 45 pages while Common Lisp takes 1029 pages)  Apart from lexical variables(lexically scoped) Lisp also has special variables (dynamically scoped)  In a lexically scoped language, the scope of an identifier is fixed at compile time to some region in the source code containing the identifier's declaration. This means that an identifier is only accessible within that region (including procedures declared within it).  In a dynamically scoped language an identifier can be referred to, not only in the block where it is declared, but also in any function or procedure called from within that block, even if the called procedure is declared outside the block
  • 26. TLo (IRIDIA) 26October 13, 2015 Lisp vs Scheme  Statically vs dynamically scoped variables >(set 'regular 5) 5 >(defun check-regular () regular) CHECK-REGULAR >(check-regular) 5 > (let ((regular 6)) (check-regular)) 5 >(defvar *special* 5) *SPECIAL* >(defun check-special () *special*) CHECK-SPECIAL >(check-special) 5 >(let ((*special* 6)) (check-special)) 6
  • 27. TLo (IRIDIA) 27October 13, 2015 Lisp vs Scheme  Scheme evaluates the function part of a function call in exactly the same way as arguments, Lisp doesn’t.  In Lisp, the role of the symbol depends on the position in the list (fun arg)  Example: (let ((list '(1 2 3))) (list list)) ==>((1 2 3))  Function calls: Scheme vs. Lisp (let ((fun (compute-a-function))) (fun x y) (map car L) let ((fun (compute-a-function))) (funcall fun x y)) (map ‘list #’car L)
  • 28. TLo (IRIDIA) 28October 13, 2015 Lisp vs Scheme  Scheme uses one name space for functions, variables, etc., Lisp doesn’t.  Special (global) symbols (defun square (x) …) (setf (symbol-function square) (x) …)  Lexical (local) symbols (labels ((square (x) …)) …) (setf square (function (lambda (x) …))
  • 29. TLo (IRIDIA) 29October 13, 2015 Lisp vs Scheme  In Lisp defun defines functions in the global environment even if the function is defined internally to another function. (define (stack) (let ((data ‘())) (define (push elm) …) (define (pop) …) …) (defun stack () (let ((data ‘())) (defun push (elm) …) (defun pop () …) …) (defun stack () (let ((data ‘())) (labels ((push (elm) …) (pop () …)) …)
  • 30. TLo (IRIDIA) 30October 13, 2015 Lisp vs Scheme  Lisp functions can have rest and optional parameters. Scheme functions only can have the equivalent of a rest parameter. ((lambda (a b) (+ a (* b 3))) 4 5) => 19 ((lambda (a &optional (b 2)) (+ a (* b 3))) 4 5) => 19 ((lambda (a &optional (b 2)) (+ a (* b 3))) 4) => 10 ((lambda (&optional (a 2 b) (c 3 d) &rest x) (list a b c d x))) => (2 nil 3 nil nil) ((lambda (&optional (a 2 b) (c 3 d) &rest x) (list a b c d x)) 6) => (6 t 3 nil nil)
  • 31. TLo (IRIDIA) 31October 13, 2015 Lisp vs Scheme  Lisp functions can have also keyword parameters.  Or some mixture. ((lambda (a b &key c d) (list a b c d)) 1 2) => (1 2 nil nil) ((lambda (a b &key c d) (list a b c d)) 1 2 :c 6) => (1 2 6 nil) ((lambda (a b &key c d) (list a b c d)) 1 2 :d 8) => (1 2 nil 8) ((lambda (a b &key c d) (list a b c d)) 1 2 :c 6 :d 8) => (1 2 6 8) ((lambda (a b &key c d) (list a b c d)) 1 2 :d 8 :c 6) => (1 2 6 8) ((lambda (a &optional (b 3) &rest x &key c (d a)) (list a b c d x)) 1) => (1 3 nil 1 ()) ((lambda (a &optional (b 3) &rest x &key c (d a)) (list a b c d x)) 1 2) => (1 2 nil 1 ()) ((lambda (a &optional (b 3) &rest x &key c (d a)) (list a b c d x)) :c 7) => (:c 7 nil :c ())
  • 32. TLo (IRIDIA) 32October 13, 2015 Lisp vs Scheme  Lisp has standard macros, Scheme since R5RS.  “Lisp macros are a way to execute arbitrary code at "compile time", using entities that are called like functions, but evaluate their arguments (or not, if they choose not to) in ways that are controlled by the macro itself. The language used to write the macro is just Lisp itself, so the full power of the language is available”  Allows you to define your own special forms as if or and.
  • 33. TLo (IRIDIA) 33October 13, 2015 Lisp vs Scheme  Lisp has special forms (loop, do, dotimes, …) for looping, in Scheme the user is asked to use tail- recursion that is implemented efficiently. (loop for i fixnum from 3 when (oddp i) collect i while (< i 5)) ⇒ (3 5) http://iridia.ulb.ac.be/~tlenaert/prog/Lisp/cltl/cltl2.html
  • 34. TLo (IRIDIA) 34October 13, 2015 Other courses at the VUB  AI does not end here …  Artificiele Intelligentie II  Technieken van de AI I en II  Autonomous Agents  Adaptive Systems I en II  Machine Learning  Multi-agent systems  …
  • 35. TLo (IRIDIA) 35October 13, 2015 Some references  Understanding Intelligence by Rolf Pfeifer and Christian Scheier.  Artificial Intelligence: Structures and Strategies for Complex Problem-solving by George Luger.  Computation and Intelligence: Collective readings edited by George Luger.  Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp by Peter Norvig.