吴恩达机器学习第一周编程题参考答案

Andrew Ng机器学习第一周编程题参考答案

https://download.csdn.net/download/yhf2333/10684934

语言:Octave

Tips:

一维梯度下降:

1.gradientDescent函数中,更新theta要同步,(原因 Andrew已经在视频中提及了)

2.theta的元素与X的元素应当对应,不能生搬硬套以下公式,甚至直接将theta和X粗暴地以矩阵地形式套进去!

3.注意对应元素相加减应当使用“ .+‘和”.-“符号。

4.最后切记给表示房子规格的矩阵变量加上偏置量1

最后地结果应该是酱紫的

多维梯度下降:

多维主要是要理解上面贴出来的公式!(多维我也弄了蛮久的 手动捂脸)

然后就是选取合适的alpha值了。

结果如下:

正规方程法:切记给表示房子规格的矩阵变量加上偏置量1

预测值应该和多维一样。

 

转载请注明出处,同时欢迎大佬批评指正。

 

 

 

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
Programming Exercise 1: Linear Regression Machine Learning Introduction In this exercise, you will implement linear regression and get to see it work on data. Before starting on this programming exercise, we strongly recom- mend watching the video lectures and completing the review questions for the associated topics. To get started with the exercise, you will need to download the starter code and unzip its contents to the directory where you wish to complete the exercise. If needed, use the cd command in Octave/MATLAB to change to this directory before starting this exercise. You can also find instructions for installing Octave/MATLAB in the “En- vironment Setup Instructions” of the course website. Files included in this exercise ex1.m - Octave/MATLAB script that steps you through the exercise ex1 multi.m - Octave/MATLAB script for the later parts of the exercise ex1data1.txt - Dataset for linear regression with one variable ex1data2.txt - Dataset for linear regression with multiple variables submit.m - Submission script that sends your solutions to our servers [?] warmUpExercise.m - Simple example function in Octave/MATLAB [?] plotData.m - Function to display the dataset [?] computeCost.m - Function to compute the cost of linear regression [?] gradientDescent.m - Function to run gradient descent [†] computeCostMulti.m - Cost function for multiple variables [†] gradientDescentMulti.m - Gradient descent for multiple variables [†] featureNormalize.m - Function to normalize features [†] normalEqn.m - Function to compute the normal equations ? indicates files you will need to complete † indicates optional exercises

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值