Structural Emergence in Partially Ordered Sets

Slides:



Advertisements
Similar presentations
Pat Langley Computational Learning Laboratory Center for the Study of Language and Information Stanford University, Stanford, California USA
Advertisements

Cognitive Systems, ICANN panel, Q1 What is machine intelligence, as beyond pattern matching, classification and prediction. What is machine intelligence,
Chapter Thirteen Conclusion: Where We Go From Here.
Emergent Inference and the Future of NASA Sergio Pissanetzky
Artificial Intelligence
Intelligence without Reason
Carla P. Gomes CS4700 CS 4700: Foundations of Artificial Intelligence Prof. Carla P. Gomes Module: Intro Neural Networks (Reading:
Artificial Intelligence Overview John Paxton Montana State University August 14, 2003.
Random Administrivia In CMC 306 on Monday for LISP lab.
Artificial Intelligence
Introduction to Artificial Intelligence ITK 340, Spring 2010.
Robots at Work Dr Gerard McKee Active Robotics Laboratory School of Systems Engineering The University of Reading, UK
ARTIFICIAL INTELLIGENCE Introduction: Chapter Textbook: S. Russell and P. Norvig Artificial Intelligence: A Modern Approach Prentice Hall, 2003,
Cognitive Science and Cognitive Neuroscience PSY 421 – Fall 2004.
CPSC 171 Artificial Intelligence Read Chapter 14.
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE Introduction: Chapter 1.
ARTIFICIAL INTELLIGENCE Introduction: Chapter 1. Outline Course overview What is AI? A brief history The state of the art.
1 AI and Agents CS 171/271 (Chapters 1 and 2) Some text and images in these slides were drawn from Russel & Norvig’s published material.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
What is Artificial Intelligence? AI is the effort to develop systems that can behave/act like humans. Turing Test The problem = unrestricted domains –human.
Introduction: Chapter 1
Artificial Intelligence: Its Roots and Scope
Emergent Inference, or How can a program become a self-programming AGI system? Sergio Pissanetzky Self-programming Workshop AGI-11.
11 C H A P T E R Artificial Intelligence and Expert Systems.
10/3/2015 ARTIFICIAL INTELLIGENCE Russell and Norvig ARTIFICIAL INTELLIGENCE: A Modern Approach.
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives Artificial intelligence systems form a broad and diverse set of.
MICHAEL FINE Artificial Intelligence and The Singularity 1.
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
Automation, robotics, brains, and a new theory of Physics Sergio Pissanetzky 1.
I Robot.
University of Windsor School of Computer Science Topics in Artificial Intelligence Fall 2008 Sept 11, 2008.
Mehdi Ghayoumi Kent State University Computer Science Department Summer 2015 Exposition on Cyber Infrastructure and Big Data.
WEEK INTRODUCTION IT440 ARTIFICIAL INTELLIGENCE.
Causality, symmetry, brain, evolution, DNA, and a new theory of Physics Sergio Pissanetzky 1.
The Matrix Theory of Objects An Update Sergio Pissanetzky Model Universality Behavior Constraints Dynamics Cost Chaos Attractors.
1 Discovery and Neural Computation Paul Thagard University of Waterloo.
Introduction to Artificial Intelligence CS 438 Spring 2008.
Cognitive Psychology. Overview What is Cognitive Psychology? Study of HOW the mind works, not WHY we do what we do Focuses on the day-to-day functions.
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"
Minds and Computers Discovering the nature of intelligence by studying intelligence in all its forms: human and machine Artificial intelligence (A.I.)
ARTIFICIAL INTELLIGENCE include people, procedures, hardware, software, data and knowledge needed to develop computer systems and machines that demonstrated.
Chapter 15. Cognitive Adequacy in Brain- Like Intelligence in Brain-Like Intelligence, Sendhoff et al. Course: Robots Learning from Humans Cinarel, Ceyda.
Artificial Intelligence Hossaini Winter Outline book : Artificial intelligence a modern Approach by Stuart Russell, Peter Norvig. A Practical Guide.
ECE457 Applied Artificial Intelligence R. Khoury (2007)Page 1 Please pick up a copy of the course syllabus from the front desk.
Overview of Artificial Intelligence (1) Artificial intelligence (AI) Computers with the ability to mimic or duplicate the functions of the human brain.
Teck Chia Partner, Exponent.vc
Fundamentals of Information Systems, Sixth Edition
Fundamentals of Information Systems
Intelligent Mobile Robotics
Eick: Introduction Machine Learning
Introduction to Artificial Intelligence
Artificial Intelligence (AI)
I am presenting a new type of structured ANNs based on the MMC.
If intelligence is the ability to solve unanticipated problems,
If intelligence is the ability to solve unanticipated problems,
The Matrix Model of Computation (MMC)
Basic Intro Tutorial on Machine Learning and Data Mining
Course Instructor: knza ch
Adaptive Systems and Analyst-independent technologies
Artificial Intelligence introduction(2)
Artificial Intelligence (AI)
3.1.1 Introduction to Machine Learning
AI and Agents CS 171/271 (Chapters 1 and 2)
Christoph F. Eick: A Gentle Introduction to Machine Learning
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Artificial Intelligence
Sergio Pissanetzky 2009 Title
Technology of Data Glove
Presentation transcript:

Structural Emergence in Partially Ordered Sets is the Key to Intelligence Sergio Pissanetzky AGI-11 Conference

Overview of my research 2005 - 2011 ► Initial motivation: Refactoring. ► Scope: Refactoring is universal. ► Approach: Computational experiments. ► Current motivation: AGI. ► Discoveries: ● Partially ordered sets as a knowledge base. ● Emergent inference. ● Emergence in complex dynamical systems. ● Indications of EI in the brain.

Computational experiments senses and afferent nerves natural structures brain feedback knowledge compare partially ordered set emergent inference predicted structures feedback

The first experiment PROGRAM CANONICAL MATRIX (SCRAMBLED) a = x1 * x2 b = x3 * x4 c = x1 * x5 d = x3 * x6 e = x7 * x8 f = x7 * x2 g = x7 * x5 h = x1 * x8 i = x3 * x9 j = x9 + e k = h + i l = a + b m = x4 + f n = c + d p = x10 + n q = x6 + g r = x11 + l s = x12 + k a b c d e f g h i A j k l m n p q r s

The result from the first experiment REFACTORED PROGRAM CANONICAL MATRIX (STRUCTURED) d c A n p f m b a l r e j i h k s g q d = x3 * x6 c = x1 * x5 n = c + d p = x10 + n f = x7 * x2 m = x4 + f b = x3 * x4 a = x1 * x2 l = a + b r = x11 + l e = x7 * x8 j = x9 + e i = x3 * x9 h = x1 * x8 k = h + i s = x12 + k g = x7 * x5 q = x6 + g This process is emergent inference

Claim ● Any dynamical system has a natural hierarchical structure that can be found by emergent inference. Conjectures ● Emergent inference explains emergence and self-organization in complex dynamical systems. ● Emergent inference in the brain explains intelligence.

The representation of systems by partially ordered sets Any system • z = f(x, y) Set = {x, y, z} Partial Order = {x < z, y < z} A computer program. • Parser. CFS brain model = neural network + resource preservation. • C = connect  memory • F = fire  behavior • S = shorten  intelligence, emotions, creativity • Clustering takes place. Iteration forms clusters of clusters. • Clusters are neural cliques, cortical columns, cortical modules.

EI is “the” key to intelligence vs. EI is “a” key to intelligence ? Any “other” system can also be represented as a partially ordered set.

There is no integration, no refactoring, and no self-programming. Traditional AI and AGI car position sensors car driving program car controls stage sensors, actors stage control program stage controls chess sensors chess playing program chess controls There is no integration, no refactoring, and no self-programming.

The brain integrates and refactors naturally car drive car human brain stage senses manage stage chess play chess The brain integrates and refactors naturally

The EI system integrates and refactors naturally Emergent inference problem of Physics law of Physics raw image image recognition emergent inference token ring OO program classes, objects interdependent tasks parallel program The EI system integrates and refactors naturally

Do we need a principle for intelligence? Aeronautical Engineering. - 1800: lift force identified as the principle of flight. Software engineering. 1980’s: the automation of objects. 1990’s: the automation of refactoring. Artificial intelligence. 2000’s: the automation of integration. 2010’s: the automation of self-programming. Neuroscience. - “the exact way in which the brain enables thought is one of the great mysteries of science.” (Russell-Norvig). - “we are still a long way from understanding how cognitive processes actually work.” (Russell-Norvig) . Emergent inference is the principle for intelligence

Final message ● EI is the principle for intelligence and AGI.