From 750a96aec28bcb41423cfe9a675042ad5f37e7ee Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Tue, 24 Jun 2025 10:43:17 +0200 Subject: [PATCH] fixes --- thesis/sections/background.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/thesis/sections/background.tex b/thesis/sections/background.tex index 145b86d..1012ac3 100644 --- a/thesis/sections/background.tex +++ b/thesis/sections/background.tex @@ -209,6 +209,8 @@ including simpler feedforward networks and more recent attention-based models, to evaluate trade-offs in performance, interpretability, and computational cost. The next section introduce the \emph{Transformer} architecture, a more recent alternative that forgoes -recurrence in favor of attention mechanisms +recurrence in favor of attention mechanisms. \subsubsection{Transformer Models}\label{subsubsec:transformer_models} + +