1
0
mirror of https://github.com/gsi-upm/sitc synced 2025-06-13 11:42:21 +00:00

Update 2_4_0_Intro_NN.ipynb

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

View File

@ -4,7 +4,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"![](images/EscUpmPolit_p.gif \"UPM\")" "![](./images/EscUpmPolit_p.gif \"UPM\")"
] ]
}, },
{ {
@ -27,14 +27,14 @@
"source": [ "source": [
"# Introduction to Neural Networks\n", "# Introduction to Neural Networks\n",
" \n", " \n",
"In this lab session, we are going to learn how to train a neural network.\n", "In this lab session, we will learn how to train a neural network.\n",
"\n", "\n",
"# Objectives\n", "# Objectives\n",
"\n", "\n",
"The main objectives of this session are:\n", "The main objectives of this session are:\n",
"* Put in practice the notions learn in class about neural computing\n", "* Put in practice the notions learn in class about neural computing\n",
"* Understand what an MLP is\n", "* Understand what an MLP is\n",
"* Learn to use some libraries, such as scikit-learn " "* Learn to use some libraries, such as Scikit-learn."
] ]
}, },
{ {
@ -58,7 +58,7 @@
"metadata": {}, "metadata": {},
"source": [ "source": [
"## Licence\n", "## Licence\n",
"The notebook is freely licensed under under the [Creative Commons Attribution Share-Alike license](https://creativecommons.org/licenses/by/2.0/). \n", "The notebook is freely licensed under the [Creative Commons Attribution Share-Alike license](https://creativecommons.org/licenses/by/2.0/). \n",
"\n", "\n",
"© Carlos A. Iglesias, Universidad Politécnica de Madrid." "© Carlos A. Iglesias, Universidad Politécnica de Madrid."
] ]