Update 9_1_L2_Regularization.ipynb

This commit is contained in:
Pietro Monticone
2023-10-30 18:00:44 +01:00
parent cd76e76ad2
commit 94df10a9ec

View File

@@ -120,7 +120,7 @@
{
"cell_type": "code",
"source": [
"# Initialize the parmaeters and draw the model\n",
"# Initialize the parameters and draw the model\n",
"phi = np.zeros((2,1))\n",
"phi[0] = -5 # Horizontal offset\n",
"phi[1] = 25 # Frequency\n",