Skip to content

Commit 8a27ff1

Browse files
authored
Update mnn.layer.LinearLayer.md
1 parent 9192fd9 commit 8a27ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mnn.layer.LinearLayer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $$ \nabla_W \ell = \begin{bmatrix} x_1 \frac{\partial \ell}{\partial y_1} & x_2
5050

5151
thus it can be written in
5252

53-
$$ \tag{1} \nabla_W \ell = (\nabla_y \ell)_{m \times 1} \times (x^T)_{1 \times n} $$
53+
$$ \tag{1} \nabla_W \ell = (\nabla_y \ell)_ {m \times 1} \times (x^T)_{1 \times n} $$
5454

5555
## Gradients w.r.t. $b$
5656

0 commit comments

Comments
 (0)