C1_W1_Lab03_Cost_function_Sol

On the contour plot at [C1_W1_Lab03_Cost_function_Sol]

I’m clicking through points on one of the lines in the contour plot, but they show different costs for J(w,b). My understanding is that the contour lines represent a cross-section of the 3D cost function at a certain height (i.e., constant cost J(w,b)), so I expect every point on the same contour line to show the same cost value. Am I misinterpreting?

If you’re referring to the right side of this plot…

… you have to be extremely careful to click exactly on the lines of constant cost.

You are right. The contour plot allows the user to select any point, even those empty spaces outside of the lines. Thank you! :smile: