Skip to content

Commit

Permalink
Update hyperopt-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielGodefroy authored Nov 12, 2024
1 parent 9769beb commit 3add03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_hyperparameter-optimization/hyperopt-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def bookkeeping(self, config: dict, error: float, runtime: float):

We now use our new implementation of random search to optimize the
*batch size* and *learning rate* of the `LeNet` convolutional neural network
from :numref:`sec_lenet`. We being by defining the objective function, which
from :numref:`sec_lenet`. We begin by defining the objective function, which
will once more be validation error.

```{.python .input n=9}
Expand Down

0 comments on commit 3add03a

Please sign in to comment.