فهرست منبع

增加主要贡献者名单+修正公式3.7

Sm1les 7 سال پیش
والد
کامیت
156494d38c
3فایلهای تغییر یافته به همراه30 افزوده شده و 4 حذف شده
  1. 14 1
      README.md
  2. 14 1
      docs/README.md
  3. 2 2
      docs/chapter3/chapter3.md

+ 14 - 1
README.md

@@ -68,7 +68,20 @@ $$(公式的LaTeX表达式)$$
 ```
 样例参见`docs/chapter2/chapter2.md`和`docs/chapter3/chapter3.md`
 
-## 关注我们
+# 主要贡献者(按首字母排名)
+[@awyd234](https://github.com/awyd234)
+[@Heitao5200](https://github.com/Heitao5200)
+[@juxiao](https://github.com/juxiao)
+[@LongJH](https://github.com/LongJH)
+[@LilRachel](https://github.com/LilRachel)
+[@Majingmin](https://github.com/Majingmin)
+[@spareribs](https://github.com/spareribs)
+[@sunchaothu](https://github.com/sunchaothu)
+[@StevenLzq](https://github.com/StevenLzq)
+[@Sm1les](https://github.com/Sm1les)
+[@Ye980226](https://github.com/Ye980226)
+
+# 关注我们
 
 <div align=center><img src="https://raw.githubusercontent.com/datawhalechina/pumpkin-book/master/res/qrcode.jpeg" width = "250" height = "270"></div>
 

+ 14 - 1
docs/README.md

@@ -13,7 +13,20 @@
 > 版次:2016年1月第1版<br>
 > 勘误表:http://cs.nju.edu.cn/zhouzh/zhouzh.files/publication/MLbook2016.htm
 
-## 关注我们
+# 主要贡献者(按首字母排名)
+[@awyd234](https://github.com/awyd234)
+[@Heitao5200](https://github.com/Heitao5200)
+[@juxiao](https://github.com/juxiao)
+[@LongJH](https://github.com/LongJH)
+[@LilRachel](https://github.com/LilRachel)
+[@Majingmin](https://github.com/Majingmin)
+[@spareribs](https://github.com/spareribs)
+[@sunchaothu](https://github.com/sunchaothu)
+[@StevenLzq](https://github.com/StevenLzq)
+[@Sm1les](https://github.com/Sm1les)
+[@Ye980226](https://github.com/Ye980226)
+
+# 关注我们
 
 <div align=center><img src="https://raw.githubusercontent.com/datawhalechina/pumpkin-book/master/res/qrcode.jpeg" width = "250" height = "270"></div>
 

+ 2 - 2
docs/chapter3/chapter3.md

@@ -31,8 +31,8 @@ $$
     & = \cfrac{\sum_{i=1}^{m}(x_i-\bar{x})(y_i-\bar{y})}{\sum_{i=1}^{m}(x_i-\bar{x})^2} 
 \end{aligned}
 $$
-若令$ \mathbf{X}=(x_1,x_2,...,x_m) $,$\mathbf{X}_{demean}$为去均值后的$ \mathbf{X} $,$ \mathbf{y}=(y_1,y_2,...,y_m) $,$ \mathbf{y}_{demean} $为去均值后的$ \mathbf{y} $,其中$ \mathbf{X} $、$ \mathbf{X}_{demean} $、$ \mathbf{y} $、$ \mathbf{y}_{demean} $均为m行1列的列向量,代入上式可得:
-$$ w=\cfrac{\mathbf{X}_{demean}\mathbf{y}_{demean}^T}{\mathbf{X}_{demean}\mathbf{X}_{demean}^T}$$
+若令$ \boldsymbol{x}=(x_1,x_2,...,x_m) $,$ \boldsymbol{x}_{d} $为去均值后的$ \boldsymbol{x} $,$ \boldsymbol{y}=(y_1,y_2,...,y_m) $,$ \boldsymbol{y}_{d} $为去均值后的$ \boldsymbol{y} $,其中$ \boldsymbol{x} $、$ \boldsymbol{x}_{d} $、$ \boldsymbol{y} $、$ \boldsymbol{y}_{d} $均为m行1列的列向量,代入上式可得:
+$$ w=\cfrac{\boldsymbol{y}_{d}^T\boldsymbol{x}_{d}}{\boldsymbol{x}_d^T\boldsymbol{x}_{d}}$$
 ## 3.10
 
 $$ \cfrac{\partial E_{\hat{w}}}{\partial \hat{w}}=2\mathbf{X}^T(\mathbf{X}\hat{w}-\mathbf{y}) $$