Skip to content
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

Fixing two broken links #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions assets/bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@ @inproceedings{Hamrick2011
Author = {Hamrick, Jessica and Battaglia, Peter and Tenenbaum, Joshua B},
Booktitle = {Proceedings of the 33rd Annual Meeting of the Cognitive Science Society, Boston, MA},
Title = {Internal physics models guide probabilistic judgments about object dynamics},
Url = {http://web.mit.edu/pbatt/www/publications/HamrBattTene11CogSci33.pdf},
Url = {https://cogsci.mindmodeling.org/2011/papers/0350/paper0350.pdf},
Year = {2011},
Bdsk-Url-1 = {http://web.mit.edu/pbatt/www/publications/HamrBattTene11CogSci33.pdf}}
Bdsk-Url-1 = {https://cogsci.mindmodeling.org/2011/papers/0350/paper0350.pdf}}

@inproceedings{Gerstenberg2012,
Author = {Gerstenberg, Tobias and Goodman, Noah D},
Expand Down
2 changes: 1 addition & 1 deletion exercises/conditioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ viz.table(Infer({method:'enumerate'}, model));

## Exercise 2: Conditioning and Intervention

In the earlier [Medical Diagnosis]({{site.baseurl}}/chapters/02-generative-models.html#example-causal-models-in-medical-diagnosis) section we suggested understanding the patterns of symptoms for a particular disease by changing the prior probability of the disease such that it is always true (also called the *do* operator).
In the earlier [Medical Diagnosis]({{site.baseurl}}/chapters/generative-models.html#example-causal-models-in-medical-diagnosis) section we suggested understanding the patterns of symptoms for a particular disease by changing the prior probability of the disease such that it is always true (also called the *do* operator).

~~~~
var lungCancer = flip(0.01);
Expand Down