Top Banner
Princess Nora University Artificial Intelligence CS 461 Level 8 1
27

Princess Nora University Artificial Intelligence

Feb 24, 2016

Download

Documents

dyre

Princess Nora University Artificial Intelligence. CS 461 Level 8. Chapter 1: Introduction . Included Topics : What is AI ? History of AI. Applied Areas of AI. What’s involved in Intelligence?. Recommended Books :. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Princess Nora University Artificial Intelligence

1

Princess Nora University

Artificial Intelligence

CS 461Level 8

Page 2: Princess Nora University Artificial Intelligence

2

Chapter 1: Introduction Included Topics :

• What is AI ?• History of AI.• Applied Areas of AI.• What’s involved in

Intelligence?

Page 3: Princess Nora University Artificial Intelligence

3

Recommended Books:

1. “Artificial Intelligence: A modern approach” Stuart Russell, Peter Norvig, Prentice Hall, 2003 (new edition 2006)

2. “Artificial Intelligence In Perspective”, by Daniel G. Bobrow.

3. Artificial Intelligence :A Guide to

Intelligent Systems , MICHAEL NEGNEVITSKY, 2nd Edition.

Page 4: Princess Nora University Artificial Intelligence

4

What is AI ? (1)• "The exciting new effort to make

computersthink . . . machines with minds, in the

fulland literal sense" (Haugeland, 1985)

• "[The automation of] activities that we associate with human thinking, activities such as decision-making, problem solving, learning

.."(Bellman, 1978)

Page 5: Princess Nora University Artificial Intelligence

5

What is AI ? (2)

• "A field of study that seeks to explain and emulate intelligent behavior in terms of computational processes" (Schalkoff, 1 990)

• "The branch of computer science that is concerned

with the automation of intelligent behavior" (Luger and Stubblefield, 1993)

Page 6: Princess Nora University Artificial Intelligence

6

What is AI ? (3)

Artificial Intelligence : is a science that has defined its goal asmaking machines do things that would require intelligence if done by

humans.Intelligence : is ability to learn and

understand to solve problems and to make decisions.

A machine is thought intelligent if it can achieve human level performance in some cognitive task.

Page 7: Princess Nora University Artificial Intelligence

7

What is AI ? (4)

Views of AI fall into four categories:

Systems that think rationally.

Systems that think like humans.

Systems that act rationally. Systems that act like humans.

Page 8: Princess Nora University Artificial Intelligence

8

Thinking humanly (1)

The way in which the computer carries out the tasks is important.

• Cognitive Science → theories that study the way human would think . The interdisciplinary field of cognitive science brings together computer models from AI and experimental techniques from psychology to try to construct precise and testable theories of the workings of the human mind.

Page 9: Princess Nora University Artificial Intelligence

9

Thinking humanly (2)

• Cognitive Science approach– Try to get “inside” our minds– E.g., conduct experiments with people to try

to “reverse-engineer” how we reason, learning, remember, predict

• Problems– Humans don’t behave rationally . e.g.,

insurance– The reverse engineering is very hard to do– The brain’s hardware is very different to a

computer program

Page 10: Princess Nora University Artificial Intelligence

10

Acting Humanly: The Turing Test (1)

Turing (1950) was interested in the following question: Can machines think?

But he immediately decides that answering this question directly is hopeless. The Element of the Turing Test

Are :• An interrogator (a person who will ask

questions)• a computer (intelligent machine !!)• A person who will answer to questions• A curtain (separator)

Page 11: Princess Nora University Artificial Intelligence

11

Acting Humanly: The Turing Test (2)

• Typed input/output only • Any kind of question is fair.• The player poses questions to the computer /other human.• Can the player reliably distinguish the

computer from the human?

Page 12: Princess Nora University Artificial Intelligence

12

Acting Humanly: The Turing Test (3)

• Suggested major components of AI: knowledge, reasoning, language understanding, learning

• The computer would need to possess some capabilities:• Natural language processing: To

communicate successfully.• Knowledge representation: To store what it

knows or hears.• Automated reasoning: to answer questions

and draw conclusions using stored information.• Machine learning: To adapt to new

circumstances and to detect and extrapolate patterns.

• Computer vision: To perceive objects.• Robotics : to manipulate objects and move.

Page 13: Princess Nora University Artificial Intelligence

13

Passing The Turing Test

• A computer passes the Turing test if interrogators can not distinguish the machine from human on the basis of the answers to their questions.

