Solution Review: Change the Model Optimizer
Learn the effect of different learning rates on the model accuracy using the sgd optimizer.
We'll cover the following...
Solution
Import the SGD optimizer
The first step is to import the SGD optimizer from keras.optimizers
:
Press + to interact
from keras.optimizers import SGD
The compile
...Access this course and 1400+ top-rated courses and projects.