Created using Colab
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
"metadata": {
|
||||
"colab": {
|
||||
"provenance": [],
|
||||
"authorship_tag": "ABX9TyOmndC0N7dFV7W3Mh5ljOLl",
|
||||
"include_colab_link": true
|
||||
},
|
||||
"kernelspec": {
|
||||
@@ -235,8 +234,8 @@
|
||||
"levels = 40\n",
|
||||
"ax.contour(phi0_mesh, phi1_mesh, all_losses ,levels, colors=['#80808080'])\n",
|
||||
"ax.set_ylim([1,-1])\n",
|
||||
"ax.set_xlabel('Intercept, $\\phi_0$')\n",
|
||||
"ax.set_ylabel('Slope, $\\phi_1$')\n",
|
||||
"ax.set_xlabel(r'Intercept, $\\phi_0$')\n",
|
||||
"ax.set_ylabel(r'Slope, $\\phi_1$')\n",
|
||||
"\n",
|
||||
"# Plot the position of your best fitting line on the loss function\n",
|
||||
"# It should be close to the minimum\n",
|
||||
@@ -250,4 +249,4 @@
|
||||
"outputs": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user