For the complete documentation index, see llms.txt. This page is also available as Markdown.

Regularizers

Supported Keras regularizers.

All [Keras regularizers] are supported by DL4J model import:

  • l1

  • l2

  • l1_l2

Mapping of regularizers can be found in KerasRegularizerUtils.

Last updated

Was this helpful?