From 387aeff5692eaebe2400546bfb29238380143e29 Mon Sep 17 00:00:00 2001 From: Edoardo Balzani Date: Wed, 11 Dec 2024 23:09:41 -0500 Subject: [PATCH] Update docs/background/basis/README.md Co-authored-by: William F. Broderick --- docs/background/basis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/background/basis/README.md b/docs/background/basis/README.md index 74e9dde6..11d7a7ca 100644 --- a/docs/background/basis/README.md +++ b/docs/background/basis/README.md @@ -83,7 +83,7 @@ $$ Here, $\approx$ means "approximately equal". -Instead of tackling the hard problem of learning an unknown function $f(x)$ directly, we reduce it to the simpler task of learning the weights $\{\alpha_i\}$. +Instead of tackling the hard problem of learning an unknown function $f(x)$ directly, we reduce it to the simpler task of learning the weights $\{\alpha_i\}$. This preserves convexity, resulting in a much simpler optimization problem. ## Basis in NeMoS