stack_layers | R Documentation |
User friendly interface to add a keras layer on top of existing model.
stack_layers(object, ...)
object |
a |
... |
functions for adding layers by using functional keras API. For example, |
a list
containing an adapted Transformer model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.