regularizer_l1 | R Documentation |
L1 and L2 regularization
regularizer_l1(l = 0.01)
regularizer_l2(l = 0.01)
regularizer_l1_l2(l1 = 0.01, l2 = 0.01)
l |
Regularization factor. |
l1 |
L1 regularization factor. |
l2 |
L2 regularization factor. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.