Description Usage Arguments Examples
Create setting for multi-resolution CovNN model (stucture based on https://arxiv.org/pdf/1608.00647.pdf CNN1)
1 2 3 4 5 6 7 8 9 10 11 12 |
batchSize |
The number of samples to used in each batch during model training |
outcomeWeight |
The weight assined to the outcome (make greater than 1 to reduce unballanced label issue) |
lr |
The learning rate |
decay |
The decay of the learning rate |
dropout |
[currently not used] the dropout rate for regularisation |
epochs |
The number of times data is used to train the model (e.g., epoches=1 means data only used once to train) |
filters |
The number of columns output by each convolution |
kernelSize |
The number of time dimensions used for each convolution |
loss |
The loss function implemented |
seed |
The random seed |
1 2 3 4 | ## Not run:
model.CovNN <- setCovNN()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.