mod_baseline | R Documentation |
Fully connected neural network with input dimension K and output dimension K - 1
mod_baseline(y_dim, ...)
Returns a model of type keras_mod_sequential
m <- mod_baseline(5L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.