| is_mlp_architecture | R Documentation |
Check Whether an Object is an MLP Architecture
is_mlp_architecture(x)
x |
An object. |
TRUE if x is an MLP architecture object; otherwise FALSE.
arch <- mlp_architecture(list(dense_layer(1)))
is_mlp_architecture(arch)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.