标签:lin 线性模型 comm log repr mina ati 效果 linear
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.
`


(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)


(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 


(graph from wikipedia)
Comments:
1. radially symmetric
2. wide used (e.g. Gaussian Prob Density)
2017-08-15
线性模型的效果受线性公式影响, 应当选择和当前应用项目匹配的函数。
标签:lin 线性模型 comm log repr mina ati 效果 linear
原文地址:http://www.cnblogs.com/fuxiaotong/p/7368434.html