Enrollments Open for Advanced Certification Courses on Data Science, ML & AI by E&ICT Academy IIT Roorkee
Apply NowNow 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"])
No hints are availble for this assesment
Answer is not availble for this assesment
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...