BilinearMML¶
- class keras_mml.layers.activations.BilinearMML[source]¶
Gated Linear Unit (GLU) without matrix multiplications and any activation functions. Also called “Bilinear” (see GLU Variants Improve Transformer, section 2).
See
GLUMMLfor the full documentation.