From 6f2f2821b785d02412ff6b51c409f0913189eae0 Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Sat, 26 Oct 2024 16:30:04 +0200 Subject: [PATCH] Fix typo --- src/year2/natural-language-processing/sections/_semantics.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/year2/natural-language-processing/sections/_semantics.tex b/src/year2/natural-language-processing/sections/_semantics.tex index f0c7e763..220b066 100644 --- a/src/year2/natural-language-processing/sections/_semantics.tex +++ b/src/year2/natural-language-processing/sections/_semantics.tex @@ -519,7 +519,7 @@ \[ \mathcal{L}(\matr{\theta}) = \left( \vec{c} \cdot \vec{w} - \log( \matr{X}[c, w] ) \right)^2 \] \begin{remark} - Empirically, for GloVe it has been observed that the final embedding matrix obtain as $\matr{W} + \matr{C}$ works better. + Empirically, for GloVe it has been observed that the final embedding matrix obtained as $\matr{W} + \matr{C}$ works better. \end{remark} \begin{example}