Skip to content

Commit

Permalink
copy edit link to previous episode for gridsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
erinmgraham committed Nov 28, 2023
1 parent 30c3549 commit 6b091be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/05-evaluate-predict-cnn.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ For instance, suppose you're tuning two hyperparameters:

## Tune Optimizer using Grid Search

In [Episode 04](./04-fit-cnn.md) we talked briefly about the `Adam` optimizer used in our `model.compile` discussion. Recall the optimizer refers to the algorithm with which the model learns to optimize on the provided loss function.
In [Episode 04 Compile and Train a Convolutional Neural Network](episodes/04-fit-cnn.md) we talked briefly about the `Adam` optimizer used in our `model.compile` discussion. Recall the optimizer refers to the algorithm with which the model learns to optimize on the provided loss function.

Here we will use our introductory model to demonstrate how GridSearch is expressed in code to search for an optimizer.

Expand Down

0 comments on commit 6b091be

Please sign in to comment.