每天一篇人工智能英文口语练习

Gradient Descent

So we have our hypothesis function and we have a way of measuring how well it fits into the data. Now we need to estimate the parameters in the hypothesis function. That's where gradient descent comes in.

Imagine that we graph our hypothesis function based on its fields  θ0​ and θ1​(actually we are graphing the cost function as a function of the parameter estimates). Weare not graphing x and y itself, but the parameter range of our hypothesis function and the cost resulting from selecting a particular set of parameters.

We put θ0​ on the x

axis and θ1​on the y-axis, with the cost function on the vertical z-axis. The points on our graph will be the result of the cost function using our hypothesis with those specific theta parameters. The graph below depicts such a setup.


We will know that we have succeeded when our cost function is at the very bottom of the pits in our graph, i.e. when its value is the minimum. The red arrows show the minimum points in the graph.

The way we do this is by taking the derivative (the tangential line to a function) of our cost function. The slope of the tangent is the derivative at that point and it will give us a direction to move towards. We make steps down the cost function in the direction with the steepest descent. The size of each step is determined by the parameter α, which is called the learning rate.

For example, the distance between each 'star' in the graph above represents a step determined by our parameter α. A smaller α would result in a smaller step and a larger α results in a larger step. The direction in which the step is taken is determined by the partial derivative of J(θ0​,θ1​). Depending on where one starts on the graph, one could end up at different points. The image above shows us two different starting points that end up in two different places.



©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • rljs by sennchi Timeline of History Part One The Cognitiv...
    sennchi阅读 12,168评论 0 10
  • 一 从此地到彼地 彼地里一群群的风景和人们 在阳光的背景下传说一样 汇聚 前方……前方那个 ……不是你 不是...
    刘培强阅读 3,538评论 0 1
  • 1,从本篇文章/音频/视频中我学到的最重要的概念 对于梦想,我们要坚守自己内心对于梦想的那份执着和认真,要有...
    应数二班祁浩然阅读 1,486评论 2 0
  • 最近一直在思考一个问题,谁是你现在最需要的人?换句话说,你有需要的人吗?亲人朋友爱人都可以? 美安说,没有吧。我现...
    Hao思嘉阅读 1,715评论 0 0
  • 小鱼是被主人带回家的,装在漂亮的玻璃鱼缸里,主人每天都去看她,跟她讲话,给她换水,给她喂食。 猫咪很不开心,明明主...
    水瓶座的风阅读 4,251评论 2 2

友情链接更多精彩内容