| configure | R Documentation |
This function builds all the necessary Keras objects in order
to manipulate internals of the models or train them. Users won't generally
need to call this function, since train will do so automatically.
configure(learner, input_shape)
learner |
A |
input_shape |
An integer describing the number of variables in the input data |
Same learner passed as parameter, with new members input_shape,
models and keras_loss
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.