Created using Colaboratory
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"metadata": {
|
"metadata": {
|
||||||
"colab": {
|
"colab": {
|
||||||
"provenance": [],
|
"provenance": [],
|
||||||
"authorship_tag": "ABX9TyNagjz+fy8uCFG71RAVMUVT",
|
"authorship_tag": "ABX9TyNO9SPfZa/RV0mp9XWuD3s5",
|
||||||
"include_colab_link": true
|
"include_colab_link": true
|
||||||
},
|
},
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# **Notebook 3.1 -- Shallow neural networks I**\n",
|
"# **Notebook 3.1 -- Shallow neural networks I**\n",
|
||||||
"\n",
|
"\n",
|
||||||
"The purpose of this practical is to gain some familiarity with shallow neural networks. It works through the example similar to figure 3.3 and experiments with different activation functions. <br><br>\n",
|
"The purpose of this notebook is to gain some familiarity with shallow neural networks. It works through an example similar to figure 3.3 and experiments with different activation functions. <br>\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Work through the cells below, running each cell in turn. In various places you will see the words \"TO DO\". Follow the instructions at these places and write code to complete the functions. There are also questions interspersed in the text.\n",
|
"Work through the cells below, running each cell in turn. In various places you will see the words \"TO DO\". Follow the instructions at these places and write code to complete the functions. There are also questions interspersed in the text.\n",
|
||||||
"\n",
|
"\n",
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"source": [
|
"source": [
|
||||||
"Let's first construct the shallow neural network with one input, three hidden units, and one output described in section 4.1 of the book."
|
"Let's first construct the shallow neural network with one input, three hidden units, and one output described in section 3.1 of the book."
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "wQDy9UzXpnf5"
|
"id": "wQDy9UzXpnf5"
|
||||||
|
|||||||
Reference in New Issue
Block a user