Tries to adjust an automatic model using keras
1 2 3 4  | 
prepared_data | 
 prepared data  | 
n_test | 
 test data size  | 
n_epochs | 
 maximum number of epochs  | 
n_units | 
 number of units to consider in dense layer  | 
batch_size | 
 number of observations to consider in each iteration  | 
save_model | 
 logical. save model on disk?  | 
save_path | 
 path to save model  | 
verbose | 
 print model specification  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.