We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7cde39 + 398607a commit a8679d4Copy full SHA for a8679d4
README.md
@@ -496,12 +496,12 @@ y & = & \begin{bmatrix}
496
\nabla_{output} & = & error'(y, y_{output}) \cdot sigmoid'(y_{output}) \\
497
\nabla_{output} & = & (y_{output} - y) \cdot sigmoid'(y_{output}) \\
498
& & \text{note that these are performed element-wise} \\
499
-\nabla_{output} & = & (\begin{bmatrix}
+\nabla_{output} & = & \begin{bmatrix}
500
0.788-0 & 0.753-1 & 0.821-1 & 0.878-1 & 0.773-0 & 0.711-0
501
\end{bmatrix} \\
502
-& & \cdot (\begin{bmatrix}
+& & \cdot \begin{bmatrix}
503
0.788 & 0.753 & 0.821 & 0.878 & 0.773 & 0.711
504
-\end{bmatrix}) \\
+\end{bmatrix} \\
505
& & \cdot \begin{bmatrix}
506
1-0.788 & 1-0.753 & 1-0.821 & 1-0.878 & 1-0.773 & 1-0.711
507
0 commit comments