Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
udlbook committed Oct 18, 2022
1 parent 94c4c4c commit 637deff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CM20315_Deep2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"colab": {
"provenance": [],
"collapsed_sections": [],
"authorship_tag": "ABX9TyO4Wn0t5/zNQK7Mjh6ATlij",
"authorship_tag": "ABX9TyP87B9tfgXpVQdlQBUGw4mg",
"include_colab_link": true
},
"kernelspec": {
Expand Down Expand Up @@ -272,7 +272,7 @@
"cell_type": "code",
"source": [
"# define sizes\n",
"D_i=4; D_1=5; D_2=2; D_3=1; D_o=1\n",
"D_i=4; D_1=5; D_2=2; D_3=4; D_o=1\n",
"# We'll choose the inputs and parameters of this network randomly using np.random.normal\n",
"# For example, we'll set the input using\n",
"n_data = 10;\n",
Expand Down

0 comments on commit 637deff

Please sign in to comment.