From 833f2d75e231c0b6f913d768502ee25802a22d1c Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:35:15 +0100 Subject: [PATCH] Fix typo --- src/year2/natural-language-processing/sections/_rnn.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/year2/natural-language-processing/sections/_rnn.tex b/src/year2/natural-language-processing/sections/_rnn.tex index b93235a..ec585e4 100644 --- a/src/year2/natural-language-processing/sections/_rnn.tex +++ b/src/year2/natural-language-processing/sections/_rnn.tex @@ -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}