From 7ca87522b214e2d7122f569256bdaa11edb2e897 Mon Sep 17 00:00:00 2001 From: lei-zhang Date: Tue, 25 Aug 2020 17:44:32 +0200 Subject: [PATCH] update --- description.txt | 2 +- readme.md | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/description.txt b/description.txt index 6c62c92..f0f7bc5 100644 --- a/description.txt +++ b/description.txt @@ -1,4 +1,4 @@ -200075 SE Advanced Seminar: Mind and Brain (2019S) +Advanced Seminar: Mind and Brain Bayesian Statistics and Hierarchical Bayesian Modeling for Psychological Science diff --git a/readme.md b/readme.md index 63bfeba..5f99f60 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# BayesCog +# BayesCog **Bayesian Statistics and Hierarchical Bayesian Modeling for Psychological Science** @@ -22,8 +22,11 @@ Recording: available on [YouTube](https://www.youtube.com/watch?v=8RpLF7ufZs4&li See also a [**Twitter thread**](https://twitter.com/lei_zhang_lz/status/1276506555660275714?s=20) (being liked 600+ times on Twitter) on the summary of the course. -\* 2020 semester (March - June). +\* 2020 Summer Semester. +# Contents +* Computational modeling and mathematical modeling provide an insightful quantitative framework that allows researchers to inspect latent processes and to understand hidden mechanisms. Hence, computational modeling has gained increasing attention in many areas of cognitive science and neuroscience (hence, cognitive modeling). One illustration of this trend is the growing popularity of Bayesian approaches to cognitive modeling. To this aim, this course teaches the theoretical and practical knowledge necessary to perform, evaluate and interpret Bayesian modeling analyses. +* This course is dedicated to introducing students to the basic knowledge of Bayesian statistics as well as basic techniques of Bayesian cognitive modeling. We will use R/RStudio and a newly developed statistical computing language - [Stan](mc-stan.org) to perform Bayesian analyses, ranging from simple binomial model and linear regression model to more complex hierarchical models. # Calendar @@ -56,6 +59,10 @@ Folder | Task | Model 08.compare_models | Probabilistic reversal learning task | Simple and fictitious RL models 09.debugging | Memory Retention | Exponential decay model +# Useful links +* [The distribution zoo](https://ben18785.shinyapps.io/distribution-zoo/): an interactive tool to build intuitions about common probability distributions. +* [Probability distribution explorer](https://distribution-explorer.github.io/): another interactive tool on probability distributions, with code in `Python` and `Stan`. + ___ For bug reports, please contact Lei Zhang ([lei.zhang@univie.ac.at](mailto:lei.zhang@univie.ac.at), or [@lei_zhang_lz](https://twitter.com/lei_zhang_lz)).