
ML
文章平均质量分 79
vcbin
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
数据挖掘导论习题常用数学公式
第6章第5题 Suppose there are dd items. We first choose kk of the items to form the left-hand side of the rule. There are (dk){d \choose k} ways for doing this. After selecting the items for the left-hand原创 2015-06-20 23:03:46 · 834 阅读 · 0 评论 -
Stanford 机器学习课程cs229 数学推导知识
if xx is a row vector,then xTx=(x⋅x)=∥x∥22=tr(xTx)x^Tx=(x \cdot x)=\lVert x \rVert^2_2=tr(x^Tx) Linear regression: trA=trATtrA=trA^T tr(A+B)=trA+trBtr(A+B)=trA+trB traA=atrAtraA=atrA ∇AtrAB=BT\nab原创 2015-06-09 23:46:32 · 1761 阅读 · 0 评论