Parvathy Sudhir Pillai A W

Similar documents
Word learning as Bayesian inference

Compositionality in Rational Analysis: Grammar-based Induction for Concept Learning

Lecture 1: Machine Learning Basics

Proposal of Pattern Recognition as a necessary and sufficient principle to Cognitive Science

Abstractions and the Brain

Probabilistic Latent Semantic Analysis

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

A Model of Knower-Level Behavior in Number Concept Development

Seminar - Organic Computing

Toward Probabilistic Natural Logic for Syllogistic Reasoning

***** Article in press in Neural Networks ***** BOTTOM-UP LEARNING OF EXPLICIT KNOWLEDGE USING A BAYESIAN ALGORITHM AND A NEW HEBBIAN LEARNING RULE

Evolution of Symbolisation in Chimpanzees and Neural Nets

Language Acquisition Fall 2010/Winter Lexical Categories. Afra Alishahi, Heiner Drenhaus

Evolutive Neural Net Fuzzy Filtering: Basic Description

On Human Computer Interaction, HCI. Dr. Saif al Zahir Electrical and Computer Engineering Department UBC

Integrating E-learning Environments with Computational Intelligence Assessment Agents

Rule-based Expert Systems

Concept Acquisition Without Representation William Dylan Sabo

Innovative Methods for Teaching Engineering Courses

Knowledge-Based - Systems

POLA: a student modeling framework for Probabilistic On-Line Assessment of problem solving performance

Learning Methods for Fuzzy Systems

A Neural Network GUI Tested on Text-To-Phoneme Mapping

A New Perspective on Combining GMM and DNN Frameworks for Speaker Adaptation

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

Exploration. CS : Deep Reinforcement Learning Sergey Levine

AGENDA LEARNING THEORIES LEARNING THEORIES. Advanced Learning Theories 2/22/2016

Reinforcement Learning by Comparing Immediate Reward

Speech Recognition at ICSI: Broadcast News and beyond

BUILDING CONTEXT-DEPENDENT DNN ACOUSTIC MODELS USING KULLBACK-LEIBLER DIVERGENCE-BASED STATE TYING

tom

The Good Judgment Project: A large scale test of different methods of combining expert predictions

KLI: Infer KCs from repeated assessment events. Do you know what you know? Ken Koedinger HCI & Psychology CMU Director of LearnLab

Ph.D in Advance Machine Learning (computer science) PhD submitted, degree to be awarded on convocation, sept B.Tech in Computer science and

Software Maintenance

Piaget s Cognitive Development

A Hybrid Model of Reasoning by Analogy*

What is PDE? Research Report. Paul Nichols

Python Machine Learning

Lecture 1: Basic Concepts of Machine Learning

Automating the E-learning Personalization

CSL465/603 - Machine Learning

Project Leadership in the Future

Go fishing! Responsibility judgments when cooperation breaks down

The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, / X

Room: Office Hours: T 9:00-12:00. Seminar: Comparative Qualitative and Mixed Methods

Learning Structural Correspondences Across Different Linguistic Domains with Synchronous Neural Language Models

Radius STEM Readiness TM

A Bayesian Model of Imitation in Infants and Robots

Knowledge Transfer in Deep Convolutional Neural Nets

Introduction to Simulation

Iterative Cross-Training: An Algorithm for Learning from Unlabeled Web Pages

Generative models and adversarial training

Self Study Report Computer Science

INPE São José dos Campos

Math 1313 Section 2.1 Example 2: Given the following Linear Program, Determine the vertices of the feasible set. Subject to:

Probability and Statistics Curriculum Pacing Guide

COMPUTATIONAL COMPLEXITY OF LEFT-ASSOCIATIVE GRAMMAR

Hierarchical Linear Modeling with Maximum Likelihood, Restricted Maximum Likelihood, and Fully Bayesian Estimation

Practical Research. Planning and Design. Paul D. Leedy. Jeanne Ellis Ormrod. Upper Saddle River, New Jersey Columbus, Ohio

Neuro-Symbolic Approaches for Knowledge Representation in Expert Systems

Applying Fuzzy Rule-Based System on FMEA to Assess the Risks on Project-Based Software Engineering Education

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

understand a concept, master it through many problem-solving tasks, and apply it in different situations. One may have sufficient knowledge about a do

SACS Reaffirmation of Accreditation: Process and Reports

