Update CM20315_Shallow.ipynb

This commit is contained in:
Pietro Monticone
2023-11-30 16:43:27 +01:00
parent 6b76bbc7c3
commit 4429600bcc

View File

@@ -233,7 +233,7 @@
"# TODO\n",
"# 1. Predict what effect changing phi_0 will have on the network. \n",
"# Answer:\n",
"# 2. Predict what effect multplying phi_1, phi_2, phi_3 by 0.5 would have. Check if you are correct\n",
"# 2. Predict what effect multiplying phi_1, phi_2, phi_3 by 0.5 would have. Check if you are correct\n",
"# Answer:\n",
"# 3. Predict what effect multiplying phi_1 by -1 will have. Check if you are correct.\n",
"# Answer:\n",
@@ -500,7 +500,7 @@
"print(\"Loss = %3.3f\"%(loss))\n",
"\n",
"# TODO. Manipulate the parameters (by hand!) to make the function \n",
"# fit the data better and try to reduct the loss to as small a number \n",
"# fit the data better and try to reduce the loss to as small a number \n",
"# as possible. The best that I could do was 0.181\n",
"# Tip... start by manipulating phi_0.\n",
"# It's not that easy, so don't spend too much time on this!"