Created using Colaboratory
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"colab": {
|
"colab": {
|
||||||
"provenance": [],
|
"provenance": [],
|
||||||
"collapsed_sections": [],
|
"collapsed_sections": [],
|
||||||
"authorship_tag": "ABX9TyO4Wn0t5/zNQK7Mjh6ATlij",
|
"authorship_tag": "ABX9TyP87B9tfgXpVQdlQBUGw4mg",
|
||||||
"include_colab_link": true
|
"include_colab_link": true
|
||||||
},
|
},
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
@@ -272,7 +272,7 @@
|
|||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"source": [
|
"source": [
|
||||||
"# define sizes\n",
|
"# 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",
|
"# 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",
|
"# For example, we'll set the input using\n",
|
||||||
"n_data = 10;\n",
|
"n_data = 10;\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user