摘要: 前面我们通过Gradient Descent的方法进行了线性回归,但是梯度下降有如下特点: (1)需要预先选定Learning rate; (2)需要多次iteration; (3)需要Feature Scaling; 因此可能会比较麻烦,这里介绍一种适用于Feature数量较少时使用的方法:Nor 阅读全文
posted @ 2017-05-08 22:00 汪神 阅读(383) 评论(0) 推荐(0)
摘要: 先是几个英文: linear regression线性回归 gradient descent梯度下降 normal equations正规方程组 notation符号: m denote(指示) the number of training examples x denote the input v 阅读全文
posted @ 2017-05-08 20:21 汪神 阅读(5687) 评论(0) 推荐(0)