Skip to content

Commit 720c9c6

Browse files
committedJan 30, 2022
fix typo
1 parent aa8aefe commit 720c9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Python/Module3_IntroducingNumpy/AutoDiff.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ It must be noted that this approach towards finding $x_\mathrm{min}$ is highly l
335335
Let's take a simple example.
336336
We'll choose the function $f(x) = (x-8)^2$ and the starting point $x=-1.5$.
337337
As we search for $x_\mathrm{min}$ we don't want to make our updates to $x_o$
338-
too big, so we will scale our updates by a factor of $3/10$ (which is somewhat haphazardly here).
338+
too big, so we will scale our updates by a factor of $3/10$ (the value of which is chosen somewhat haphazardly here).
339339

340340
```python
341341
# Performing gradient descent on f(x) = (x - 8) ** 2

0 commit comments

Comments
 (0)
Failed to load comments.