From c49ff3583a063b0e66538e0b336b43647f9ccd85 Mon Sep 17 00:00:00 2001 From: Sherwin Varghese Date: Mon, 17 Jun 2019 10:18:39 +0530 Subject: [PATCH] Updated Question 2 with the right answer --- week1/linear-regression-quiz.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/week1/linear-regression-quiz.md b/week1/linear-regression-quiz.md index 9d8a62c..bb0d15d 100644 --- a/week1/linear-regression-quiz.md +++ b/week1/linear-regression-quiz.md @@ -42,7 +42,7 @@ What is hθ(2)? **A3.** hθ(x) = θ0 + θ1x -hθ(2) = 0 + 1.5 x 3 = 4.5 (Wrong answer) +hθ(2) = 0 + 1.5 x 2 = 3 **Q4.** In the given figure, the cost function J(θ0, θ1) has been plotted against θ0 and θ1, as shown in 'Plot 2'. The contour plot for the same cost function is given in 'Plot 1'. @@ -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 θ0 = 0 and θ1 = 0 so that hθ(x) = 0; -**A3.** 3 \ No newline at end of file +**A3.** 3