Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 494 Bytes

File metadata and controls

18 lines (13 loc) · 494 Bytes
title short_title description category weight
Keras Import Regularizers
Regularizers
Supported Keras regularizers.
Keras Import
4

Regularizers

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

  • l1
  • l2
  • l1_l2

Mapping of regularizers can be found in KerasRegularizerUtils.