Fix typo <noupdate>

This commit is contained in:
2025-01-09 15:35:15 +01:00
parent 420d39903e
commit 833f2d75e2

View File

@ -81,7 +81,7 @@
\[ \vec{f}^{(t)} = \sigma\left( \matr{W}_f \vec{h}^{(t-1)} + \matr{U}_f \vec{x}^{(t)} + \vec{b}_f \right) \]
\item[Input gate] \marginnote{Input gate}
Controls what part of the input to writer in the cell state:
Controls what part of the input to write in the cell state:
\[ \vec{i}^{(t)} = \sigma\left( \matr{W}_i \vec{h}^{(t-1)} + \matr{U}_i \vec{x}^{(t)} + \vec{b}_i \right) \]
\item[Output gate] \marginnote{Output gate}