Description Usage Arguments Details Value
Create a Keras custom model
1 | keras_model_custom(model_fn, name = NULL)
|
model_fn |
Function that returns an R custom model |
name |
Optional name for model |
For documentation on using custom models, see https://keras.rstudio.com/articles/custom_models.html.
A Keras model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.