Fix issues typos in 6_3_Stochastic_Gradient_Descent.ipynb

This commit is contained in:
Youcef Rahal
2024-02-06 20:48:25 -05:00
parent 8e3008673d
commit 732fc6f0b7
2 changed files with 7 additions and 7 deletions

View File

@@ -317,7 +317,7 @@
" b = 0.33 * max_dist\n",
" c = 0.66 * max_dist\n",
" d = 1.0 * max_dist\n",
" n_iter =0;\n",
" n_iter = 0\n",
"\n",
" # While we haven't found the minimum closely enough\n",
" while np.abs(b-c) > thresh and n_iter < max_iter:\n",