
数学基础
AlvaIce
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【机器学习】数学基础——线性代数篇
文章目录一、向量、矩阵和张量 一、向量、矩阵和张量 维基百科:https://en.wikipedia.org/wiki/Euclidean_vector https://en.wikipedia.org/wiki/Matrix_(mathematics) https://en.wikipedia.org/wiki/Tensor 向量:有大小(长度)和方向的物理对象,也称为矢量...原创 2019-04-10 22:36:31 · 700 阅读 · 0 评论 -
【机器学习】数学基础——微积分篇
文章目录一、O(n)与o(n) 一、O(n)与o(n) order 阶 维基百科:https://en.wikipedia.org/wiki/Big_O_notation O(n):∃ x0,M,使得x⩾x0时,有f(x)⩽Mg(x)。\exists \ \ x_{0},M,使得 x\geqslant x_{0} 时,有f(x)\leqslant Mg(x)。∃ ...原创 2019-04-09 10:26:33 · 722 阅读 · 0 评论 -
【机器学习】数学基础——概率统计篇(1)
文章目录一、条件概率与贝叶斯公式 一、条件概率与贝叶斯公式 随机事件A,BA,BA,B发生的条件概率: P(A,B)=P(A∣B)P(B),P(A,B)=P(B∣A)P(A)P(A,B)=\frac{P(A|B)}{P(B)},P(A,B)=\frac{P(B|A)}{P(A)}P(A,B)=P(B)P(A∣B),P(A,B)=P(A)P(B∣A) 贝叶斯定理:通常,事件 A 在事件 ...原创 2019-04-15 16:15:49 · 502 阅读 · 0 评论