Coursera机器学习作业分析三(ex 1-3)

2.2.4 梯度下降 有了前面的正确基础,我们可以开始最核心的梯度下降了 function [theta, J_history] = gradientDescent(X, y, theta, alpha, num_iters) %GRADIENTDESCENT Performs gradient descent to learn theta %   theta = GRADIENTDESCENT(
相关文章
相关标签/搜索