Skip to main content
✏️ Code CompletionAI AI & ML Medium+20 XP

Model Compile

Complete the Keras model compilation.

✏️ Fill in the blank
model.___(optimizer="adam", loss="sparse_categorical_crossentropy", metrics=["accuracy"])

✏️ Type the missing code: