keras_mml.layers.recurrentΒΆ

Recurrent layers implemented by Keras-MML.

Classes

GRUMML

Gated Recurrent Unit (GRU) layer, mostly without matrix multiplications.

LRUMML

Linear Recurrent Unit (LRU) layer, mostly without matrix multiplications.

GRUCellMML

Cell class for the GRUMML layer.

LRUCellMML

Cell class for the LRUMML layer.