We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9192fd9 commit 8a27ff1Copy full SHA for 8a27ff1
docs/mnn.layer.LinearLayer.md
@@ -50,7 +50,7 @@ $$ \nabla_W \ell = \begin{bmatrix} x_1 \frac{\partial \ell}{\partial y_1} & x_2
50
51
thus it can be written in
52
53
-$$ \tag{1} \nabla_W \ell = (\nabla_y \ell)_{m \times 1} \times (x^T)_{1 \times n} $$
+$$ \tag{1} \nabla_W \ell = (\nabla_y \ell)_ {m \times 1} \times (x^T)_{1 \times n} $$
54
55
## Gradients w.r.t. $b$
56
0 commit comments