Description Usage Arguments Examples
Create setting for DeepNN model
| 1 2 3 4 5 6 7 8 9 10 | 
| units | The number of units of the deep network - as a list of vectors | 
| layer_dropout | The layer dropout rate (regularisation) | 
| lr | Learning rate | 
| decay | Learning rate decay over each update. | 
| outcome_weight | The weight of the outcome class in the loss function | 
| batch_size | The number of data points to use per training batch | 
| epochs | Number of times to iterate over dataset | 
| seed | Random seed used by deep learning model | 
| 1 2 3 4 | ## Not run: 
model <- setDeepNN()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.