From 8bad586635adb7ed6323ef00c0f5aad176922927 Mon Sep 17 00:00:00 2001 From: antoniofrancaib Date: Mon, 25 Nov 2024 10:46:53 +0000 Subject: [PATCH] nw --- MLMI1/2-regression.md | 2 ++ README.md | 2 +- 1.png => assets/1.png | Bin 3 files changed, 3 insertions(+), 1 deletion(-) rename 1.png => assets/1.png (100%) diff --git a/MLMI1/2-regression.md b/MLMI1/2-regression.md index 6b31c01..5fdcb5a 100644 --- a/MLMI1/2-regression.md +++ b/MLMI1/2-regression.md @@ -1,5 +1,7 @@ # Regression +![Alt text for the image](../assets/1.png) + Regression $\rightarrow$ predicting a **continuous output** $y^\star$ given an input vector $x^\star \in \mathbb{R}^D$ **Regression Goal**: to find a function $f: \mathbb{R}^D \rightarrow \mathbb{R}^{D'}$ to make future predictions $y^\star = f(x^\star)$. diff --git a/README.md b/README.md index a07f01f..beb5f0b 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ Reference Book: [Rasmussen, C. E., & Williams, C. K. I. (2006). _Gaussian Proces Docs: https://mlg.eng.cam.ac.uk/teaching/4f13/2425/ -![Alt text for the image](1.png) + diff --git a/1.png b/assets/1.png similarity index 100% rename from 1.png rename to assets/1.png