LayersΒΆ

This page lists modules containing Keras-MML layers.

It should be noted that it is not necessary to import these modules individually; just accessing the layers module is good enough to access the layers.

For example, you can access DenseMML by using the following code.

import keras_mml

keras_mml.layers.DenseMML(32)

Modules

activations

Activation layers implemented by Keras-MML.

core

Core layers implemented by Keras-MML.

normalizations

Normalization layers implemented by Keras-MML.

recurrent

Recurrent layers implemented by Keras-MML.

transformer

Transformer-related layers implemented by Keras-MML.

misc

Miscellaneous layers implemented in Keras-MML.