Bootstrapping in a language of thought

Sun 11 March 2012 by Adrian Brasoveanu

Karl DeVries presented ch. 2 (“Bootstrapping in a language of thought: a formal model of conceptual change in number word learning”) of Steve Piantadosi’s 2011 dissertation (Learning and the language of thought) on March 8.

Steve is currently developing LOTlib, a python library to model learning complex concepts as …

read more

Heuristic Decision-Making

Thu 08 March 2012 by Adrian Brasoveanu

Jennifer Sawyer presented ch. 13 “Heuristic Decision-Making” of Lee & Wagenmakers (“Bayesian Cognitive Modeling: A Practical Course”, to appear) on March 6. The two Take-The-Best (TTB) scripts and BUGS models are available here: TakeTheBest-1.R, TakeTheBest-2.R, TakeTheBest-1.txt, TakeTheBest-2.txt. The WinBUGS plots and summary for TTB 2 are available …

read more

Licensing sentence-internal readings in English

Wed 29 February 2012 by Adrian Brasoveanu

As a follow-up to our intro to ordinal probit regression, the Feb. 28 class discussed an experiment investigating the semantics of sentence-internal readings in English (joint research by Jakub Dotlacil and Adrian Brasoveanu). The paper reporting the results of the acceptability-judgment experiment and its consequences for the semantics of sentence-internal …

read more

LaLoCo mailing list

Tue 28 February 2012 by Adrian Brasoveanu

There is a mailing list for the LaLoCo lab. Please email Adrian Brasoveanu (see contact info here) if you want to subscribe.

read more

Generalized linear (mixed) models etc.

Sat 11 February 2012 by Adrian Brasoveanu

The last 2 scripts introduce generalized linear (mixed) models and some extensions:

  1. First script: bayes-winbugs-jags-5.r; contents:

    • generalized linear models
    • Poisson “t-test” (simulated data, R analysis, WinBUGS / JAGS analysis)
    • binomial “t-test” (simulated data, R analysis, WinBUGS / JAGS analysis)
    • binomial ANCOVA (simulated data, R analysis, WinBUGS / JAGS analysis)
    • binomial GLMM (simulated …
read more

Linear and linear mixed-effects models in R and WinBUGS / JAGS

Thu 02 February 2012 by Adrian Brasoveanu

Plan for the Feb. 7, Feb. 9 and probably Feb. 14 classes (again, feel free to bring your laptops to class and work through the scripts on your own as we go through them in class):

  1. First script: bayes-winbugs-jags-3.r; contents: - simple linear regression (simulated data, R analysis, WinBUGS / JAGS …

read more

Intro to WinBUGS / JAGS

Fri 27 January 2012 by Adrian Brasoveanu

Plan for the Jan. 31 & Feb. 2 classes; feel free to bring your laptops to class and work through the scripts on your own as we go through them in class:

  1. First script: bayes-winbugs-jags-1.r; contents:

    • the mean model: simulated data, R analysis, WinBUGS / JAGS analysis
    • the structure of WinBUGS …
read more

Intro to Bayesian inference and MCMC (part 2)

Mon 23 January 2012 by Adrian Brasoveanu

Plan for the Jan. 24 & 26 classes:

  1. wrap up examples of inference for binomial proportions with conjugate Beta priors and with grid-discretized priors
  2. intro to Bayes for cognitive science; slides: intro-bayes-2.pdf
  3. introduction to Markov Chain Monte Carlo (MCMC) and the Metropolis family of algorithms bayes-MCMC-intro.r; on …
read more

Cox (1946) and Jaynes (2003)

Fri 20 January 2012 by Adrian Brasoveanu

The slides for Robert Henderson’s excellent presentation of Cox (1946) (“Probability, Frequency and Reasonable Expectation”) and Jaynes (2003) (“Probability Theory: The Logic of Science”), chapters 1 and 2 are available here.

read more

Intro to Bayesian inference (part 1)

Sun 15 January 2012 by Adrian Brasoveanu

Plan for the Jan. 17 class:

  1. intro to Bayesian inference (part 1); slides: intro-bayes-1.pdf
  2. examples of inference for binomial proportions with conjugate (Beta) priors — based on Kruschke (2011), chapter 5: examples-Bern-Beta.r; to run the examples, you will need the following 2 files: BernBeta.R and HDIofICDF.R
  3. examples …
read more