Skip to content

Commit a8679d4

Browse files
authored
Merge pull request #21 from dlidstrom/doc
fix: update README.md with minor adjustments
2 parents d7cde39 + 398607a commit a8679d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,12 +496,12 @@ y & = & \begin{bmatrix}
496496
\nabla_{output} & = & error'(y, y_{output}) \cdot sigmoid'(y_{output}) \\
497497
\nabla_{output} & = & (y_{output} - y) \cdot sigmoid'(y_{output}) \\
498498
& & \text{note that these are performed element-wise} \\
499-
\nabla_{output} & = & (\begin{bmatrix}
499+
\nabla_{output} & = & \begin{bmatrix}
500500
0.788-0 & 0.753-1 & 0.821-1 & 0.878-1 & 0.773-0 & 0.711-0
501501
\end{bmatrix} \\
502-
& & \cdot (\begin{bmatrix}
502+
& & \cdot \begin{bmatrix}
503503
0.788 & 0.753 & 0.821 & 0.878 & 0.773 & 0.711
504-
\end{bmatrix}) \\
504+
\end{bmatrix} \\
505505
& & \cdot \begin{bmatrix}
506506
1-0.788 & 1-0.753 & 1-0.821 & 1-0.878 & 1-0.773 & 1-0.711
507507
\end{bmatrix} \\

0 commit comments

Comments
 (0)