Page 14: Princess Nora University Artificial Intelligence

14

Thinking rationally: "laws of thought"

• Represent facts about the world via logic.• Use logical inference as a basis for reasoning

about these facts.• Can be a very useful approach to AI

– E.g., theorem-provers

Limitations1. Not all intelligent behavior is mediated by

logical deliberation.2. What is the purpose of thinking? What

thoughts should I have?

Page 15: Princess Nora University Artificial Intelligence

15

Acting rationally : rational agent approach(1)

Rational behavior: doing the right thing. The right thing: that which is expected to

maximize goal achievement, given the available information.

Page 16: Princess Nora University Artificial Intelligence

16

Acting rationally : rational agent approach(2)

• Advantages:- More general than the “laws of

thought” approach.- More amenable to scientific

development than human-based approaches.

Page 17: Princess Nora University Artificial Intelligence

17

A Brief History of AI (1)

• 1943: early beginnings– McCulloch & Pitts: Boolean circuit model of brain

• 1950: Turing – Turing's "Computing Machinery and Intelligence“

• 1956: birth of AI– Dartmouth meeting: "Artificial Intelligence“ name

adopted• 1950s: initial promise

– Early AI programs, including – Samuel's checkers program – Newell & Simon's Logic Theorist

• 1955-65: “great enthusiasm”– Newell and Simon: GPS, general problem solver– Gelertner: Geometry Theorem Prover– McCarthy: invention of LISP

Page 18: Princess Nora University Artificial Intelligence

18

A brief History of AI (2)

• 1966—73: Reality dawns– Realization that many AI problems are intractable– Limitations of existing neural network methods identified

• Neural network research almost disappears• 1969—85: Adding domain knowledge

– Development of knowledge-based systems– Success of rule-based expert systems,

• E.g., DENDRAL, MYCIN• But were brittle and did not scale well in practice

• 1986-- Rise of machine learning– Neural networks return to popularity– Major advances in machine learning algorithms and applications

• 1990-- Role of uncertainty– Bayesian networks as a knowledge representation framework

• 1995-- AI as Science– Integration of learning, reasoning, knowledge representation– AI methods used in vision, language, data mining, etc

Page 19: Princess Nora University Artificial Intelligence

19

Applied Areas of AI

• Game playing• Speech and language processing• Expert reasoning• Planning and scheduling• Vision• Robotics

Page 20: Princess Nora University Artificial Intelligence

20

Some Examples

• Playing chess• Driving on the highway• Translating languages• Recognizing speech• Diagnosing diseases

Page 21: Princess Nora University Artificial Intelligence

21

Playing Chess• Environment?

– Board• Actions?

– Legal moves• Doing the right thing?

– Moves that lead to wins

Page 22: Princess Nora University Artificial Intelligence

22

Recognizing Speech• Environment

– Audio signal– Knowledge of user

• Actions– Choosing word sequences

• Doing the right thing– Recovering the users words

Page 23: Princess Nora University Artificial Intelligence

23

Diagnosing Diseases

• Environment– Patient information– Results of tests

• Actions– Choosing diseases– Choosing treatments

• Doing the right thing– Eliminating disease

Page 24: Princess Nora University Artificial Intelligence

24

Translation• Environment

– Source text to be translated• Actions

– Word sequences in target language• Doing the right thing?

– Words that achieve the same effect– Words that are faithful to the source

Page 25: Princess Nora University Artificial Intelligence

25

Driving• Environment

– Restricted access highway• Actions

– Accelerate, turn, navigate, other controls• Doing the right thing

– Stay safe, get where you want to go, get there quickly

Page 26: Princess Nora University Artificial Intelligence

26

What’s involved in Intelligence?

• Ability to interact with the real world– to perceive, understand, and act– e.g., speech recognition and understanding and synthesis– e.g., image understanding– e.g., ability to take actions, have an effect

• Reasoning and Planning– modeling the external world, given input– solving new problems, planning, and making decisions– ability to deal with unexpected problems, uncertainties

• Learning and Adaptation– we are continuously learning and adapting– our internal models are always being “updated”

• e.g., a baby learning to categorize and recognize animals

Page 27: Princess Nora University Artificial Intelligence

27

H.W1. Write about disillusion of AI

in 1970 s ?2. What We mean by reverse

engineering?3. Give two challenges of AI

applications?4. What is LISP ?