1
0
mirror of https://github.com/gsi-upm/sitc synced 2025-06-12 11:22:20 +00:00

Update 2_4_1_Exercise.ipynb

Changed image path
This commit is contained in:
Carlos A. Iglesias 2025-06-02 17:21:25 +03:00 committed by GitHub
parent 945a8a7fb6
commit 90a3ff098b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![](images/EscUpmPolit_p.gif \"UPM\")"
"![](./images/EscUpmPolit_p.gif \"UPM\")"
]
},
{
@ -39,7 +39,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Multilayer perceptrons, also called feedforward neural networks or deep feedforward networks, are the most basic deep learning models."
"Multilayer perceptrons, called feedforward neural networks or deep feedforward networks, are the most basic deep learning models."
]
},
{
@ -58,7 +58,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"In this notebook we are going to try the spiral dataset with different algorthms. In particular, we are going to focus our attention on the MLP classifier.\n",
"In this notebook, we will try the spiral dataset with different algorithms. In particular, we are going to focus our attention on the MLP classifier.\n",
"\n",
"\n",
"Answer directly in your copy of the exercise and submit it as a moodle task."