powered by
Create a Keras custom model
keras_model_custom(model_fn, name = NULL)
Function that returns an R custom model
Optional name for model
A Keras model
For documentation on using custom models, see https://keras.rstudio.com/articles/custom_models.html.