FUZZY EXPERT. Dr. Kasim M. Al-Aubidy. Philadelphia University. Computer Eng. Dept February 2002 University of Damascus-Syria

Rajesh P. N. Rao, Aaron P. Shon and Andrew N. Meltzoff

Accelerated Learning Course Outline

AUTOMATIC DETECTION OF PROLONGED FRICATIVE PHONEMES WITH THE HIDDEN MARKOV MODELS APPROACH 1. INTRODUCTION

Artificial Neural Networks

ReinForest: Multi-Domain Dialogue Management Using Hierarchical Policies and Knowledge Ontology

Intelligent Agents. Chapter 2. Chapter 2 1

A Semantic Imitation Model of Social Tag Choices

INTRODUCTION TO DECISION ANALYSIS (Economics ) Prof. Klaus Nehring Spring Syllabus

Courses in English. Application Development Technology. Artificial Intelligence. 2017/18 Spring Semester. Database access

On-Line Data Analytics

Form no. (12) Course Specification

Learning Methods in Multilingual Speech Recognition

COMPUTER-AIDED DESIGN TOOLS THAT ADAPT

A cognitive perspective on pair programming

Planning with External Events

ICRSA James D. Lynch William J. Padgett Edsel A. Peña. June 2, 2003

Using computational modeling in language acquisition research

We are strong in research and particularly noted in software engineering, information security and privacy, and humane gaming.

A study of speaker adaptation for DNN-based speech synthesis

Machine Learning and Development Policy

Chapter 2. Intelligent Agents. Outline. Agents and environments. Rationality. PEAS (Performance measure, Environment, Actuators, Sensors)

Lecture 10: Reinforcement Learning

Semi-Supervised Face Detection

A Genetic Irrational Belief System

IEEE TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 17, NO. 3, MARCH

A Case-Based Approach To Imitation Learning in Robotic Agents

Machine Learning from Garden Path Sentences: The Application of Computational Linguistics

A basic cognitive system for interactive continuous learning of visual concepts

Chapter 10 APPLYING TOPIC MODELING TO FORENSIC DATA. 1. Introduction. Alta de Waal, Jacobus Venter and Etienne Barnard

Building A Baby. Paul R. Cohen, Tim Oates, Marc S. Atkin Department of Computer Science

STA 225: Introductory Statistics (CT)

Learning Prospective Robot Behavior

BAYESIAN ANALYSIS OF INTERLEAVED LEARNING AND RESPONSE BIAS IN BEHAVIORAL EXPERIMENTS

Introduction to Ensemble Learning Featuring Successes in the Netflix Prize Competition

Transcription:

Parvathy Sudhir Pillai A0095671W

Human thought process! Intertwines AI, Cognitive Science & Neuroscience. Not just cognition, but combining it with perception and actuation What do we need? Are humans rational beings? Modeling the roundworm nervous system Sydney Brenner took 20 years

From infancy to adulthood Sensorimotor Pre-operational Concrete operational Formal operational

Computational what does the system do? functionality of the system. Algorithmic how does the system do what it does? representations used to build the system. Implementation how is the system physically realized? neural architecture/ productions.

Nativist (born with innate intelligence) vs. Empiricist (knowledge is learnt) Mechanistic (causal structure) vs. Purposive (problem to be solved) Generative (joint probability) vs. Discriminative (conditional probability) Frequentism (no: of occurrences) vs. Subjectivism (evidential) Connectionist (interconnection of simpler units) vs. Rule based(if-then rules)

Frame conclusions based on experience and prior knowledge. Easier to model hypotheses as prior assumptions. Integration of structured and symbolic representation with statistical learning. At the computational level Algorithmic - Cognitive Psychology. Implementation Neuroscience.

Bayes Rule Marginalization Comparing Hypotheses Posterior odds Maximum Likelihood p = N h1 /(N h1 +N h2 ) Maximum A Posteriori value of p that maximizes the posterior dist. Posterior mean p = p P(p d) dp

Representations Integrate structure and probability by means of causal graphs Processing Networks of parallel processors with the structure representing causal dependencies Learning Is the available data enough for learning structures? Is it possible to search through possible structures and what constraints make the search space feasible? Do structure learning models fit human behavior?

Theory about representations and processes that produce human thought. Rule based Uses if-then rules. Eg ACT, SOAR Connectionist Knowledge is encoded not as rules. Connections between neuron like processors. Eg - ANN

