首页 > 其他 > 详细

线性回归 Linear Regression

时间:2017-08-16 00:29:36      阅读:383      评论:0      收藏:0      [点我收藏+]

 

 

什么是线性回归?

y = f(x), a function that representing the relationship between input x and output y. The Function we used here is the general Linear Function.

 `

常用的线性回归函数

1.多项式函数(Polynominal Function)

 

技术分享

 

 

技术分享

(graph from wikipedia)

Comments:

1. most common function, fitting to most cases in life.

2. y is ranged from 技术分享.

3. x is ranged from 技术分享

4. one x only has one y. (say, otherwise, for 技术分享, one x has 2 different y)

  

2.sigmoid 函数(Sigmoid Function)

 技术分享

 

技术分享

(graph from wikipedia)

Comments:

1. y is ranged from 0 to 1 (so it can represent the pobability, that‘s why the logistic regression uses this function to fitting the relationship between the prob and input)

2.x is ranged from 技术分享

  

2.RBF 函数(Radial Basis Function)

技术分享

 

技术分享

(graph from wikipedia)

Comments:

1. radially symmetric

2. wide used (e.g. Gaussian Prob Density)

 

 

2017-08-15

线性模型的效果受线性公式影响, 应当选择和当前应用项目匹配的函数。

线性回归 Linear Regression

原文:http://www.cnblogs.com/fuxiaotong/p/7368434.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!