Skip to content

Commit

Permalink
fix doc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yabata committed Jun 30, 2018
1 parent e0abef4 commit 1bc7fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/create.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ The connection weights :math:`w` are represented by the matrix :math:`\widetilde
w^2_{2,1} & w^2_{2,2}
\end{bmatrix}\;
\widetilde{LW}^{3,2}= \begin{bmatrix}
w^3_{1,1} & w^3_{1,2} \\
w^3_{2,1} & w^3_{2,2}
w^3_{1,1} \\
w^3_{2,1}
\end{bmatrix}

`figure 3` shows the array-matrix illustration of the MLP of `figure 1` :
Expand Down

0 comments on commit 1bc7fb1

Please sign in to comment.