一,逻辑回归Logistic Regression 逻辑回归是线性模型Y=f(x)=b0+b1*x的延伸,一般用来做2分类问题,输出标记C={0,1},C就是classification的意思,通俗的讲,就要建立Y和C之间的关系,Y是多少的时候,C是0,Y是多少的时候,C是1,传统的线性回归输出的y ...
分类:
编程语言 时间:
2016-09-21 21:35:12
阅读次数:
204
第三周编程作业:Logistic Regression 代码包在gitlab上:https://gitlab.com/luntai/Machine_Learning ...
分类:
系统相关 时间:
2016-09-08 23:13:19
阅读次数:
211
文章内容均来自斯坦福大学的Andrew Ng教授讲解的Machine Learning课程,本文是针对该课程的个人学习笔记,如有疏漏,请以原课程所讲述内容为准。感谢博主Rachel Zhang 的个人笔记,为我做个人学习笔记提供了很好的参考和榜样。 § 3. 逻辑回归 Logistic Regres ...
分类:
其他好文 时间:
2016-09-07 01:41:28
阅读次数:
264
performance testing stress testing conformance testing acceptane testing smoke testing regression testing white box testing system testing black box t ...
分类:
Web程序 时间:
2016-09-05 14:06:19
阅读次数:
432
文章内容均来自斯坦福大学的Andrew Ng教授讲解的Machine Learning课程,本文是针对该课程的个人学习笔记,如有疏漏,请以原课程所讲述内容为准。感谢博主Rachel Zhang和 JerryLead 的个人笔记,为我做个人学习笔记提供了很好的参考和榜样。 § 1. 单变量线性回归 L ...
分类:
其他好文 时间:
2016-09-04 14:28:31
阅读次数:
282
Question 1 Consider the problem of predicting how well a student does in her second year of college/university, given how well they did in their first ...
分类:
系统相关 时间:
2016-09-01 20:03:54
阅读次数:
472
In logistic regression we learn a family of functions from to the interval . However, logistic regression is used for classification tasks: We can int ...
分类:
其他好文 时间:
2016-08-27 18:06:44
阅读次数:
302
在网上看到一篇对从代码层面理解gbdt比较好的文章,转载记录一下: GBDT(Gradient Boosting Decision Tree) 又叫 MART(Multiple Additive Regression Tree),是一种迭代的决策树算法,该算法由多棵决策树组成,所有树的结论累加起来做 ...
分类:
其他好文 时间:
2016-08-18 14:27:12
阅读次数:
181