Login using Social Account
     Continue with GoogleLogin using your credentials
Now let's compile the model.
We will compile the model we created using Sparse Categorical Crossentropy to measure loss, and with Adam optimizer having 0.001
as the learning rate
model.compile(optimizer=keras.optimizers.Adam(lr=<< your code goes here >>), loss=<< your code goes here >>, metrics=["accuracy"])
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...