diff --git a/CM20315/CM20315_Shallow.ipynb b/CM20315/CM20315_Shallow.ipynb index 68dbc8d..f19d29d 100644 --- a/CM20315/CM20315_Shallow.ipynb +++ b/CM20315/CM20315_Shallow.ipynb @@ -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!"