corrected typo in NN slides
This commit is contained in:
@@ -792,7 +792,7 @@ We want to express this in terms of the equations for layer $l+1$. Using the cha
|
||||
and recalling that
|
||||
!bt
|
||||
\[
|
||||
z_j^{l+1} = \sum_{i=1}^{M_{l}}w_{ij}^{l+1}a_j^{l}+b_j^{l+1},
|
||||
z_j^{l+1} = \sum_{i=1}^{M_{l}}w_{ij}^{l+1}a_i^{l}+b_j^{l+1},
|
||||
\]
|
||||
!et
|
||||
with $M_l$ being the number of nodes in layer $l$, we obtain
|
||||
|
||||
Reference in New Issue
Block a user