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

fix conditioning exercises/solutions #78

Open
2 tasks
hawkrobe opened this issue Oct 14, 2018 · 1 comment
Open
2 tasks

fix conditioning exercises/solutions #78

hawkrobe opened this issue Oct 14, 2018 · 1 comment

Comments

@hawkrobe
Copy link
Collaborator

hawkrobe commented Oct 14, 2018

  • Make it clear that solutions to exercise 1 should be webppl programs (with results!), not just working out math w/ equations
  • put alternative solution to 3b that doesn't require full unrolling of Bayes rule:
    • P(Alice is nice | Alice smiles twice) = P(Alice is nice AND Alice smiles twice) / P(Alice Smiles twice)
    • P(Alice is nice | Alice smiles twice) = 0.7 * 0.8 * 0.8 / (0.7 * 0.8 * 0.8 + 0.3 * 0.5 * 0.5)
    • P(Alice is nice | Alice smiles twice) = 0.86
@hawkrobe hawkrobe changed the title fix conditioning exercises fix conditioning exercises/solutions Oct 14, 2018
@ngoodman
Copy link
Collaborator

ngoodman commented Apr 5, 2021

@andrewnam i just noticed this suggestion from last time -- you might have addressed these already in the recent revision?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants