-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update 04.1-最小二乘法.md 公式修复 * Update 04.2-梯度下降法.md 公式修复 * Update 04.4-多样本计算.md 公式修复 * Update 04.5-梯度下降的三种形式.md * Update 04.5-梯度下降的三种形式.md * Update 05.2-神经网络法.md 公式修复 * Update 05.4-还原参数值.md 公式修复 * Update 04.5-梯度下降的三种形式.md 复原 * Update 06.2-线性二分类实现.md 公式修复 * Update 01.3-神经网络的基本工作原理.md 公式修复 * Update 02.1-线性反向传播.md 公式修复 * Update 17.3-卷积的反向传播原理.md * Update 17.3-卷积的反向传播原理.md 公式修复 * Update README.md 可能解决 #751 * Update 05.1-正规方程法.md * Update 04.0-单入单出单层-单变量线性回归.md * Update Deploy_website.yml
- Loading branch information
Showing
14 changed files
with
54 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ $$ | |
#### 计算z的梯度 | ||
|
||
根据公式2: | ||
|
||
$$ | ||
\frac{\partial loss}{\partial z_i}=z_i - y_i \tag{3} | ||
$$ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,6 +112,7 @@ $$ | |
$$ | ||
|
||
其中: | ||
|
||
$$ | ||
X = | ||
\begin{pmatrix} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,6 @@ $repeat \lbrace \\\\ | |
\quad \quad b=b-\eta \cdot db \\\\ | ||
\quad \rbrace \\\\ | ||
\rbrace$ | ||
|
||
*** | ||
|
||
#### 特点 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters