Fix issues typos in 6_3_Stochastic_Gradient_Descent.ipynb
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user