Skip to content

Full update #154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 50 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
dbca333
fixed link error
jkhartshorne Sep 13, 2018
88993c9
Merge pull request #3 from probmods/master
jkhartshorne Sep 18, 2018
d025c7f
fixed typo
jkhartshorne Sep 18, 2018
2c594a6
Merge branch 'master' of github.com:marielajennings/probmods2
jkhartshorne Sep 18, 2018
41e8d03
Revert "remove new chapters from index for now"
jkhartshorne Sep 18, 2018
6275f6c
Revert "possibly fix _config.yml. will need to merg PR before I know …
jkhartshorne Sep 18, 2018
397712a
fixed problem set and answers for chapter 4. Added discussion of plat…
jkhartshorne Sep 18, 2018
68d851e
Fixed contingency tables in solutions for chapter 4
jkhartshorne Sep 18, 2018
affde66
hid solutions for future problem sets
jkhartshorne Sep 18, 2018
02e36b3
Updated sequences of observations. solution key still needs to be fixed
jkhartshorne Sep 25, 2018
deb873c
made 07 visible
jkhartshorne Oct 16, 2018
a86559f
Fixed type-o in Algorithms for Inference
jkhartshorne Oct 23, 2018
585fd5c
released answers
jkhartshorne Nov 1, 2018
6a7ffa7
fixed link to Piantadosi, error in hierarchical models exercises. Add…
jkhartshorne Nov 12, 2018
d2e3bd0
All solutions now visible
jkhartshorne Nov 20, 2018
7d76a30
Not sure what this commit is
jkhartshorne Jan 22, 2023
b997fd9
Still has some commit clashes, but should only be on files that aren'…
jkhartshorne Jan 25, 2023
ad9b1e2
actually added the readings
jkhartshorne Jan 25, 2023
d3884ab
Added ChatGPT responses to the reading questions for chapters 3 and 4.
jkhartshorne Feb 2, 2023
7634937
Fixing the link to readings for Social Cognition. Adding ChatGPT to S…
jkhartshorne Feb 2, 2023
01c248e
changed 'informal evaluation order reasoning' -- a phrase that appear…
jkhartshorne Feb 9, 2023
9f81e71
Updated readings for Social Cognition
jkhartshorne Feb 9, 2023
a5f9821
Fixed the weird problem in conditioning. Updated answer key.
jkhartshorne Feb 9, 2023
7016e44
Updated social cognition. Also added Monty Hall back to conditional d…
jkhartshorne Feb 14, 2023
492ccd7
Updated social cognition text. Also wrote exercises.
jkhartshorne Feb 14, 2023
4012475
Moved the old grammar exercises into the LOT exercises.
jkhartshorne Feb 15, 2023
ad5cecf
Some minor updates to text for algorithms for inference.
jkhartshorne Feb 15, 2023
0854da2
Finished minor edits to inference algorithms text.
jkhartshorne Feb 16, 2023
e098768
updated readings for inference algorithms
jkhartshorne Feb 16, 2023
53a9298
Updated exercises for algorithms for inference
jkhartshorne Feb 16, 2023
362943b
Fixed some misspellings
jkhartshorne Feb 16, 2023
ace730f
Fixed unbalanced brackets in social cognition
jkhartshorne Feb 16, 2023
91c270b
Added more links to DIPPL textbook in the 'extra readings' sections.
jkhartshorne Feb 17, 2023
c2b9d00
Updating description of 'rational process models' chapter in preparat…
jkhartshorne Feb 19, 2023
86cfc87
Added discussion of particle filters and cross-siutational learning t…
jkhartshorne Feb 19, 2023
ef2c49d
Added some figures for process models chapter. Reorganized around bro…
jkhartshorne Feb 19, 2023
4e256e3
Readings for process models chapter seems to have just been some note…
jkhartshorne Feb 19, 2023
ca2c5a5
Fully implemented one-and-done examples in the process models chapter…
jkhartshorne Feb 20, 2023
0058222
Added a stub about rational anchoring. No code because it's hard to s…
jkhartshorne Feb 20, 2023
4469cb4
Clarifying exercise 2 for process models
jkhartshorne Feb 25, 2023
7124d97
A nice extra demo for algorithms for interference
jkhartshorne Feb 25, 2023
459f0b4
The readings for learning as conditional inference was actually for L…
jkhartshorne Feb 25, 2023
b0a316e
Added missing answer box to process models exercise
jkhartshorne Mar 14, 2023
1771777
Fixed missnamed variable in learning as conditional inference
jkhartshorne Mar 16, 2023
4ff4a95
Updated readings for LoT chapter
jkhartshorne Mar 21, 2023
0cff8cf
Fixed Piantadosi link
jkhartshorne Mar 21, 2023
a60089d
Fixed a typo in the exercises for learning as conditional inference. …
jkhartshorne Mar 28, 2023
89a5cf6
Some clarifications on hierarchical models exercises, for students wh…
jkhartshorne Mar 31, 2023
72ddb74
Added readings for mixture models chapter
jkhartshorne Apr 4, 2023
af8f90b
Fleshed out problem set for mixture models. Updated readings for lear…
jkhartshorne Apr 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Empty file modified .gitattributes
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified CNAME
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions _config.yml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Site settings
title: Probabilistic Models of Cognition v. 2
baseurl: ""
url: "http://probmods.org"
baseurl: "/probmods2"
url: "http://marielajennings.github.io/probmods2/"

