Created using Colaboratory

This commit is contained in:
udlbook
2023-10-17 13:17:00 +01:00
parent 87cfb0a846
commit 8c0bec30ff

View File

@@ -4,7 +4,7 @@
"metadata": { "metadata": {
"colab": { "colab": {
"provenance": [], "provenance": [],
"authorship_tag": "ABX9TyMbJGN6f2+yKzzsVep/wi5U", "authorship_tag": "ABX9TyPyaqr0yJlxfIcTpfLSHDrP",
"include_colab_link": true "include_colab_link": true
}, },
"kernelspec": { "kernelspec": {
@@ -274,7 +274,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 = 4;\n", "n_data = 4;\n",