Problem Solving. Well-defined problems –Much studied in AI –Requires search –Domain general heuristics for solving problems What about ill-defined problems?

Slides:



Advertisements
Similar presentations
Presentation on Artificial Intelligence
Advertisements

Expertise. Questions What are differences between novices and experts? How to become an expert? Speed of learning.
Part2 AI as Representation and Search
Anique de Bruin Erasmus University Rotterdam Metacognition and cognitive load The effect of self-explanation when learning to play chess.
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
INSTRUCTION TIMES DELIBERATE PRACTICE EQUALS Skill Acquisition STEVIE CHEPKO, VP FOR PROGRAM REVIEW CAEP KAREN ROOF, INDIA.
Problem Solving How do people solve problems? What factors influence the ways they solve different types of problems?
Module 14 Thought & Language. INTRODUCTION Definitions –Cognitive approach method of studying how we process, store, and use information and how this.
AOS 1: Learning Cognitive Learning. Which of the following is not a type of cognitive learning? A. ModellingB. Operant Conditioning C. Insight learningD.
Problem Solving What is a problem? How do we go about solving problems? How can we be better problem-solvers?
What does research into chess expertise tell us about education? Fernand Gobet Centre for the Study of Expertise School of Social Sciences.
Problem Solving. Well-defined problems –Much studied in AI –Requires search –Domain general heuristics for solving problems What about ill-defined problems?
Problem Solving.
Computer Simulation (1). 8 A (8) Initial State 44 Goal State B (5) C (3) A (8) B (5) C (3) Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Step 7.
Skill Learning and Expertise. Anderson’s ACT Theory General theory of learning and problem solving Anderson (e.g., 1983, 1990, 1993, 1996) –Adaptive Control.
Mnemonic: Any technique that serves to facilitate storage, encoding, or recall of information in memory. Imagery and mediation (method of loci, peg word.
Problem Solving Shortcuts through the Problem Space.
Cognitive - problem_solving.ppt © 2001 Laura Snodgrass, Ph.D.1 Problem Solving Well-defined versus ill-defined problems Creativity Polya’s stages of problem.
Cognitive Processes PSY 334 Chapter 8 – Problem Solving.
Chinese Ring Puzzle and its Isomorphs (Kotovsky & Simon)
1 What do we have so far? Basic biology of the nervous system Motivations Senses Learning Perception Memory Thinking and mental representations.
Expertise and creativity What makes experts different than novices? –Usually, we talk about mental tasks (e.g., playing chess, being an accountant) Possible.
Problem Solving.
Problem Solving & Creativity Dr. Claudia J. Stanny EXP 4507 Memory & Cognition Spring 2009.
1 Problem Solving We view many situations in life as problems we need to solve Also, much of human behavior can be considered problem solving, even if.
State-Space Searches.
Cognition – 2/e Dr. Daniel B. Willingham Chapter 11: Problem Solving PowerPoint by Glenn E. Meyer, Trinity University © 2004 Prentice Hall © 2004 Prentice.
Chapter 6 Thinking & Intelligence 2 of 28 Topics to Explore 1.Problem Solving 2.Thinking Under Uncertainty 3.Intelligence.
Solve this maze at your leisure. Start at phil’s house. At first, you can only make right turns through the maze. Each time you cross the red zigzag sign.
Wolfgang Kohler The Foundations of Gesaltism. Introduction to Kohler Kohler was born in Estonia, and earned his Ph.D from the University of Berlin in.
Lecture 14 – Problem Solving and Expertise 1 Three points for this lecture: 1.Knowledge influences perception. 2.Knowledge can influence perception because.
Artificial Intelligence in Game Design Problems and Goals.
Learning Part II. Overview Habituation Classical conditioning Instrumental/operant conditioning Observational learning.
Problem-Solving and Reasoning
Psychology: An Introduction Charles A. Morris & Albert A. Maisto © 2005 Prentice Hall Cognition and Language Chapter 7B.
Cognition and Language Chapter 7. Building Blocks of Thought Language –A flexible system of symbols that enables us to communicate our ideas, thoughts,
Thinking & Problem Solving
Game Playing Chapter 5. Game playing §Search applied to a problem against an adversary l some actions are not under the control of the problem-solver.
Cognitive Psychology: Thinking, Intelligence, and Language
Overview of Cognitive Science for Teachers
Psychology of Thinking: Embedding Artifice in Nature.
An exploration of students’ problem solving behaviors Presenter: Chun-Yi Lee Advisor: Ming-Puu Chen Muir, T., Beswick, K., & Williamson, J. (2008). I am.
Expertise Novices and experts Expertise and perception Expertise and memory Expertise and judgment Expertise and domain-specificity.
© 2008 The McGraw-Hill Companies, Inc. Chapter 8: Cognition and Language.
EDN:204– Learning Process 30th August, 2010 B.Ed II(S) Sci Topics: Cognitive views of Learning.
Transfer Like a Champ! By Michelle Brazeal. Transfer Training Why do we teach?
C Pearson Allyn & Bacon Problem Solving Chapter 11.
3 points for this lecture 1. Knowledge influences perception. 2. Knowledge can influence perception because learning speeds up access to LTM. 3. Access.
Thinking part III Problem Solving. Solve this maze at your leisure. Start at phil’s house. At first, you can only make right turns through the maze. Each.
Problem solving What is problem solving? Weak and strong methods.
Thinking  Cognition  mental activities associated with thinking, knowing, remembering, and communicating  Cognitive Psychology  study of mental activities.
Ways of solving problems
Course Overview  What is AI?  What are the Major Challenges?  What are the Main Techniques?  Where are we failing, and why?  Step back and look at.
Development of Expertise. Expertise We are very good (perhaps even expert) at many things: - driving - reading - writing - talking What are some other.
Knowledge Representation Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
Thinking, Concepts & Creativity. Thought Cognition—mental activities involved in acquiring, retaining, and using knowledge Thinking—manipulation of mental.
Problem Solving PERTEMUAN Early research on problem- solving A cat placed in a box with a trapdoor was not observed to show behaviour approximating.
Christoph F. Eick: Thoughts on the Rook Project Challenges of Playing Bridge Well 
Cognitive DevelopmentMemory Does intelligence decline in middle adulthood?
Psychology: An Introduction Charles A. Morris & Albert A. Maisto © 2005 Prentice Hall Cognition and Language Chapter 7.
Chapter 8 Thinking and Language.
Cognition and Language
Done Done Course Overview What is AI? What are the Major Challenges?
Week 11 - Teaching by fostering problem solving skills
Cognitive Processes: Thinking and Problem Solving
Problem Solving A Major Category of Human Cognition
Cognitive Processes PSY 334
Psychology of Thinking: Embedding Artifice in Nature
Search.
Search.
Presentation transcript:

Problem Solving

Well-defined problems –Much studied in AI –Requires search –Domain general heuristics for solving problems What about ill-defined problems? –No real mechanisms for dealing with these –The problem may be solved suddenly by ‘seeing’ the problem differently –Often requires developing a suitable representation Views of Problem solving

Problem solving as search INITIAL STATEGOAL STATE INITIAL STATE GOAL STATE ? Play the game:

Solving most games involves search Examples: –Cannibals and missionaries: –Theseus and the Minotaur: –More special mazes

Problem Solving is a search problem Initial state Goal state Search Space Solution

Search spaces can be large #DISCS#STATES 33 3 = = = = 729

What if the search space is too large? It is not possible to enumerate the entire search space for many well-defined problems. We must use heuristics –Not guaranteed to work but easy to implement –Example heuristics Trial and error Hill climbing Means-end analysis

Trial and Error Edward L. Thorndike ( ) found that many animals search by trial and error (aka random search) Found that cats in a “puzzle box” (see left) initially behaved impulsively and apparently random. After many trials in puzzle box, solution time decreases. In order to escape the animal has to perform three different actions: press a pedal, pull on a string, and push a bar up or down

Hill Climbing Find some measure of the distance between your present state and the end state. –Take a step in the direction that most reduces that distance

Getting stuck in a suboptimal solution According to the hill-climbing strategy, at each step, you choose a path that moves you closer to the goal. This strategy can fail when steps are required that initially will move away from the goal

Means-end analysis Try to reduce the largest difference between the initial state and the goal state first. That creates new sub-problems Each of these new sub-problems needs to be solved.

Setting subgoals in means-end analysis Painting your house(GOAL 1) Apply paint(SUBGOAL 2) Need paint and brush(SUBGOAL 3) Go to hardware store(SUBGOAL 4) Went to hardware store(SUBGOAL 4) Got paint and brush(SUBGOAL 3) Apply paint(SUBGOAL 2) Paint the house(GOAL 1)

What about ill-defined problems? No real mechanisms for dealing with these According to Gestalt psychologists, the problem may be solved suddenly by ‘seeing’ the problem differently Often requires developing a suitable representation

Six stick problem Wrong solution: With these six sticks: Make four of these: Answer:

Kohler (1945): monkey and banana problem. Kohler observed that chimpanzees appeared to have an insight into the problem before solving it

Functional Fixedness Maier’s (1931) two-string problem

Only 39% of subjects were able to see solution within 10 minutes

Why people get stuck solving problems Functional Fixedness –Subjects who utilize an object for a particular function will have more trouble in a problem-solving situation that requires a new and dissimilar function for the object. –Young children suffer less from functional fixedness  Less experience might help...

Expertise

Developing Expertise What are differences between novices and experts? How to become an expert? Speed of learning

See anything unusual? Experts need only a few seconds to see what is wrong (or what isn’t) Experts perceive large meaningful patterns in their domain (collapse of the upper right lobe, upper left in picture) (normal)

Chess Studies De Groot (1965) Instructed 5 chess grandmasters to think out loud Grandmasters only considered about 30 moves and only thought 6 moves ahead. Not that different from novices. However, The 30 moves considered by a grandmaster are really good moves Masters rely on extensive experience: 50,000 patterns

Chase & Simon (1973)

Number of pieces successfully recalled by chess players after the first study of a chess board. (Chase & Simon, 1973)

Conclusion from Chase & Simon (1973) Chess masters only expert with real chess positions. They do not have better memory in general Expertise allows chunking of salient information to promote memory of good moves Experts organize knowledge differently – reflects a deep understanding.

Experts see and represent a problem in their own domain at a deeper level than novices… Experts see structural similarities Novices see surface similarity (Chi, Glaser, and Farr, 1988)

Novices group these Experts group these Chi, Feltovich, and Glaser, 1981)

What makes an expert an expert? Talent? IQ? Practice? Genetic factors? Experts are masters mostly in their own domain; the skill does not cross into different domains Study exceptional feats: –Memory experts –Chess experts –Musicians –Athletes (Voss et al., 1983)

General & Inherited Factors IQ tests* Short-term memory Speed of reading Reasoning ability Attention Do not predict superior performance in a particular domain Experts are not better problem solvers in general. Expertise is domain specific * IQ tests might predict some success in high-complexity jobs (e.g. scientist)

10 year rule 10 years of deliberate practice needed to attain an international level Deliberate practice: practice that is highly motivated and involves careful self-monitoring Master chess players spend 10,000 – 20,000 hours playing

What about talent? Maybe exceptional performance in some area can be explained by talent – an innate predisposition that predetermines performance in a domain. Anders Ericsson et al.  disagree that concept of talent is useful or explains anything (genius is 90% perspiration and 10% inspiration)  this is controversial!

What about musical talent? Absolute pitch: –Most musicians acquired it for their own instruments –Can be improved by training

Difference between good and exceptional musicians is related to the amount of practice Graph from Ericsson et al. (1996) showing the cumulative amount of practice by two groups of aspiring musical performers (experts and good violinists) and those who planned to teach music