Skip to content

Commit 5d42781

Browse files
committed
subscript fix
1 parent 1c3a100 commit 5d42781

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/equations/pymle-equations.pdf

-16 Bytes
Binary file not shown.

docs/equations/pymle-equations.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,16 @@ \section{Artificial neurons -- a brief glimpse into the early history of machine
139139

140140
\[
141141
\mathbf{w} = \begin{bmatrix}
142-
w^{(1)} \\
143-
w^{(2)} \\
142+
w_{1} \\
143+
w_{2} \\
144144
\vdots \\
145-
w^{(m)}
146-
\end{bmatrix},
147-
\mathbf{w} = \begin{bmatrix}
148-
x^{(1)} \\
149-
x^{(2)} \\
145+
w_{m}
146+
\end{bmatrix}, \quad
147+
\mathbf{x} = \begin{bmatrix}
148+
x_{1} \\
149+
x_{2} \\
150150
\vdots \\
151-
x^{(m)}
151+
x_{m}
152152
\end{bmatrix}.
153153
\]
154154

0 commit comments

Comments
 (0)