Skip to content

Instantly share code, notes, and snippets.

@darioappsilon
Created February 24, 2021 14:01
004_keras_mnist
model %>% compile(
loss = "categorical_crossentropy",
optimizer = optimizer_adam(),
metrics = c("accuracy")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment