# \donttest{
model <- ggml_model_sequential() |>
ggml_layer_dense(128, activation = "relu", input_shape = 784L) |>
ggml_layer_dropout(0.5, stochastic = TRUE) |>
ggml_layer_dense(10, activation = "softmax")
# }
Run the code above in your browser using DataLab