Merge pull request #93 from ritog/patch-1

Minor typo correction- Update 9_1_L2_Regularization.ipynb
This commit is contained in:
udlbook
2023-10-14 18:37:17 +01:00
committed by GitHub

View File

@@ -341,7 +341,7 @@
"source": [ "source": [
"# Computes the regularization term\n", "# Computes the regularization term\n",
"def compute_reg_term(phi0,phi1):\n", "def compute_reg_term(phi0,phi1):\n",
" # TODO compute the regularization term (term in large brackets in the above equstion)\n", " # TODO compute the regularization term (term in large brackets in the above equation)\n",
" # Replace this line\n", " # Replace this line\n",
" reg_term = 0.0\n", " reg_term = 0.0\n",
"\n", "\n",
@@ -535,4 +535,4 @@
} }
} }
] ]
} }