美文网首页
成本函数-Intuition ll

成本函数-Intuition ll

作者: 刷刷人工智能 | 来源:发表于2016-12-22 17:25 被阅读13次

Cost Function - Intuition II

A contour plot is a graph that contains many contour lines. A contour line of a two variable function has a constant value at all points of the same line. An example of such a graph is the one to the right below.

Taking any color and going along the 'circle', one would expect to get the same value of the cost function. For example, the three green points found on the green line above have the same value forJ(θ0,θ1)and as a result, they are found along the same line. The circled x displays the value of the cost function for the graph on the left whenθ0= 800 andθ1= -0.15. Taking another h(x) and plotting its contour plot, one gets the following graphs:

Whenθ0= 360 andθ1= 0, the value ofJ(θ0,θ1)in the contour plot gets closer to the center thus reducing the cost function error. Now giving our hypothesis function a slightly positive slope results in a better fit of the data.

The graph above minimizes the cost function as much as possible and consequently, the result ofθ1andθ0tend to be around 0.12 and 250 respectively. Plotting those values on our graph to the right seems to put our point in the center of the inner most 'circle'.

相关文章

网友评论

      本文标题:成本函数-Intuition ll

      本文链接:https://www.haomeiwen.com/subject/mkrhvttx.html