From 774980fa1e1a077fa1e67924265b20f9436a1953 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 17 Feb 2024 11:45:48 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- advanced_studies/sparse_coding_2017/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced_studies/sparse_coding_2017/README.md b/advanced_studies/sparse_coding_2017/README.md index 54f6004..bc5d0da 100644 --- a/advanced_studies/sparse_coding_2017/README.md +++ b/advanced_studies/sparse_coding_2017/README.md @@ -25,7 +25,7 @@ Both the features $\vec{\varphi}_j$ and the coefficients $a_j$ can be found by s This optimization problem can be expressed as minimization of an energy function $E$ via **Equation (2)** -$$\min\_{a_j, \left\{ \vec{\varphi}\_j} E(a\_j, \vec{\varphi}\_j) \right\}$$ +$$\min\_{a_j, \vec{\varphi}\_j} \left\\{ E(a\_j, \vec{\varphi}\_j) \right\\}$$ with: