NeuromatchAcademy / course-content

NMA Computational Neuroscience course

Home Page:https://compneuro.neuromatch.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

W3D1_Tutorial1_Solution_816c0c9d.py - Left/Right mixup

aoot opened this issue · comments

Currently, the text is the following:

3) If the fisher-person does not catch a fish, you would guess the school of fish is on the
    right side. This is because the probability of not catching a fish given that the
   school is on the right side (0.8) is higher than the probability given that
   the school is on the right side (0.3).

However, it should be the following:

3) If the fisher-person does not catch a fish, you would guess the school of fish is on the
    right side. This is because the probability of not catching a fish given that the
   school is on the right side (0.8) is higher than the probability given that
   the school is on the **left** side (0.3).

Thanks for reporting this typo. #958 fixed this.