mirror of
https://github.com/microsoft/ai-edu.git
synced 2026-09-21 12:43:17 +08:00
Update 08.0-激活函数.md (#772)
解决图片不显示的问题。 将: <img src="./img/1/NeuranCell.png" width="500" /> 改为: <img src="../第1步%20-%20基本知识/img/1/NeuranCell.png" width="500" />
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
$$z=x_1 w_1 + x_2 w_2 + x_3 w_3 +b \tag{1}$$
|
||||
$$a = \sigma(z) \tag{2}$$
|
||||
|
||||
<img src="./img/1/NeuranCell.png" width="500" />
|
||||
<img src="../第1步%20-%20基本知识/img/1/NeuranCell.png" width="500" />
|
||||
|
||||
图8-1 激活函数在神经元中的位置
|
||||
|
||||
|
||||
Reference in New Issue
Block a user