Description Usage Arguments Value
This wrapper joins the input and output layer(s) using
keras::keras_model
, then plots the model graph and
prints the summary.
1 | prepare(input, output)
|
input |
A layer or list of layers. The input layer(s). |
output |
A layer or list of layers. The output layer(s). |
A keras model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.