---
title: Keras Import Regularizers
short_title: Regularizers
description: Supported Keras regularizers.
category: Keras Import
weight: 4
---
## Supported regularizers
All [Keras regularizers] are supported by DL4J model import:
* l1
* l2
* l1_l2
Mapping of regularizers can be found in [KerasRegularizerUtils](https://github.com/deeplearning4j/deeplearning4j/blob/master/deeplearning4j/deeplearning4j-modelimport/src/main/java/org/deeplearning4j/nn/modelimport/keras/utils/KerasRegularizerUtils.java).