Knowledge in Learning and Human Learning. Chapter 21 in Russell / Norvig Book

Similar documents
Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur

Objectives. Chapter 2: The Representation of Knowledge. Expert Systems: Principles and Programming, Fourth Edition

Knowledge-Based - Systems

Lecture 1: Basic Concepts of Machine Learning

MYCIN. The MYCIN Task

Designing a Rubric to Assess the Modelling Phase of Student Design Projects in Upper Year Engineering Courses

Laboratorio di Intelligenza Artificiale e Robotica

Self Study Report Computer Science

Laboratorio di Intelligenza Artificiale e Robotica

Agent-Based Software Engineering

An Open Framework for Integrated Qualification Management Portals

Abstractions and the Brain

Computerized Adaptive Psychological Testing A Personalisation Perspective

Disciplinary Literacy in Science

Software Maintenance

Full text of O L O W Science As Inquiry conference. Science as Inquiry

An OO Framework for building Intelligence and Learning properties in Software Agents

Transfer Learning Action Models by Measuring the Similarity of Different Domains

A. What is research? B. Types of research

What is a Mental Model?

Visual CP Representation of Knowledge

Coaching Others for Top Performance 16 Hour Workshop

Empirical research on implementation of full English teaching mode in the professional courses of the engineering doctoral students

On-Line Data Analytics

ARSENAL OF DEMOCRACY

Assessing Functional Relations: The Utility of the Standard Celeration Chart

National Standards for Foreign Language Education

Lecturing Module

SOFTWARE EVALUATION TOOL

Social Emotional Learning in High School: How Three Urban High Schools Engage, Educate, and Empower Youth

A Study of Metacognitive Awareness of Non-English Majors in L2 Listening

PROCESS USE CASES: USE CASES IDENTIFICATION

Learning Disability Functional Capacity Evaluation. Dear Doctor,

PART C: ENERGIZERS & TEAM-BUILDING ACTIVITIES TO SUPPORT YOUTH-ADULT PARTNERSHIPS

Notes on The Sciences of the Artificial Adapted from a shorter document written for course (Deciding What to Design) 1

Proof Theory for Syntacticians

Rule Learning With Negation: Issues Regarding Effectiveness

Guide to Teaching Computer Science

Replies to Greco and Turner

Aviation English Training: How long Does it Take?

La Grange Park Public Library District Strategic Plan of Service FY 2014/ /16. Our Vision: Enriching Lives

Reviewed by Florina Erbeli

OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS

Note: Principal version Modification Amendment Modification Amendment Modification Complete version from 1 October 2014

Innovative Methods for Teaching Engineering Courses

PERFORMING ARTS. Unit 2 Proposal for a commissioning brief Suite. Cambridge TECHNICALS LEVEL 3. L/507/6467 Guided learning hours: 60

21st Century Community Learning Center

The leaky translation process

Exploration. CS : Deep Reinforcement Learning Sergey Levine

Assumption University Five-Year Strategic Plan ( )

IMPORTANT GUIDELINE FOR PROJECT/ INPLANT REPORT. FOSTER DEVELOPMENT SCHOOL OF MANAGEMENT, DR.BABASAHEB AMBEDKAR MARATHWADA UNIVERSITY,AURANGABAD...

Understanding and improving professional development for college mathematics instructors: An exploratory study

Declaration of competencies

TU-E2090 Research Assignment in Operations Management and Services

PROGRAMME SPECIFICATION KEY FACTS

Lecture 10: Reinforcement Learning

University of Toronto Mississauga Degree Level Expectations. Preamble

Executive Summary: Tutor-facilitated Digital Literacy Acquisition

The Strong Minimalist Thesis and Bounded Optimality

Learning Optimal Dialogue Strategies: A Case Study of a Spoken Dialogue Agent for

Testimony to the U.S. Senate Committee on Health, Education, Labor and Pensions. John White, Louisiana State Superintendent of Education

Science Fair Project Handbook

Arizona s English Language Arts Standards th Grade ARIZONA DEPARTMENT OF EDUCATION HIGH ACADEMIC STANDARDS FOR STUDENTS

RUDOLF CARNAP ON SEMANTICAL SYSTEMS AND W.V.O. QUINE S PRAGMATIST CRITIQUE

IAT 888: Metacreation Machines endowed with creative behavior. Philippe Pasquier Office 565 (floor 14)

Critical Thinking in the Workplace. for City of Tallahassee Gabrielle K. Gabrielli, Ph.D.

A Case Study: News Classification Based on Term Frequency

PROGRAMME SPECIFICATION

University of Victoria School of Exercise Science, Physical and Health Education EPHE 245 MOTOR LEARNING. Calendar Description Units: 1.

E-Teaching Materials as the Means to Improve Humanities Teaching Proficiency in the Context of Education Informatization

INSTRUCTIONAL FOCUS DOCUMENT Grade 5/Science

USER ADAPTATION IN E-LEARNING ENVIRONMENTS

Introducing New IT Project Management Practices - a Case Study

2 di 7 29/06/

Effect of Cognitive Apprenticeship Instructional Method on Auto-Mechanics Students

EQuIP Review Feedback

An Empirical Analysis of the Effects of Mexican American Studies Participation on Student Achievement within Tucson Unified School District

Lecture 1: Machine Learning Basics

A CASE STUDY FOR THE SYSTEMS APPROACH FOR DEVELOPING CURRICULA DON T THROW OUT THE BABY WITH THE BATH WATER. Dr. Anthony A.

Copyright Corwin 2015

Level 6. Higher Education Funding Council for England (HEFCE) Fee for 2017/18 is 9,250*

How do adults reason about their opponent? Typologies of players in a turn-taking game

Predicting Students Performance with SimStudent: Learning Cognitive Skills from Observation

Rule Learning with Negation: Issues Regarding Effectiveness

Foundations of Knowledge Representation in Cyc

Critical Thinking in Everyday Life: 9 Strategies

PHILOSOPHY & CULTURE Syllabus

Wellness Committee Action Plan. Developed in compliance with the Child Nutrition and Women, Infant and Child (WIC) Reauthorization Act of 2004

Mastering Team Skills and Interpersonal Communication. Copyright 2012 Pearson Education, Inc. publishing as Prentice Hall.

Developing skills through work integrated learning: important or unimportant? A Research Paper

Generative models and adversarial training

A cognitive perspective on pair programming

A student diagnosing and evaluation system for laboratory-based academic exercises

A Case-Based Approach To Imitation Learning in Robotic Agents

Match or Mismatch Between Learning Styles of Prep-Class EFL Students and EFL Teachers

Promotion and Tenure Guidelines. School of Social Work

Introduction to HPSG. Introduction. Historical Overview. The HPSG architecture. Signature. Linguistic Objects. Descriptions.

Reinforcement Learning by Comparing Immediate Reward

Southwood Design Proposal. Eric Berry, Carolyn Monke, & Marie Zimmerman

STUDENT LEARNING ASSESSMENT REPORT

Transcription:

Wisdom is not the product of schooling but the lifelong attempt to acquire it. - Albert Einstein Knowledge in Learning and Human Learning Chapter 21 in Russell / Norvig Book Gerhard Fischer AI Course, Fall 1996, Lecture October 23 1

Overview in the book: learning is machine learning = subfield of AI concerned with programs that learn from experience we (as a research center) have been interested in computational media and environments in support of human learning chapter 18: learning from observations - improve behavior by analysis of own behavior chapter 19: learning in neural networks Guest Lecture by Michael Mozer - train complex networks of simple computing elements chapter 20: reinforcement learning Guest Lecture by Satinder Singh - learn from success and failure, reward and punishment chapter 21: knowledge in learning - take advantage of prior knowledge 2

What Does Learning Mean? definition: learning is a goal-directed process of a system that improves the knowledge or the knowledge representation of the system by exploring experience and prior knowledge acquisition of new declarative knowledge development of motor and cognitive skills through instruction and practice organization of new knowledge into general effective representation discovery of new facts and theories through observation and experimentation 3

Learning / Problem Solving as Change in Representation Simon: - all mathematics exhibits in its conclusions only what is already implicit in its premises informational equivalence: a transformation from on representation to another causes no loss of information; they can be constructed from each other. computational equivalence: the same information and the same inferences are achieved with the same amount of effort examples: - Tic-Tac Toe - Roman Numerals versus Arabic Numerals - Turing Tar Pit 4

Objectives of Machine Learning applied learning systems a practical necessity? - to overcome the tedious work of programming - the ultimate form of knowledge acquisition in knowledge-based systems - example: do not put appliances with the door against the wall! machine learning as a science - understand human learning well enough to reproduce aspects of that learning behavior in computer systems - computer enforces a commitment to fine-structure process-level detail - insights into the principles underlying human learning abilities has the potential to lead to more effective educational techniques example: student models in intelligent tutoring systems - exploration of alternative learning mechanism complementing human learning methods knowledge acquisition versus skill refinement - knowledge acquisition (example: learning physics) learning new symbolic information coupled with the ability to apply that information in an effective manner - skill refinement (example: riding a bicycle, playing the piano) occurs at a subconscious level by virtue of repeated practice 5

Basic Learning Mechanisms improve the knowledge of the system active = asking informative questions passive = incorporate new information into the knowledge representation of the system translate one representation into another - truth preserving * improve efficiency (speed-up learning) and effectiveness examples: explanation-based learning, knowledge compilation, construction of macro-operators, reinforcement learning * improve comprehensibility of represented knowledge examples: extract logical representations out of neural networks, decompilation - non-truth preserving: * if something is a swan, then its color is white (non-monotonic reasoning) * examples: inductive learning of concepts from examples, concept formation, abductive reasoning, learning by analogy, knowledge revision 6

Knowledge in Learning inductive learning: - function-learning characterization in chapter 18 - logical formulation of the learning problem Hypothesis Descriptions Classifications (entailment constraint) - examples = descriptions and classifications - object of inductive learning in the logical setting: to find a hypothesis that explains the classifications of the examples, given their descriptions - descriptions = conjunction of all example descriptions - classifications = conjunction of all example classifications modern approach (??): to design agents that already know something and are trying to learn some more 7

Explanation-Based Learning (EBL) Hypothesis Descriptions Classifications Background Hypothesis the background knowledge is sufficient to explain the hypothesis the agent does not learn anything factually new from the instance EBL - extracts general rules from single examples by explaining the examples and generalizing the explanation - a method for converting first-principles theories into useful, specialpurpose knowledge Whitehead (1911): Civilization advances by extending the number of important operations that we can do without thinking about them example: general principle of painless cooking 8

Analogical Reasoning and Cased-Based Reasoning analogical reasoning: instead of using examples as foci for generalization, one can use them directly to solve new problems cased-based reasoning: learning takes place - remember cases and add them to the memory - generalize from the cases by noticing similarities between cases - better indexing schemes (making cases relevant to the task at hand) 9

Relevance-Based Learning (RBL) Hypothesis Descriptions Classifications Background Descriptions Classifications Hypothesis RBL: - uses prior knowledge in the form of determinations to identify the relevant attributes - generates a reduced hypothesis space example: Brazilians speak Portuguese, but are not all called Fernando 10

Knowledge-Based Inductive Learning (KBIL) Background Hypothesis Descriptions Classifications KBIL: - finds inductive hypotheses that explain set of observations with the help of background knowledge example: a particular antibiotic is effective for a particular type of infection 11

Human Learning: Current Theories learning is a process of knowledge construction, not of knowledge recording or absorption learning is knowledge-dependent; people use their existing knowledge to construct new knowledge learning is highly tuned to the situation in which it takes place learning needs to account for distributed cognition requiring to combine knowledge in the head with knowledge in the world learning is affected as much by motivational issues as by cognitive issues 12

Situated Learning and Transfer transfer occurs rather seldom (empirically verified) - Number Scrabble and Tic-Tac-Toe - Duncker radiation problem and fortress problem theories for interpretation: induction, analogical thinking, schema theory, knowledge transfer,... question: how can we design learning environments so that knowledge application/transfer increases 13

Issues in Human Learning learning - is not only done is schools - learning can take place without being taught reflection in action and learning on demand Norman Real Learning: The way we learn is trying something, doing it and getting stuck. In order to learn, we really have to be stuck, and when we re stuck we are ready for the critical piece of information. The same piece of information that made no impact at a lecture makes a dramatic impact when we re ready for it. lifelong learning collaborative learning organizational learning distributed cognition (learning on demand versus using on demand) 14

LifeLong Learning more than adult education tries to cover and unify all phases: intuitive learner (home), scholastic learner (school and university), skilled domain worker (workplace) integration of working and learning: learning is a new form of labor engagement in self-directed, authentic problems: constructionism learning on demand: coverage is impossible and obsolescence cannot be avoided collaboration: the individual human mind is limited ---> organizational and collaborative learning 15

Collaborative Learning human mind is limited - there is only so much we can remember and learn - human beings have a bounded rationality ---> satisfycing instead of optimizing - talented people require approximately a decade to reach top professional proficiency - when a domain reaches a point where the knowledge for skillful professional practice cannot be acquired in a decade: * specialization will increase * practitioners will make increasing use external reference aids * collaboration is a necessity rather than a luxury symmetry of ignorance requires communication, mutual learning, and mutual understanding knowledge is distributed between the head and the world requires integration with external artifacts and work practices (Bobrow article) 16

Distributed Cognition and Learning Webs envisioned by Ivan Illich in 1971: - reference services to educational objects - skill exchanges - peer matching - reference services to educators-at-large support of learning webs with computational environments: - domain-orientation - making information relevant to the task at hand - partial understanding of the task at hand 17