Update 5_1_Least_Squares_Loss.ipynb

This commit is contained in:
udlbook
2024-01-25 16:01:23 +00:00
committed by GitHub
parent 4fb8ffe622
commit 23b5affab3

View File

@@ -185,7 +185,7 @@
{
"cell_type": "code",
"source": [
"# Return probability under normal distribution for input y\n",
"# Return probability under normal distribution\n",
"def normal_distribution(y, mu, sigma):\n",
" # TODO-- write in the equation for the normal distribution\n",
" # Equation 5.7 from the notes (you will need np.sqrt() and np.exp(), and math.pi)\n",