Cognitive Modelling Assignment 1 MODEL 6: MSc Cognitive Science Elaine Cohalan Feb 9 th 2005.

Slides:



Advertisements
Similar presentations
Chapter 16: Correlation.
Advertisements

Single category classification
Cognitive Modelling – An exemplar-based context model Benjamin Moloney Student No:
Cognitive Modelling Assignment Suzanne Cotter March 2010.
AB 11 22 33 44 55 66 77 88 99 10  20  19  18  17  16  15  14  13  12  11  21  22  23  24  25  26  27  28.
COMPUTER AIDED DIAGNOSIS: FEATURE SELECTION Prof. Yasser Mostafa Kadah –
QUANTITATIVE DATA ANALYSIS
Cognitive modelling (Cognitive Science MSc.) Fintan Costello
PSY 307 – Statistics for the Behavioral Sciences
Conjunctive classification. What is conjunctive classification? In single-category classification, we want our model to give each test item to be classified.
Single Category Classification Stage One Additive Weighted Prototype Model.
Cognitive Modelling Experiment Clodagh Collins. Clodagh Collins.
Categorization vs. logic in category conjunction: towards a model of overextension Dr. Fintan Costello, Dept of Computer Science, University College Dublin.
Assessing cognitive models What is the aim of cognitive modelling? To try and reproduce, using equations or similar, the mechanism that people are using.
Association Rules Hawaii International Conference on System Sciences (HICSS-40) January 2007 David L. Olson Yanhong Li.
Exercise 4.
CSE 300: Software Reliability Engineering Topics covered: Software metrics and software reliability Software complexity and software quality.
Association Rules Olson Yanhong Li. Fuzzy Association Rules Association rules mining provides information to assess significant correlations in large.
Deviation = The sum of the variables on each side of the mean will add up to 0 X
Discriminant Analysis Testing latent variables as predictors of groups.
Aron, Aron, & Coups, Statistics for the Behavioral and Social Sciences: A Brief Course (3e), © 2005 Prentice Hall Chapter 11 Chi-Square Tests and Strategies.
1 of 27 PSYC 4310/6310 Advanced Experimental Methods and Statistics © 2013, Michael Kalsher Michael J. Kalsher Department of Cognitive Science Adv. Experimental.
The College of Saint Rose CSC 460 / CIS 560 – Search and Information Retrieval David Goldschmidt, Ph.D. from Programming Collective Intelligence by Toby.
Correlation. Overview Defined: The measure of the strength and direction of the linear relationship between two variables. Variables: IV is continuous,
Representing variables according to the ISO/IEC standard.
CHAPTER 6, INDEXES, SCALES, AND TYPOLOGIES
8/25/05 Cognitive Computations Software Tutorial Page 1 SNoW: Sparse Network of Winnows Presented by Nick Rizzolo.
Naive Bayes Classifier
Discriminant Analysis
Two Categories of Responders  Type 1 - Combinations of A and B treated as a fourth category (strategy evident in complete rejection of proposed categories.
computer
 Statistical Measures allow us to compare individual values to other values in a data set. They are things like:  Per capita  Percent change  Percentile.
Chapter 17 Partial Correlation and Multiple Regression and Correlation.
Mean and Standard Deviation of Grouped Data Make a frequency table Compute the midpoint (x) for each class. Count the number of entries in each class (f).
Software Function, Source Lines Of Code, and Development Effort Prediction: A Software Science Validation ALLAN J. ALBRECHT AND JOHN E.GAFFNEY,JR., MEMBER,IEEE.
Formula? Unit?.  Formula ?  Unit?  Formula?  Unit?
Mining Click-stream Data With Statistical and Rule-based Methods Martin Labský, Vladimír Laš, Petr Berka University of Economics, Prague.
Chapter 12 Probability. Chapter 12 The probability of an occurrence is written as P(A) and is equal to.
Conjunctive classification. What is conjunctive classification? In single-category classification, we want our model to give each test item to be classified.
2.5 Measure of Central Tendency. Central Tendency We are constantly trying to “figure stuff out” about sets of data. Does the data crowd up around certain.
Elementary School Accountability Weights Current Weights Proposed Weights 2007-Beyond Attachment B Kentucky Board of Education November 1, 2006.
The Practice of Social Research Chapter 6 – Indexes, Scales, and Typologies.
Chapter 6 Indexes, Scales, And Typologies Key Terms.
Approaches to Converting Assessment Data to OSEP Outcome Categories Jim J Lesko, Ed.D. Delaware Department of Education
Model Classification Model by Barry Hennessy. Model Basis My model was based on the Prototype model: that previously seen examples are combined into a.
WEIGHTED AVERAGE ALG114 Weighted Average: an average where every quantity is assigned a weight. Example: If a teacher thinks it’s more important, a final.
ANOVA Overview of Major Designs. Between or Within Subjects Between-subjects (completely randomized) designs –Subjects are nested within treatment conditions.
Unit 7 Statistics: Multivariate Analysis of Variance (MANOVA) & Discriminant Functional Analysis (DFA) Chat until class starts.
Naïve Bayes Classifier April 25 th, Classification Methods (1) Manual classification Used by Yahoo!, Looksmart, about.com, ODP Very accurate when.
Development of A Tool for Calculating Flexibility Development of A Tool for Calculating Flexibility.
Naive Bayes Classifier. REVIEW: Bayesian Methods Our focus this lecture: – Learning and classification methods based on probability theory. Bayes theorem.
Excel Self-Check Cards Keith Chadwick. Directions 1.Students will read each of the following task cards carefully. 2.Each student will write their answers.
Copyright © Cengage Learning. All rights reserved. Section 3.1 Measures of Central Tendency: Mode, Median, and Mean.
Illustrating Classification Task
Effect Sizes (continued)
Naive Bayes Classifier
A Number as a Product of Prime Numbers
ASSIGNMENT NO.-2.
Lecture 15: Text Classification & Naive Bayes
Probabilistic and Lexicalized Parsing
ريكاوري (بازگشت به حالت اوليه)
September 1, 2013.
Distance Distance – The length of a segment, found by using the coordinates of the endpoints. If the segment is part of a number line (either horizontal.
© The Author(s) Published by Science and Education Publishing.
Classification of Variables
Data science online training.
Best Practices for Teaching Online
Methods of Gut Content Analysis
Item & Test Statistics Psych DeShon.
Information Organization: Evaluation of Classification Performance
Presentation transcript:

Cognitive Modelling Assignment 1 MODEL 6: MSc Cognitive Science Elaine Cohalan Feb 9 th 2005

Single Category Classification Stage 1:

Stage 1: Tasks: Come up with a computational model that, for each test item computes that item's degree of membership in the three categories A, B and C. Use the attributes of that test item and compare to the occurrence of those attributes in the 16 training items.

Additive Weighted Prototype Model Training Items Given:

Developing the Prototypes: Category A:

Category B:

Category C:

Applying Prototypes to Test Items:

Correlation of prototype model scores with human scores:

Category A:

Category B:

Category C:

Total Correlation:

Conjunctions Stage 2:

Stage 2: Tasks: Independent Approach to Conjunctions. Constituent Membership scores combined using function sum (A+B).

To compute an items membership in a conjunction A&B using the Independent Prototype Model, combine that item’s membership in A and its computed membership in B. Formula for sum(A+B): membership(x, A&B) = sum(A,B) = (membership(x,A) + membership(x,B))

Category A and B: Using Prototypes A and B:

Correlation with Human Score:

Category A and C: Using Prototypes A and C:

Correlation with Human Score:

Category B and C: Using Prototypes B and C:

Correlation with Human Score:

Total Correlation for Conjunctions: