tib_layer | R Documentation |
Hadamard-type layers
tib_layer(units, la, ...) simplyconnected_layer(la, ...) inverse_group_lasso_pen(la) regularizer_group_lasso(la, group_idx) tibgroup_layer(units, group_idx, la, ...) layer_hadamard(units = 1, la = 0, depth = 3, ...) layer_group_hadamard(units, la, group_idx, depth, ...) layer_hadamard_diff( units, la, initu = "glorot_uniform", initv = "glorot_uniform", ... ) layer_hadamard(units = 1, la = 0, depth = 3, ...)
units |
integer; number of units |
la |
numeric; regularization value (> 0) |
... |
arguments passed to TensorFlow layer |
group_idx |
list of group indices |
depth |
integer; depth of weight factorization |
initu, initv |
initializers for parameters |
layer object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.