Skip to content
New issue

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

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

Already on GitHub? # to your account

Updated Question 2 with the right answer #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 week1/linear-regression-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ What is h<sub>θ</sub>(2)?

**A3.** h<sub>θ</sub>(x) = θ<sub>0</sub> + θ<sub>1</sub>x

h<sub>θ</sub>(2) = 0 + 1.5 x 3 = 4.5 (Wrong answer)
h<sub>θ</sub>(2) = 0 + 1.5 x 2 = 3

**Q4.** In the given figure, the cost function J(θ<sub>0</sub>, θ<sub>1</sub>) has been plotted against θ<sub>0</sub>
and θ<sub>1</sub>, as shown in 'Plot 2'. The contour plot for the same cost function is given in 'Plot 1'.
Expand Down Expand Up @@ -84,4 +84,4 @@ Which of the statements below must then be true? (Check all that apply.)

1. For this to be true, we must have θ<sub>0</sub> = 0 and θ<sub>1</sub> = 0 so that h<sub>θ</sub>(x) = 0;

**A3.** 3
**A3.** 3