Solution Review: Change the Model Optimizer
Explore how to fine tune a Keras deep learning model by changing the optimizer. Learn to import SGD, modify learning rates, compile the model, and train it effectively on data.
We'll cover the following...
We'll cover the following...
Solution
Import the SGD optimizer
The first step is to import the SGD optimizer from keras.optimizers: