Skip to content

Commit

Permalink
Update html/keras.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel authored Jun 5, 2024
1 parent 32bf73b commit 0a014dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion html/keras.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ summary(model)
plot(model)
# compile (define loss and optimizer)
model |> compile(
model |>
compile(
loss = 'categorical_crossentropy',
optimizer = optimizer_rmsprop(),
metrics = c('accuracy')
Expand Down

0 comments on commit 0a014dd

Please sign in to comment.