Explanation-based Learning and New Ideas About AI Yin Wang, Shiliang Sun, Naveed.

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

Computer Science CPSC 322 Lecture 25 Top Down Proof Procedure (Ch 5.2.2)
{ Child Development Christine Wolfe. Piaget's Four Stages of Intellectual Development.
Logic Programming Automated Reasoning in practice.
The Logic of Intelligence Pei Wang Department of Computer and Information Sciences Temple University.
Artificial intelligence. I believe that in about fifty years' time it will be possible, to programme computers, with a storage capacity of about 10.
Computation and representation Joe Lau. Overview of lecture What is computation? Brief history Computational explanations in cognitive science Levels.
Knowledge Representation and Reasoning Learning Sets of Rules and Analytical Learning Harris Georgiou – 4.
처음 페이지로 이동 Chapter 11: Analytical Learning Inductive learning training examples n Analytical learning prior knowledge + deductive reasoning n Explanation.
Class Discussion Chapter 2 Neural Networks. Top Down vs Bottom Up What are the differences between the approaches to AI in chapter one and chapter two?
The Mind, The Brain, Intelligence, and Cognition.
Measuring Model Complexity (Textbook, Sections ) CS 410/510 Thurs. April 27, 2007 Given two hypotheses (models) that correctly classify the training.
EE141 1 Broca’s area Pars opercularis Motor cortexSomatosensory cortex Sensory associative cortex Primary Auditory cortex Wernicke’s area Visual associative.
PSU CS 370 – Artificial Intelligence Dr. Mohamed Tounsi Artificial Intelligence 1. Introduction Dr. M. Tounsi.
Overview and History of Cognitive Science. How do minds work? What would an answer to this question look like? What is a mind? What is intelligence? How.
EECS 40 Spring 2003 Lecture 10S. Ross and W. G. OldhamCopyright Regents of the University of California DIGITAL ADVANTAGES Digital Communication –Digital.
The Computational Theory of Mind. COMPUTATION Functions.
Cognitive level of Analysis
The Thinking Machine Based on Tape. Computer Has Some Intelligence Now Playing chess Solving calculus problems Other examples:
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Artificial Intelligence: Definition “... the branch of computer science that is concerned with the automation of intelligent behavior.” (Luger, 2009) “The.
Notes for Chapter 12 Logic Programming The AI War Basic Concepts of Logic Programming Prolog Review questions.
CS 101 – Aug. 26 Definition of computer & CS Making good decisions Computer organization A little history Please read Chapter 1 in book. Tomorrow’s lab:
1 Machine Learning: Lecture 11 Analytical Learning / Explanation-Based Learning (Based on Chapter 11 of Mitchell, T., Machine Learning, 1997)
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Emotions: a computational semiotics perspective Rodrigo Gonçalves, Ricardo Gudwin, Fernando Gomide Electrical and Computer Engineering School (FEEC) State.
110/19/2015CS360 AI & Robotics AI Application Areas  Neural Networks and Genetic Algorithms  These model the structure of neurons in the brain  Humans.
What is Artificial Intelligence? Abbas Mehrabian Teacher: Dr. M. Raei Sharif Saturday, 6 Esfand 1384.
What is “Thinking”? Forming ideas Drawing conclusions Expressing thoughts Comprehending the thoughts of others Where does it occur? Distributed throughout.
ISBN Chapter 3 Describing Semantics -Attribute Grammars -Dynamic Semantics.
Is the Brain a Computer? Philosophy of Mind BRENT SILBY Unlimited (UPT)
Artificial Intelligence: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
ARTIFICIAL INTELLIGENCE Human like intelligence Definitions: 1. Focus on intelligent Behaviour “Behaviour by a machine that, if performed by a human.
Overview Concept Learning Representation Inductive Learning Hypothesis
CS Introduction to AI Tutorial 8 Resolution Tutorial 8 Resolution.
So what is AI?.
CTM 2. EXAM 2 Exam 1 Exam 2 Letter Grades Statistics Mean: 60 Median: 56 Modes: 51, 76.
Theory of Programming Languages Introduction. What is a Programming Language? John von Neumann (1940’s) –Stored program concept –CPU actions determined.
FUNCTIONS Relation – a set of ( x, y ) points Function – a set of ( x, y ) points where there is only one output for each specific input – x can not be.
Psychology and AI Author Yi Liu. What is intelligence Intelligence has been defined in many different ways, such as in terms of one’s capacity for logic,
Machine Learning A Quick look Sources: Artificial Intelligence – Russell & Norvig Artifical Intelligence - Luger By: Héctor Muñoz-Avila.
1 Discovery and Neural Computation Paul Thagard University of Waterloo.
Drawing on the right side of the brain Staff Inset 2013.
What is Artificial Intelligence?
CpSc 810: Machine Learning Analytical learning. 2 Copy Right Notice Most slides in this presentation are adopted from slides of text book and various.
The Brain  By the end of the lesson you should be able to  Describe the structure and function of the brain  State the function and location of cerebrum,
RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"
Whole Brain/Left Brain/Right Brain Team 2 Stephen, Josh, Anna & Kristian.
Left Brain Drawing: Memory Drawing: Symbols Specialties: Symbols, Words, Letters, Numbers, Analytical / Critical Thinking, Language Linear Numerical Chronological.
The brain has the power to tell us what we think, dream, imagine, say, learn, feel, the way we look at things from different points of view and much more.
The Process of Forming Perceptions SHMD219. Perception The ability to see, hear, or become aware of something through the senses. Perception is a series.
Minds and Computers Discovering the nature of intelligence by studying intelligence in all its forms: human and machine Artificial intelligence (A.I.)
1 ARTIFICIAL INTELLIGENCE Gilles BÉZARD Version 3.16.
Chapter 15. Cognitive Adequacy in Brain- Like Intelligence in Brain-Like Intelligence, Sendhoff et al. Course: Robots Learning from Humans Cinarel, Ceyda.
Some Thoughts to Consider 5 Take a look at some of the sophisticated toys being offered in stores, in catalogs, or in Sunday newspaper ads. Which ones.
From NARS to a Thinking Machine Pei Wang Temple University.
Drawing on the Right Side of the Brain TEKS (a),(b)1ABC,2ABC,3A,4A.
Maestro AI Vision and Design Overview Definitions Maestro: A naïve Sensorimotor Engine prototype. Sensorimotor Engine: Combining sensory and motor functions.
Cognitive Modeling Cogs 4961, Cogs 6967 Psyc 4510 CSCI 4960 Mike Schoelles
Turvey Fitch & Tuller (1982)
CS 9633 Machine Learning Explanation Based Learning
EOC Practice #13 SPI
Francisco Antonio Doria
Seven Principles of Synthetic Intelligence
Artificial Intelligence ppt
Knowledge Representation
Knowledge Representation
Theory of Computation Turing Machines.
CS 621 Artificial Intelligence Lecture /10/05 Prof
Artificial Intelligence
Presentation transcript:

Explanation-based Learning and New Ideas About AI Yin Wang, Shiliang Sun, Naveed

Prolog-EBG---Evaluation Prolog-EBG can be viewed as an enhanced version of Find-S Both consider only positive examples Every hypothesis in Find-S can be expressed by a conjunction of clauses in Prolog-EBG

Analog Find-S : Candidate-Elimination = Prolog-EBG : ? generalize ? Version Space How can the negative examples be useful ?

Knowledge-level Learning IF ((PlayTennis = Yes)  (Humidity = x)) THEN ((PlayTennis = Yes)  (Humidity <= x )) Example: (Humidity =.30 and PlayTennis = Yes) New hypothesis: (PlayTennis = Yes)  (Humidity <= 0.30 ) Input of example into domain theory by means of Abstraction (Here the variable is x) What type of logic is this clause?

Alternative Preimage Structures The space of preimage will become large for some problems The need for fast rule-matching algorithms and new representations Can the rules be represented as a hierachical structure which goes down only into certain level footimage ?

SafeToStack(x,y)  Volume(x) * Density(x) < 5 and Type(y, Endtable) Too specific ? Is SafeToStack(x,y)  Weight(x) < Weight(y) enough ? (We have a balance?) Restrict the reasoning in a reasonable level. Don ’ t go too much into details ! Example How should the rules be structured for matching ?

Evaluation of The Second Paper Can be useful for understanding human intelligence Maybe useful for AI in the future GOD is a far better engineer than us Can mechanical things have intelligence? Philosophy or religion ?

Symbol vs. Concept Symbol is NOT Concept Concept involves more than symbols Sporadic memory of sensory signals (How to represent them ?) Personal history of the concept ( non-intentional memory? People remember much more than symbols ! ) Without feelings and non-intentional memory, there will be no true intelligence Intuition ?

Muscle Memory Memory in the motor system is not restricted in the brain Motor system of the machine should have something like the muscle memory, rather than all computed by the CPU Dancing Martial-arts …

The Right-side Brain How can a machine imitate the parallel processing of the right side brain ? Need a restructurable processor ?

Emotional Thinking All previous models are based on rational thinking True living human have more I Think I Feel I Desire Let the learning process be desire- driven ! How can a machine have desire ? What is desire ? Give the Machine the desire for truth?

More Mental Abilities Sympathy Imagination Creativity