Explains why cognition is adaptive Applying purposive explanation to higher cognitive processes. Six steps:- Goals Environment Computational Limitations Optimization Data Iteration

Anderson et.al (CMU) A hybrid production system architecture. Neural-net like activation mechanism controls rules. Architecture related to components from cognitive neuroscience. Heavy emphasis on modeling learning.

Goals efficient memory retrieval Environment need probability based on history of use Computational limitations sequential search Optimization stop search when gain is less than cost Image courtesy: http://www.instructionaldesign.org/theories/act.png Data forget items as a power function of time Iterations empirical findings conform to actual distributions

Predicting word association Each document is a mixture of topics. Words sampled from topic-word distributions P(w 2 w 1 ) = j=1 T P (w 2 z=j)p(z=j w 1 ) P(w 2 w 1 ) = conditional probability of word w 2 given cue w 1 P (w 2 z=j) = probability that topic j has word w 2 P(z=j w 1 ) = probability that topic is j given w 1 P (w 2 z=j) P(z=j)

Goals selecting the data with highest information gain Information gain = Initial uncertainty Expected uncertainty Environment - rarity assumption Computational limitations minimal cost of examining data Optimization select the most informative data subject to cost constraints. Data takes into account non-independence of selections Iteration selection-task performance should change if rarity assumption viloated.

Degrees of plausibility are represented by real numbers (higher degree of belief represented by a larger number) Bayesian probability is an extension of formal logic into intermediate states of knowledge. Bayesian inference gives a measure of our state of knowledge about nature, not a measure of nature itself.

Social robotics Geriatric care systems Intelligent tutoring systems Military Applications Modeling Animal Behavior

Learning mechanism Rational Inferential Statistical Built on probabilistic models of cognition Question both characterizations Nativist innate conceptual parameters Empiricist perceptual primitives and associative learning mechanism

Most human inferences are guided by background knowledge. Learning about prior distributions Learning about feature variability Inferring from parameters top down. Learning from statistical inferences bottom up. Simultaneous learning at multiple levels needed for human inferences. Property induction Extending learnt property to other members of the domain. Tree structured representations. Approximate inference MCMC

Xu, F. (2011). Rational constructivism, statistical inference, and core cognition. Behavioral and Brain Sciences, 34(3), 151 152. Nick Chater, Joshua B. Tenenbaum, Alan Yuille. Probabilistic models of cognition: where next?, Trends in Cognitive Sciences In Special issue: Probabilistic models of cognition, Vol. 10, No. 7. (July 2006) Nick Chater, Joshua B. Tenenbaum, Alan Yuille. Probabilistic models of cognition: Conceptual foundations, Trends in Cognitive Sciences In Special issue: Probabilistic models of cognition, Vol. 10, No. 7. (July 2006) Thomas L. Griffiths, Nick Chater, Charles Kemp, Amy Perfors, Joshua B. Tenenbaum. Probabilistic models of cognition: exploring representations and inductive biases, Trends in Cognitive Sciences, vol. 14, no. 8, pp. 357-364, 2010 Nick Chater, Mike Oaksford. Ten Years of the Rational Analysis of Cognition, Minnesota Symposia, Child Psychology, Vol (nelson), 1999 Jacob Whitehill. Understanding ACT-R an Outsider s Perspective Sharon Goldwater, John Lee. Nativism, Empiricism, Representation, and Domain-specificity, Topics in Cognitive Modelling, School of Informatics, University of Edinburgh. Sharon Goldwater, John Lee. Bayesian modelling, Topics in Cognitive Modelling, School of Informatics, University of Edinburgh. T L Griffiths, A Yuille. Technical introduction: A primer on probabilistic inference. Trends in Cognitive Sciences, In Special issue: Probabilistic models of cognition, Vol. 10, No. 7. (July 2006) T. L. Griffiths, Statistics and the Bayesian mind. Significance(2006), 3: 130 133. doi: 10.1111/j.1740-9713.2006.00185.x Thagard, P. (2012). Cognitive architectures. In K. Frankish & W. Ramsay (Eds.), The Cambridge handbook of cognitive science (pp. 50-70). Cambridge: Cambridge University Press. Thomas L. Griffiths, Charles Kemp, Joshua B. Tenenbaum. Bayesian models of cognition, The Probabilistic Mind.

THANK YOU!