Skip to content

Commit f8dc751

Browse files
post
1 parent a188903 commit f8dc751

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

_posts/2016-01-15-BPNeutralNetwork.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ $$x = a^0 \to z^1 \to a^1 \to z^2 \to · · · \to a^{L−1} \to z^L \to a^L = y
9292

9393
  这里$$\alpha$$是参数的更新率。
9494

95+
  同样可以得到
96+
97+
\begin{equation}\label{equation9}b_{i}^l = b_{i}^l - \alpha\cdot\sum_{m=1}^N(\frac{\partial L(y^m,f(x^m\mid\omega,b)) }{\partial b_{i}^l)\end{equation}
98+
99+
95100

96101

97102

0 commit comments

Comments
 (0)