layer_glu_block: Returns a number of connected Gated Linear Units. See...

Description Usage

View source: R/glu.R

Description

Returns a number of connected Gated Linear Units. See 'layer_glu()'

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
layer_glu_block(
  object,
  filters,
  num_layers = 3,
  kernel_size = 3,
  kernel_initializer = "glorot_normal",
  kernel_regularizer = NULL,
  bias_initializer = "zeros",
  bias_regularizer = NULL,
  name = NULL,
  trainable = TRUE
)

ifrit98/R2deepR documentation built on June 19, 2020, 7:45 a.m.