typos typos typos grrrr

This commit is contained in:
mhjensen
2018-10-16 14:29:32 +02:00
parent e3505592dc
commit 196af6779d
8 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1013,7 +1013,7 @@ In case we employ the more general case given by the Softmax equation, we need t
!bt
\[
\frac{\partial f(z_i^l)}{\partial w_{jk}^l} =
\frac{\partial f(z_i^l)}{\partial z_j^l} \frac{\partial z_j^l}{\partial w_{jk}^l}= \frac{\partial f(z_i^l)}{\partial z_j^l}a_k^{l}.
\frac{\partial f(z_i^l)}{\partial z_j^l} \frac{\partial z_j^l}{\partial w_{jk}^l}= \frac{\partial f(z_i^l)}{\partial z_j^l}a_k^{l-1}.
\]
!et
For the Softmax function we have