摘要: 本质上,linear,Logistic,Softmax 都是一个东西推导出来的。就是广义线性模型。这些分布之所以长成这个样子,是因为我们对y进行了假设。当y是正太分布-------->linear model当y是两点分布-------->Logistic model当y是多项式分布-------- 阅读全文
posted @ 2016-03-04 16:38 CarlGoodman 阅读(1432) 评论(0) 推荐(0)
摘要: MLE: maximum likelihood estimate 最大似然估计 OLS: Ordinary Least Squares 普通最小二乘法 LSE: Least Squares Estimate 最小二乘估计 IRLS: Iteratively Reweighted Least Squa 阅读全文
posted @ 2016-03-04 12:35 CarlGoodman 阅读(190) 评论(0) 推荐(0)