Toggle navigation
Yang's Blog
主页
week 9
Machine Learning
week 2
week 3
week 4
week 5
week 6
week 7
week 8
week 10
End_to_End_Learning
About Me
归档
标签
week 4
0
无
2017-09-08 23:02:14
6
0
1.non-linear hypothesis 利用我们之前接触到的linear regression或者是logistic regression处理数据时,有一个明显的缺点,就是当特征x太多时 ,计算量会非常大,以下图为例: ![](https://leanote.com/api/file/getImage?fileId=5987df08ab64411d1d000913) 当只有$x_1和x_
查看
week 3
0
无
2017-09-08 22:44:37
5
0
1.logistic regression(classification) 采用之前的肿瘤问题如下图所示: ![](https://leanote.com/api/file/getImage?fileId=5979352bab64414c1600032d) 此时若采用线性回归,以线性的hypothesis拟合,当最右边的training sample加入的时候曲线会明显的右偏,导致拟合效
查看
week 2
0
无
2017-09-08 22:39:42
2
0
week 2 1.linear regression with multiple variables 对之前的房价模型增加多个特征,如房间数、层数,增加后如下图所示: ![](https://leanote.com/api/file/getImage?fileId=5976a7d8ab6441338300087c) 由此引入一系列新的注释: n代表特征的数量 $x^{(i)}$代表第i个tra
查看
3/4
上一页
下一页