mirror of
				https://github.com/gsi-upm/sitc
				synced 2025-11-04 01:18:16 +00:00 
			
		
		
		
	Move neural networks exercise to ml3 and created index
This commit is contained in:
		
							
								
								
									
										105
									
								
								ml3/2_4_0_Intro_NN.ipynb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										105
									
								
								ml3/2_4_0_Intro_NN.ipynb
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,105 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					 "cells": [
 | 
				
			||||||
 | 
					  {
 | 
				
			||||||
 | 
					   "cell_type": "markdown",
 | 
				
			||||||
 | 
					   "metadata": {},
 | 
				
			||||||
 | 
					   "source": [
 | 
				
			||||||
 | 
					    ""
 | 
				
			||||||
 | 
					   ]
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  {
 | 
				
			||||||
 | 
					   "cell_type": "markdown",
 | 
				
			||||||
 | 
					   "metadata": {},
 | 
				
			||||||
 | 
					   "source": [
 | 
				
			||||||
 | 
					    "# Course Notes for Learning Intelligent Systems"
 | 
				
			||||||
 | 
					   ]
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  {
 | 
				
			||||||
 | 
					   "cell_type": "markdown",
 | 
				
			||||||
 | 
					   "metadata": {},
 | 
				
			||||||
 | 
					   "source": [
 | 
				
			||||||
 | 
					    "Department of Telematic Engineering Systems, Universidad Politécnica de Madrid, © 2018 Carlos A. Iglesias"
 | 
				
			||||||
 | 
					   ]
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  {
 | 
				
			||||||
 | 
					   "cell_type": "markdown",
 | 
				
			||||||
 | 
					   "metadata": {},
 | 
				
			||||||
 | 
					   "source": [
 | 
				
			||||||
 | 
					    "# Introduction to Neural Networks\n",
 | 
				
			||||||
 | 
					    " \n",
 | 
				
			||||||
 | 
					    "In this lab session, we are going to learn how to train a neural network.\n",
 | 
				
			||||||
 | 
					    "\n",
 | 
				
			||||||
 | 
					    "# Objectives\n",
 | 
				
			||||||
 | 
					    "\n",
 | 
				
			||||||
 | 
					    "The main objectives of this session are:\n",
 | 
				
			||||||
 | 
					    "* Put in practice the notions learn in class about neural computing\n",
 | 
				
			||||||
 | 
					    "* Understand what an MLP is\n",
 | 
				
			||||||
 | 
					    "* Learn to use some libraries, such as scikit-learn "
 | 
				
			||||||
 | 
					   ]
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  {
 | 
				
			||||||
 | 
					   "cell_type": "markdown",
 | 
				
			||||||
 | 
					   "metadata": {},
 | 
				
			||||||
 | 
					   "source": [
 | 
				
			||||||
 | 
					    "# Table of Contents"
 | 
				
			||||||
 | 
					   ]
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  {
 | 
				
			||||||
 | 
					   "cell_type": "markdown",
 | 
				
			||||||
 | 
					   "metadata": {},
 | 
				
			||||||
 | 
					   "source": [
 | 
				
			||||||
 | 
					    "1. [Home](2_4_0_Intro_NN.ipynb)\n",
 | 
				
			||||||
 | 
					    "1. [Exercise](2_4_1_Exercise.ipynb)\n",
 | 
				
			||||||
 | 
					    "1. [Exercise Optional](2_4_2_Exercise_Optional.ipynb)"
 | 
				
			||||||
 | 
					   ]
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  {
 | 
				
			||||||
 | 
					   "cell_type": "markdown",
 | 
				
			||||||
 | 
					   "metadata": {},
 | 
				
			||||||
 | 
					   "source": [
 | 
				
			||||||
 | 
					    "## Licence\n",
 | 
				
			||||||
 | 
					    "The notebook is freely licensed under under the [Creative Commons Attribution Share-Alike license](https://creativecommons.org/licenses/by/2.0/).  \n",
 | 
				
			||||||
 | 
					    "\n",
 | 
				
			||||||
 | 
					    "© 2018 Carlos A. Iglesias, Universidad Politécnica de Madrid."
 | 
				
			||||||
 | 
					   ]
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					 ],
 | 
				
			||||||
 | 
					 "metadata": {
 | 
				
			||||||
 | 
					  "kernelspec": {
 | 
				
			||||||
 | 
					   "display_name": "Python 3",
 | 
				
			||||||
 | 
					   "language": "python",
 | 
				
			||||||
 | 
					   "name": "python3"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  "language_info": {
 | 
				
			||||||
 | 
					   "codemirror_mode": {
 | 
				
			||||||
 | 
					    "name": "ipython",
 | 
				
			||||||
 | 
					    "version": 3
 | 
				
			||||||
 | 
					   },
 | 
				
			||||||
 | 
					   "file_extension": ".py",
 | 
				
			||||||
 | 
					   "mimetype": "text/x-python",
 | 
				
			||||||
 | 
					   "name": "python",
 | 
				
			||||||
 | 
					   "nbconvert_exporter": "python",
 | 
				
			||||||
 | 
					   "pygments_lexer": "ipython3",
 | 
				
			||||||
 | 
					   "version": "3.5.5"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  "latex_envs": {
 | 
				
			||||||
 | 
					   "LaTeX_envs_menu_present": true,
 | 
				
			||||||
 | 
					   "autocomplete": true,
 | 
				
			||||||
 | 
					   "bibliofile": "biblio.bib",
 | 
				
			||||||
 | 
					   "cite_by": "apalike",
 | 
				
			||||||
 | 
					   "current_citInitial": 1,
 | 
				
			||||||
 | 
					   "eqLabelWithNumbers": true,
 | 
				
			||||||
 | 
					   "eqNumInitial": 1,
 | 
				
			||||||
 | 
					   "hotkeys": {
 | 
				
			||||||
 | 
					    "equation": "Ctrl-E",
 | 
				
			||||||
 | 
					    "itemize": "Ctrl-I"
 | 
				
			||||||
 | 
					   },
 | 
				
			||||||
 | 
					   "labels_anchors": false,
 | 
				
			||||||
 | 
					   "latex_user_defs": false,
 | 
				
			||||||
 | 
					   "report_style_numbering": false,
 | 
				
			||||||
 | 
					   "user_envs_cfg": false
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					 },
 | 
				
			||||||
 | 
					 "nbformat": 4,
 | 
				
			||||||
 | 
					 "nbformat_minor": 1
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										665
									
								
								ml3/2_4_1_Exercise.ipynb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										665
									
								
								ml3/2_4_1_Exercise.ipynb
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										343
									
								
								ml3/2_4_2_Exercise_Optional.ipynb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										343
									
								
								ml3/2_4_2_Exercise_Optional.ipynb
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								ml3/images/EscUpmPolit_p.gif
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								ml3/images/EscUpmPolit_p.gif
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 3.1 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								ml3/images/multilayerperceptron_network.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								ml3/images/multilayerperceptron_network.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 87 KiB  | 
		Reference in New Issue
	
	Block a user