Description Usage Arguments Value References
A function to set up the hyper-parameter to tune the auto-encoder
1 2 3 4 5 6 7 8 | setHyperParams(
batch_size = 1L,
regu_epochs = 5L,
L1 = 0.5,
L2 = 0.5,
regu_alpha = 0.9,
reduction = "sum"
)
|
batch_size |
Batch size used to train the auto-encoder |
regu_epochs |
Epoch of trainning; that is, the number of time the dataset is visited. |
L1 |
Intensity of L1 penalty on loss if LTMG matrix is used. Takes value in range >=0 and >= 1 |
L2 |
Intensity of L2 penalty on loss if LTMG matrix is used. Takes value in range >=0 and >= 1 |
regu_alpha |
Intensity of LTMG regularisation. Takes value in range >=0 and >= 1 |
reduction |
Type of reduction used in loss functions: available options: "mean", "sum", or "none", meaning not using reduction method. |
A list of hyper-parameters for runFeatureAE
scGNNscRGNet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.