前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >ML基石_HW0

ML基石_HW0

作者头像
用户1147754
发布2019-05-26 12:10:18
5630
发布2019-05-26 12:10:18
举报
文章被收录于专栏:YoungGyYoungGyYoungGy
  • Probability and Statistics
    • combinatorics
    • counting
    • conditional probability
    • bayes theorem
    • unionintersection
  • linear algebra
    • rank
    • inverse
    • eigenvalueseigenvectors
    • singular value decomposition
    • PDPSD
    • inner product
  • calculus
    • differential and partial differential
    • chain rule
    • gradient and Hessian
    • taylors expansion
    • optimization
    • vector calculus
  • 参考资料

Probability and Statistics

combinatorics

C(N,K)=N!K!(N−K)!

C(N,K)=\frac{N!}{K!(N-K)!}

Let C(N, K) = 1 for K = 0 or K = N, and C(N, K) = C(N − 1, K) + C(N − 1, K − 1) for N ≥ 1. Prove that C(N, K) = N!/(K!(N−K)!) for N ≥ 1 and 0 ≤ K ≤ N.

counting

  1. 掷10次硬币,4次正面朝上的概率是C(10,4)∗(12)10C(10,4)*(\frac{1}{2})^{10}
  2. 从52张扑克里随机挑选5张,组成“XXXYY”的概率是C(4,3)C(4,2)A(5,5)A(52,5)\frac{C(4,3)C(4,2)A(5,5)}{A(52,5)}

conditional probability

掷一枚硬币三次,已知其中一次正面朝上,求三次全部正面朝上的概率0.531−0.53\frac{0.5^3}{1-0.5^3}

bayes theorem

A program selects a random integer X like this: a random bit is first generated uniformly. If the bit is 0, X is drawn uniformly from {0, 1, … , 7}; otherwise, X is drawn uniformly from {0, −1, −2, −3}. If we get an X from the program with |X| = 1, what is the probability that X is negative?

union/intersection

If P(A) = 0.3 and P(B) = 0.4, what is the maximum possible value of P(A ∩ B)? 0.3 what is the minimum possible value of P(A ∩ B)? 0 what is the maximum possible value of P(A ∪ B)? 0.7 what is the minimum possible value of P(A ∪ B)? 0.4

linear algebra

rank

2

inverse

[A|E] -> [E|A^-1]

[0.125 -0.625 0.750 -0.25 0.75 -0.50 0.375 -0.375 0.250 ]

eigenvalues/eigenvectors

singular value decomposition

PD/PSD

inner product

calculus

differential and partial differential

chain rule

gradient and Hessian

taylor’s expansion

optimization

vector calculus

参考资料

  1. 机器学习基石HomeWork0
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2015年09月08日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Probability and Statistics
    • combinatorics
      • counting
        • conditional probability
          • bayes theorem
            • union/intersection
            • linear algebra
              • rank
                • inverse
                  • eigenvalues/eigenvectors
                    • singular value decomposition
                      • PD/PSD
                        • inner product
                        • calculus
                          • differential and partial differential
                            • chain rule
                              • gradient and Hessian
                                • taylor’s expansion
                                  • optimization
                                    • vector calculus
                                    • 参考资料
                                    领券
                                    问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档