# Build settings
markdown: kramdown
Expand Down
Empty file modified _layouts/chapter.html
100644 → 100755
Empty file.
Empty file modified _layouts/default.html
100644 → 100755
Empty file.
Empty file modified _layouts/exercise.html
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion _prod.yml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
markdown: kramdown
baseurl: https://probmods.org
baseurl: https://marielajennings.github.io/probmods2/
2 changes: 1 addition & 1 deletion assets/bibliography.bib
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ @article{piantadosi2012bootstrapping
pages={199--217},
year={2012},
publisher={Elsevier},
Url={https://colala.bcs.rochester.edu/papers/piantadosi2012bootstrapping.pdf}
Url={http://old.nbu.bg/cogs/events/5_4_D_piantadosi2012bootstrapping.pdf}
}

@article{cheng1997covariation,
Expand Down
Empty file modified assets/css/bootstrap-theme.min.css
100644 → 100755
Empty file.
Empty file modified assets/css/bootstrap-theme.min.css.map
100644 → 100755
Empty file.
Empty file modified assets/css/bootstrap.min.css
100644 → 100755
Empty file.
Empty file modified assets/css/bootstrap.min.css.map
100644 → 100755
Empty file.
Empty file modified assets/css/default.css
100644 → 100755
Empty file.
Empty file modified assets/css/draw.css
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_AMS-Regular.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_AMS-Regular.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_AMS-Regular.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_AMS-Regular.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Caligraphic-Bold.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Caligraphic-Bold.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Caligraphic-Bold.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Caligraphic-Bold.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Caligraphic-Regular.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Caligraphic-Regular.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Caligraphic-Regular.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Caligraphic-Regular.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Fraktur-Bold.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Fraktur-Bold.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Fraktur-Bold.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Fraktur-Bold.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Fraktur-Regular.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Fraktur-Regular.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Fraktur-Regular.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Fraktur-Regular.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Main-Bold.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Main-Bold.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Main-Bold.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Main-Bold.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Main-Italic.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Main-Italic.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Main-Italic.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Main-Italic.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Main-Regular.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Main-Regular.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Main-Regular.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Main-Regular.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Math-BoldItalic.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Math-BoldItalic.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Math-BoldItalic.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Math-BoldItalic.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Math-Italic.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Math-Italic.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Math-Italic.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Math-Italic.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Math-Regular.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Math-Regular.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Math-Regular.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Math-Regular.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_SansSerif-Bold.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_SansSerif-Bold.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_SansSerif-Bold.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_SansSerif-Bold.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_SansSerif-Italic.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_SansSerif-Italic.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_SansSerif-Italic.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_SansSerif-Italic.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_SansSerif-Regular.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_SansSerif-Regular.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_SansSerif-Regular.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_SansSerif-Regular.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Script-Regular.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Script-Regular.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Script-Regular.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Script-Regular.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Size1-Regular.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Size1-Regular.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Size1-Regular.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Size1-Regular.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Size2-Regular.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Size2-Regular.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Size2-Regular.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Size2-Regular.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Size3-Regular.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Size3-Regular.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Size3-Regular.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Size3-Regular.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Size4-Regular.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Size4-Regular.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Size4-Regular.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Size4-Regular.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Typewriter-Regular.eot
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Typewriter-Regular.ttf
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Typewriter-Regular.woff
100644 → 100755
Empty file.
Empty file modified assets/css/fonts/KaTeX_Typewriter-Regular.woff2
100644 → 100755
Empty file.
Empty file modified assets/css/index.css
100644 → 100755
Empty file.
Empty file modified assets/css/katex.min.css
100644 → 100755
Empty file.
Empty file modified assets/css/littlefoot.css
100644 → 100755
Empty file.
Empty file modified assets/css/webppl-editor.css
100644 → 100755
Empty file.
Empty file modified assets/css/webppl-viz.css
100644 → 100755
Empty file.
Empty file modified assets/data/enumerateToW1.csv
100644 → 100755
Empty file.
Empty file modified assets/data/mcmc100_positiveStrength_ToW1.csv
100644 → 100755
Empty file.
Empty file modified assets/data/towData.Rdata
100644 → 100755
Empty file.
Empty file modified assets/data/towData.csv
100644 → 100755
Empty file.
Binary file modified assets/img/04_01_a.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/04_01_b.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/04_01_c.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/04_01_d.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/04_01_e.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/Beta_distribution_pdf.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/CRP.swf
100644 → 100755
Empty file.
Empty file modified assets/img/Cancer-world-tree.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/Checkershadow_illusion_small.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/Checkershadow_proof_small.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/Concentration.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/Cond-dep1.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/Curve_fitting.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/Gamma-dist.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/Kersten_et_al_explaining_away.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/Marg-dep1.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/Med-diag-bnet1.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/Medin54-bugs.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/Normal_distribution_pdf.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/Pme.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/Sicp-lambda-diagram.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/blocks-world.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/blocks.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/boa-learningcurves-1bag.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/boa-learningcurves-manybags.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/box.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/img/ch1_donut_new.png
100644 → 100755
Empty file modified assets/img/cog_32x32.png
100644 → 100755
Empty file modified assets/img/favicon.ico
100644 → 100755
Empty file.
Empty file modified assets/img/flip0.7.png
100644 → 100755
Empty file modified assets/img/flip0.7.svg
100644 → 100755
Empty file modified assets/img/grey_wash_wall.png
100644 → 100755
Empty file modified assets/img/nisbett_model_humans.png
100644 → 100755
1 change: 1 addition & 0 deletions assets/img/particles_1.svg

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/img/particles_2.svg

Large diffs are not rendered by default.

Empty file modified assets/img/pedagogy-pic.png
100644 → 100755
Binary file added assets/img/plate_notation.png
Empty file modified assets/img/pomdp_graph.png
100644 → 100755
Empty file modified assets/img/rsa_scene.png
100644 → 100755
Empty file modified assets/img/rsa_schema.png
100644 → 100755
Empty file modified assets/img/russ_cow_roc.png
100644 → 100755
Empty file modified assets/img/russ_model_graphical.png
100644 → 100755
Empty file modified assets/img/russ_results_categories.png
100644 → 100755
Empty file modified assets/img/scalar.png
100644 → 100755
Empty file modified assets/img/shape_bias_results_model.png
100644 → 100755
Empty file modified assets/img/unifying-table.png
100644 → 100755
Empty file modified assets/img/unifying.png
100644 → 100755
Empty file modified assets/js/bootstrap.min.js
100644 → 100755
Empty file.
Empty file modified assets/js/box2d.js
100644 → 100755
Empty file.
Empty file modified assets/js/chapter.js
100644 → 100755
Empty file.
Empty file modified assets/js/custom.js
100644 → 100755
Empty file.
Empty file modified assets/js/draw.js
100644 → 100755
Empty file.
Empty file modified assets/js/ga.js
100644 → 100755
Empty file.
Empty file modified assets/js/index.js
100644 → 100755
Empty file.
Empty file modified assets/js/jquery.min.js
100644 → 100755
Empty file.
Empty file modified assets/js/katex.min.js
100644 → 100755
Empty file.
Empty file modified assets/js/littlefoot.min.js
100644 → 100755
Empty file.
Empty file modified assets/js/paper-full.js
100644 → 100755
Empty file.
Empty file modified assets/js/parse-bibtex.js
100644 → 100755
Empty file.
Empty file modified assets/js/physics.js
100644 → 100755
Empty file.
Empty file modified assets/js/plinko.js
100644 → 100755
Empty file.
Empty file modified assets/js/towConfigurations.js
100644 → 100755
Empty file.
Empty file modified assets/js/towData.js
100644 → 100755
Empty file.
Empty file modified assets/js/webppl-editor.min.css
100644 → 100755
Empty file.
Empty file modified assets/js/webppl-editor.min.js
100644 → 100755
Empty file.
Empty file modified assets/js/webppl-viz.min.css
100644 → 100755
Empty file.
Empty file modified assets/js/webppl-viz.min.js
100644 → 100755
Empty file.
Empty file modified assets/js/webppl.min.js
100644 → 100755
Empty file.
Empty file modified assets/pdfs/MarkovModels.pdf
100644 → 100755
Empty file.
Empty file modified assets/scripts/14-bda-of-tow.Rmd
100644 → 100755
Empty file.
1,158 changes: 1,158 additions & 0 deletions chapters/14-bayesian-data-analysis.md

Large diffs are not rendered by default.

Empty file modified chapters/145-non-parametric-models.md
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions chapters/150-agents-as-programs.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout:
layout: chapter
title: "Agents as probabilistic programs"
description: "One-shot decision problems, softmax choice, and RSA."
is_section: true
---
Adapted from "[Modeling agents with probabilistic programs](http://agentmodels.org)" by Owain Evans, Andreas Stuhlmüller, John Salvatier, and Daniel Filan, and "[Probabilistic language understanding](https://gscontras.github.io/probLang/)" by Gregory Scontras and Michael Henry Tessler.
Note: To be edited. Need permisions.


## Introduction

Expand Down
3 changes: 1 addition & 2 deletions chapters/160-sequential-decisions.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
layout:
layout: chapter
title: "Sequential decisions"
description: "Markov Decision Processes and Partially-Observable Markof Decision Processes"
is_section: true
---
Adapted from "[Modeling agents with probabilistic programs](http://agentmodels.org)" by Owain Evans, Andreas Stuhlmüller, John Salvatier, and Daniel Filan.
Note: To be editted. Need permissions.

## Introduction

Expand Down
Empty file modified chapters/appendix-js-basics.md
100644 → 100755
Empty file.
Loading