Write train.R file for cloudml_train
1 | write_train(num_layer, num_epoch, num_patience, target_type)
|
num_layer |
Number of hidden layer_dense |
num_epoch |
number of epoches to go through during training |
num_patience |
number of patience in early stopping criteria |
target_type |
either classification or regression |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.