Parcourir la source

Chapter3修订

Sm1les il y a 7 ans
Parent
commit
e12cca75df
5 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 1 1
      Chapter1/README.md
  2. 1 1
      Chapter2/README.md
  3. 1 1
      Chapter3/README.md
  4. 2 2
      Chapter3/chapter3.md
  5. 1 1
      README.md

+ 1 - 1
Chapter1/README.md

@@ -1,4 +1,4 @@
 # 第1章 绪论
-主要贡献者:
+贡献者:
 - 待认领
 

+ 1 - 1
Chapter2/README.md

@@ -1,3 +1,3 @@
 # 第2章 模型评估
-主要贡献者:
+贡献者:
 - [Sm1les](https://github.com/Sm1les)

+ 1 - 1
Chapter3/README.md

@@ -1,3 +1,3 @@
 # 第2章 线性模型
-主要贡献者:
+贡献者:
 - [Sm1les](https://github.com/Sm1les)

+ 2 - 2
Chapter3/chapter3.md

@@ -31,5 +31,5 @@ $$
     & = \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}$$
+若令$ \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}$$

+ 1 - 1
README.md

@@ -14,7 +14,7 @@
 
 - 第1章 [绪论](https://github.com/Datawhale18/pumpkin-book/blob/master/Chapter1/chapter1.md)
 - 第2章 [模型评估与选择](https://github.com/Datawhale18/pumpkin-book/blob/master/Chapter2/chapter2.md)
-
+- 第3章 [线性模型](https://github.com/Datawhale18/pumpkin-book/blob/master/Chapter3/chapter3.md)
 
 ## 在线阅读须知