Markdown Reference copy.mdhtml, body {overflow-x: initial !important;}.CodeMirror { height: auto; } .CodeMirror-scroll { overflow-y: hidden; overf …
Paramater Learning(参数学习)1.Gradient Descent(梯度下降)假定我们有一个hypothesis函数,我们有一个方法测量合适的数据,现在我们需要估计hypothesis函数的参数,这时梯度下降派上用场假设我们要画出基于θ0和θ1的假设函数(hypothesis)(实 …