artificial intelligence ies 503

22
Artificial Intelligence IES 503 Asst. Prof. Dr. Senem Kumova Metin

Upload: silas-hanson

Post on 02-Jan-2016

37 views

Category:

Documents


5 download

DESCRIPTION

Artificial Intelligence IES 503. Asst . Prof. Dr. Senem Kumova Metin. Artificial Intelligence – IES 503. Instructor : Asst . Prof. Dr. Senem Kumova Metin E mail : [email protected] Lectures : Mondays 1 8 :30— 21 : 3 0 Course web page: http://homes.ieu.edu.tr/skumova - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Artificial Intelligence IES 503

Artificial IntelligenceIES 503

Asst. Prof. Dr. Senem Kumova Metin

Page 2: Artificial Intelligence IES 503

Artificial Intelligence – IES 503• Instructor : Asst. Prof. Dr. Senem Kumova Metin• E mail : [email protected]• Lectures : Mondays 18:30—21:30

• Course web page: http://homes.ieu.edu.tr/skumova – Up to date information– Relevant dates, links, etc.

• Course material:– [AIMA] Artificial Intelligence: A Modern Approach, by

Stuart Russell and Peter Norvig. (2nd ed)

Page 3: Artificial Intelligence IES 503

Dictionary Definitions of Intelligence• “The ability to use memory, knowledge, experience, understanding,

reasoning, imagination and judgement in order to solve problems and adapt to new situations.” AllWords Dictionary, 2006

• “The ability to learn or understand or to deal with new or difficult situations” (Merriam Webster)

• “The capacity for understanding; ability to perceive and comprehend meaning” (Collins)

• “The ability to acquire and apply knowledge and skills” (Oxford Dictionary, 2006)

You may read “A Collection of Definitions of Intelligence, arxiv.org/pdf/0706.3639 by S Legg - 2007 ” for further definitons of Intelligence.

Page 4: Artificial Intelligence IES 503

Why study AI?

Search engines

Labor

Science

Medicine/Diagnosis

Appliances What else?

Page 5: Artificial Intelligence IES 503

Examples of AI Systems

• Chess playing Deep Blue (IBM)• Medical Diagnosis Path Finder• Car Driving itself ALVINN• Smart House• ……

Page 6: Artificial Intelligence IES 503

What is AI?The exciting new effort to make computers thinks … machine with minds, in the full and literal sense” (Haugeland 1985)

“The art of creating machines that perform functions that require intelligence when performed by people” (Kurzweil, 1990)

“The study of mental faculties through the use of computational models” (Charniak et al. 1985)

A field of study that seeks to explain and emulate intelligent behavior in terms of computational processes” (Schalkol, 1990)

Systems that think like humans

Systems that think rationallySystems that act like

humansSystems that act rationally

Page 7: Artificial Intelligence IES 503

Acting Humanly: The Turing Test• Alan Turing's 1950 article Computing Machinery and Intelligence

discussed conditions for considering a machine to be intelligent

– “Can machines think?” “Can machines behave intelligently?”– The Turing test (The Imitation Game): Operational definition of

intelligence.

Page 8: Artificial Intelligence IES 503

Acting Humanly: The Turing Test

• Computer needs to possess: • Natural language processing • Knowledge representation • Automated reasoning• Machine learning

Page 9: Artificial Intelligence IES 503

What would a computer need to pass the Turing test?

• Natural language processing: to communicate with examiner.

• Knowledge representation: to store and retrieve information provided before or during interrogation.

• Automated reasoning: to use the stored information to answer questions and to draw new conclusions.

• Machine learning: to adapt to new circumstances and to detect and extrapolate patterns.

Page 10: Artificial Intelligence IES 503

Acting Humanly: The Full Turing Test

Problems: 1) Turing test is not reproducible, constructive, and amenable to mathematic analysis. 2) What about physical interaction with interrogator and environment?

• Total (Full) Turing Test: Requires physical interaction and needs perception and actuation.

Page 11: Artificial Intelligence IES 503

Acting Humanly: The Full Turing Test

Trap door

• Computer needs to possess: • Natural language processing • Knowledge representation • Automated reasoning• Machine learningand• Computer Vision• Robotics

Page 12: Artificial Intelligence IES 503

What would a computer need to pass the full Turing test?

• Natural language processing

• Knowledge representation

• Automated reasoning

• Machine learning

• Vision : to recognize the examiner’s actions and various objects presented by the examiner.

• Robotics : to manipulate objects and move about

Page 13: Artificial Intelligence IES 503

Thinking Humanly: Cognitive Science

• Thinking like a human Determining how humans think ..

• 1960 “Cognitive Revolution”: information-processing psychology replaced behaviorism

• Cognitive science brings together theories and experimental evidence to model internal activities of the brain

Page 14: Artificial Intelligence IES 503

Thinking Rationally: Laws of Thought

• Aristotle (~ 450 B.C.) attempted to codify “right thinking”What are correct arguments/thought processes?

• E.g., “Socrates is a man, all men are mortal; therefore Socrates is mortal”

• The Law of Thought approach initiated the field called LOGIC…

Page 15: Artificial Intelligence IES 503

Thinking Rationally: Laws of Thought

Problems:

1) Uncertainty: Not all facts are certain (e.g., the flight might be delayed).

It is not easy to take informal knowledge and state in fornal terms required by logical notation , particulary when the knowledge is less than 100% certain

2) Resource limitations:- Not enough time to compute/process- Insufficient memory/disk/etc- Etc.

Page 16: Artificial Intelligence IES 503

Acting Rationally: The Rational Agent Approach

• Rational behavior: Doing the right thing!

• The right thing: That which is expected to maximize the expected return

• Provides the most general view of AI because it includes: – Correct inference (“Laws of thought”)– Uncertainty handling – Resource limitation considerations (e.g., reflex vs. deliberation)– Cognitive skills (NLP, AR, knowledge representation, ML, etc.)

• Advantages:1) More general2) Its goal of rationality is well defined

Page 17: Artificial Intelligence IES 503

Acting Rationally: The Rational Agent Approach

• An agent is something that acts .

• A computer agent is a program that – operates under autonomous control, – perceives the environment, – persists over a prolonged time period, – adapts to change – is capable of taking another’s goal

• A rational agent is the agent that acts so as to achieve best outcome or when there is uncertainty the best expected outcome.

Page 18: Artificial Intelligence IES 503

How to achieve AI?• How is AI research done?

• AI research has both theoretical and experimental sides. The experimental side has both basic and applied aspects.

• There are two main lines of research:– One is biological, based on the idea that since humans are intelligent, AI

should study humans and imitate their psychology or physiology. – The other is phenomenal, based on studying and formalizing common

sense facts about the world and the problems that the world presents to the achievement of goals.

• The two approaches interact to some extent, and both should eventually succeed. It is a race, but both racers seem to be walking. [John McCarthy]

Page 19: Artificial Intelligence IES 503

Branches of AI• Logical AI • Search • Natural language processing• Pattern recognition • Knowledge representation • Inference From some facts, others can be inferred. • Automated reasoning • Learning from experience • Planning To generate a strategy for achieving some goal• Epistemology Study of the kinds of knowledge that are required for

solving problems in the world. • Ontology Study of the kinds of things that exist. In AI, the programs and

sentences deal with various kinds of objects, and we study what these kinds are and what their basic properties are.

• Genetic programming• Emotions???• …

Page 20: Artificial Intelligence IES 503

CS 561, Lecture 1

AI Prehistory

Page 21: Artificial Intelligence IES 503

CS 561, Lecture 1

AI History

Page 22: Artificial Intelligence IES 503

AI State of the art

• Have the following been achieved by AI?– World-class chess playing– Playing table tennis– Cross-country driving– Solving mathematical problems– Discover and prove mathematical theories– Engage in a meaningful conversation– Understand spoken language– Observe and understand human emotions– Express emotions– …