From 5bf815f60f9b528f4fac1a10ed9db15100c0825d Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Mon, 2 Jun 2025 17:22:16 +0300 Subject: [PATCH] Update 2_4_2_Exercise_Optional.ipynb Changed image path --- ml3/2_4_2_Exercise_Optional.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ml3/2_4_2_Exercise_Optional.ipynb b/ml3/2_4_2_Exercise_Optional.ipynb index 4e8a828..403c809 100644 --- a/ml3/2_4_2_Exercise_Optional.ipynb +++ b/ml3/2_4_2_Exercise_Optional.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "![](images/EscUpmPolit_p.gif \"UPM\")" + "![](./images/EscUpmPolit_p.gif \"UPM\")" ] }, { @@ -39,10 +39,10 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "In this notebook we are going to apply a MLP to a simple regression task: learning the Fresnel functions.\n", + "In this notebook, we are going to apply an MLP to a simple regression task: learning the Fresnel functions.\n", "\n", "\n", - "Answer directly in your copy of the exercise and submit it as a moodle task." + "Answer directly in your copy of the exercise and submit it as a Moodle task." ] }, { @@ -92,7 +92,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Change this variables to change the train and test dataset." + "Change these variables to change the train and test dataset." ] }, {