A Chinese Notes of MLAPP,MLAPP 中文笔记项目 https://zhuanlan.zhihu.com/python-kivy
“This is somewhat like masket basket analysis”
这里的 masket 明显是拼写错误,应该是 market,应该改为:
“This is somewhat like market basket analysis”
“Thus using such a model might result in accurate predictions of future outputs.”
这句话这样就成了“因此用这样的模型对未来输出可能会做出准确预测。”而实际结合上下文应该是说过拟合的模型对未来输出可能不能给出精确预测,所以是缺少了个 not,应该改成:
“Thus using such a model might not result in accurate predictions of future outputs.”
"Figure 3.1 illustrates what happens if we apply this to the binary bag of words dataset used in Figure 3.8."
图3.1和词汇没关系,是猜数字游戏的,推测应该是表3.1.应该改成:
"Table 3.1 illustrates what happens if we apply this to the binary bag of words dataset used in Figure 3.8."
原文错写成了$I\propto \int p(D_x|\mu,\lambda_x)p(\lambda_x|\mu)d\lambda_x \propto (\bar x -\mu)^2+s_x^2)^{-1}$(4.261) 应该是$I\propto \int p(D_x|\mu,\lambda_x)p(\lambda_x|\mu)d\lambda_x \propto [(\bar x -\mu)^2+s_x^2]^{-1}$(4.261)
2018年05月17日08:34:22
2018年05月22日16:10:47
2018年06月03日08:31:16
166页第五章的(5.52)公式,应该是$I(\phi) *= -E[(\frac{d\log p(X|\phi)}{d\phi} )^2]$(5.52),而原文错写成了$I(\phi) *= -E[(\frac{d\log p(X|\phi)}{d\phi} )2]$(5.52)
2018年06月04日07:02:50
2018年06月11日09:11:45
200页定理6.3.3证明证毕前的最后一句话,$\delta_2$is admissible似乎明显是错误的,应该写$\delta_1$is admissible.这段本来证明的也是$\delta_1$is admissible.
2018年6月20日15:27:06
246页公式8.4前面的说明中,"We have 有$p(y=1)=\frac{1}{ 1+\exp (-w^Tx)}$ and $p(y=1)=\frac{1}{ 1+\exp (+w^Tx)}$ ",两处都是p(y=1),应该第一个是p(y=-1),第二个是p(y=1).
2018年6月23日06:29:16
2018年6月27日07:47:00
273页公式8.104,原文写成了$w^TS_Bw=w^T(\mu_2-\mu_1)(\mu_2-\mu_1)^T w=(m_2-m_1)(m_2-m_1)$,分明应该是$w^TS_Bw=w^T(\mu_2-\mu_1)(\mu_2-\mu_1)^T w=(m_2-m_1)(m_2-m_1)^T$.
应为
应为