Created using Colab

This commit is contained in:
udlbook
2025-01-28 10:57:32 -05:00
parent 4e564088a1
commit 667346fbdd

View File

@@ -4,7 +4,7 @@
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyPss+SDCn3GEVlRYmKVEPWE",
"authorship_tag": "ABX9TyNW9je/Pk2yQ+ikZkj4p7gC",
"include_colab_link": true
},
"kernelspec": {
@@ -170,7 +170,7 @@
"# Function to calculate the loss\n",
"def compute_loss(x,y,phi0,phi1):\n",
"\n",
" # TODO Replace this line with the loss calculation (equation 2.5)\n",
" # TODO Replace this line with the loss calculation\n",
" loss = 0\n",
"\n",
"\n",