FTRL Optimizer
1 2 | FTRLDenseOptimizer(n_weights, alpha = 0.1, beta = 1, lambda1 = 1,
lambda2 = 1)
|
n_weights |
number of coefficients to fit |
alpha |
just look at the paper |
beta |
look at the paper |
lambda1 |
paper |
lambda2 |
paper paper paper Really not for production |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.